This commit is contained in:
Bob 2020-06-08 15:46:52 +08:00
commit 235669fcdf
245 changed files with 64080 additions and 0 deletions

26
.idea/linbeistation.iml Normal file
View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="FacetManager">
<facet type="django" name="Django">
<configuration>
<option name="rootFolder" value="$MODULE_DIR$" />
<option name="settingsModule" value="linbeistation/settings.py" />
<option name="manageScript" value="$MODULE_DIR$/manage.py" />
<option name="environment" value="&lt;map/&gt;" />
<option name="doNotUseTestRunner" value="false" />
<option name="trackFilePattern" value="migrations" />
</configuration>
</facet>
</component>
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="TemplatesService">
<option name="TEMPLATE_CONFIGURATION" value="Django" />
</component>
<component name="TestRunnerService">
<option name="PROJECT_TEST_RUNNER" value="Unittests" />
</component>
</module>

7
.idea/misc.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.6 (qilianshan)" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

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

206
.idea/workspace.xml Normal file
View File

@ -0,0 +1,206 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f403557b-63e4-4ef5-9039-22c8d1bbf145" name="Default Changelist" comment="" />
<option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileEditorManager">
<leaf>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/linbeistation/settings.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="436">
<caret line="61" column="32" selection-start-line="61" selection-start-column="32" selection-end-line="61" selection-end-column="32" />
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="false">
<entry file="file://$PROJECT_DIR$/linbeistation/urls.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="462">
<caret line="22" selection-start-line="22" selection-end-line="22" />
<folding>
<element signature="e#637#669#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
</file>
<file pinned="false" current-in-tab="true">
<entry file="file://$PROJECT_DIR$/linbeistation/wsgi.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="264">
<caret line="15" column="3" lean-forward="true" selection-start-line="15" selection-start-column="3" selection-end-line="15" selection-end-column="3" />
</state>
</provider>
</entry>
</file>
</leaf>
</component>
<component name="IdeDocumentHistory">
<option name="CHANGED_PATHS">
<list>
<option value="$PROJECT_DIR$/linbeistation/settings.py" />
<option value="$PROJECT_DIR$/linbeistation/urls.py" />
<option value="$PROJECT_DIR$/linbeistation/wsgi.py" />
</list>
</option>
</component>
<component name="ProjectFrameBounds" extendedState="6">
<option name="x" value="-8" />
<option name="y" value="-8" />
<option name="width" value="1936" />
<option name="height" value="1056" />
</component>
<component name="ProjectView">
<navigator proportions="" version="1">
<foldersAlwaysOnTop value="true" />
</navigator>
<panes>
<pane id="Scope" />
<pane id="ProjectPane">
<subPane>
<expand>
<path>
<item name="linbeistation" type="b2602c69:ProjectViewProjectNode" />
<item name="linbeistation" type="462c0819:PsiDirectoryNode" />
</path>
<path>
<item name="linbeistation" type="b2602c69:ProjectViewProjectNode" />
<item name="linbeistation" type="462c0819:PsiDirectoryNode" />
<item name="linbeistation" type="462c0819:PsiDirectoryNode" />
</path>
</expand>
<select />
</subPane>
</pane>
</panes>
</component>
<component name="PropertiesComponent">
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_npm_path_reset_for_default_project" value="true" />
</component>
<component name="RecentsManager">
<key name="CopyFile.RECENT_KEYS">
<recent name="D:\python\p3\linbeistation" />
</key>
</component>
<component name="RunDashboard">
<option name="ruleStates">
<list>
<RuleState>
<option name="name" value="ConfigurationTypeDashboardGroupingRule" />
</RuleState>
<RuleState>
<option name="name" value="StatusDashboardGroupingRule" />
</RuleState>
</list>
</option>
</component>
<component name="RunManager">
<configuration name="linbeistation" type="Python.DjangoServer" factoryName="Django server">
<module name="linbeistation" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
<option name="SDK_HOME" value="" />
<option name="WORKING_DIRECTORY" value="" />
<option name="IS_MODULE_SDK" value="false" />
<option name="ADD_CONTENT_ROOTS" value="true" />
<option name="ADD_SOURCE_ROOTS" value="true" />
<option name="launchJavascriptDebuger" value="false" />
<option name="port" value="8000" />
<option name="host" value="" />
<option name="additionalOptions" value="" />
<option name="browserUrl" value="" />
<option name="runTestServer" value="false" />
<option name="runNoReload" value="false" />
<option name="useCustomRunCommand" value="false" />
<option name="customRunCommand" value="" />
<method v="2" />
</configuration>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="f403557b-63e4-4ef5-9039-22c8d1bbf145" name="Default Changelist" comment="" />
<created>1591602026895</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1591602026895</updated>
<workItem from="1591602029327" duration="265000" />
</task>
<servers />
</component>
<component name="TimeTrackingManager">
<option name="totallyTimeSpent" value="265000" />
</component>
<component name="ToolWindowManager">
<frame x="-8" y="-8" width="1936" height="1056" extended-state="6" />
<editor active="true" />
<layout>
<window_info id="Favorites" side_tool="true" />
<window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.24973376" />
<window_info id="Structure" order="1" side_tool="true" weight="0.25" />
<window_info anchor="bottom" id="Docker" show_stripe_button="false" />
<window_info anchor="bottom" id="Database Changes" />
<window_info anchor="bottom" id="Version Control" />
<window_info anchor="bottom" id="Python Console" />
<window_info active="true" anchor="bottom" id="Terminal" visible="true" weight="0.32937366" />
<window_info anchor="bottom" id="Event Log" side_tool="true" />
<window_info anchor="bottom" id="Message" order="0" />
<window_info anchor="bottom" id="Find" order="1" />
<window_info anchor="bottom" id="Run" order="2" />
<window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
<window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
<window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
<window_info anchor="bottom" id="TODO" order="6" />
<window_info anchor="right" id="SciView" />
<window_info anchor="right" id="Database" />
<window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
<window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
<window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
</layout>
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="1" />
</component>
<component name="editorHistoryManager">
<entry file="file://$PROJECT_DIR$/linbeistation/settings.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="436">
<caret line="61" column="32" selection-start-line="61" selection-start-column="32" selection-end-line="61" selection-end-column="32" />
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/linbeistation/urls.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="462">
<caret line="22" selection-start-line="22" selection-end-line="22" />
<folding>
<element signature="e#637#669#0" expanded="true" />
</folding>
</state>
</provider>
</entry>
<entry file="file://$PROJECT_DIR$/linbeistation/wsgi.py">
<provider selected="true" editor-type-id="text-editor">
<state relative-caret-position="264">
<caret line="15" column="3" lean-forward="true" selection-start-line="15" selection-start-column="3" selection-end-line="15" selection-end-column="3" />
</state>
</provider>
</entry>
</component>
</project>

0
dashboard/__init__.py Normal file
View File

3
dashboard/admin.py Normal file
View File

@ -0,0 +1,3 @@
from django.contrib import admin
# Register your models here.

5
dashboard/apps.py Normal file
View File

@ -0,0 +1,5 @@
from django.apps import AppConfig
class DashboardConfig(AppConfig):
name = 'dashboard'

View File

@ -0,0 +1,28 @@
# Generated by Django 2.1 on 2019-11-13 07:01
from django.db import migrations, models
import uuid
class Migration(migrations.Migration):
initial = True
dependencies = [
]
operations = [
migrations.CreateModel(
name='Points',
fields=[
('id', models.UUIDField(default=uuid.uuid4, primary_key=True, serialize=False, verbose_name='id')),
('sn', models.CharField(blank=True, max_length=256, null=True, verbose_name='id')),
('point_lon', models.FloatField(blank=True, null=True)),
('point_lat', models.FloatField(blank=True, null=True)),
('x', models.FloatField(blank=True, null=True)),
('y', models.FloatField(blank=True, null=True)),
('created', models.DateTimeField(auto_now_add=True, verbose_name='创建时间')),
('updated', models.DateTimeField(auto_now=True, verbose_name='更新时间')),
],
),
]

View File

@ -0,0 +1,18 @@
# Generated by Django 2.1 on 2019-11-13 07:15
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dashboard', '0001_initial'),
]
operations = [
migrations.AddField(
model_name='points',
name='deleted',
field=models.BooleanField(default=False),
),
]

View File

@ -0,0 +1,23 @@
# Generated by Django 2.1 on 2019-11-15 01:11
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dashboard', '0002_points_deleted'),
]
operations = [
migrations.AlterField(
model_name='points',
name='point_lat',
field=models.CharField(blank=True, max_length=256, null=True),
),
migrations.AlterField(
model_name='points',
name='point_lon',
field=models.CharField(blank=True, max_length=256, null=True),
),
]

View File

@ -0,0 +1,23 @@
# Generated by Django 2.1 on 2019-11-15 01:12
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dashboard', '0003_auto_20191115_0911'),
]
operations = [
migrations.AlterField(
model_name='points',
name='x',
field=models.CharField(blank=True, max_length=256, null=True),
),
migrations.AlterField(
model_name='points',
name='y',
field=models.CharField(blank=True, max_length=256, null=True),
),
]

View File

@ -0,0 +1,17 @@
# Generated by Django 2.1 on 2019-11-15 01:13
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('dashboard', '0004_auto_20191115_0912'),
]
operations = [
migrations.RemoveField(
model_name='points',
name='deleted',
),
]

View File

@ -0,0 +1,18 @@
# Generated by Django 2.1 on 2019-11-15 01:13
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('dashboard', '0005_remove_points_deleted'),
]
operations = [
migrations.AddField(
model_name='points',
name='deleted',
field=models.BooleanField(default=False),
),
]

View File

19
dashboard/models.py Normal file
View File

@ -0,0 +1,19 @@
import uuid
from django.db import models
# Create your models here.
class Points(models.Model):
id = models.UUIDField('id', primary_key=True, default=uuid.uuid4)
sn = models.CharField('id', max_length=256, blank=True, null=True)
point_lon = models.CharField(max_length=256,null=True, blank=True)
point_lat = models.CharField(max_length=256,null=True, blank=True)
x = models.CharField(max_length=256,null=True, blank=True)
y = models.CharField(max_length=256,null=True, blank=True)
created = models.DateTimeField('创建时间', auto_now_add=True)
updated = models.DateTimeField('更新时间', auto_now=True)
deleted = models.BooleanField(default=False)
def __str__(self):
return self.sn

View File

@ -0,0 +1,30 @@
/*
* Base structure
*/
/* Move down content because we have a fixed navbar that is 50px tall */
.sp {
font-size: 18px;
margin-left: 30%;
margin-top: 50px;
}
.sel {
width: 100px;
height: 30px;
margin-top: 30px;
}
.list {
height: 500px;
text-align: center;
}
.img {
text-align: center;
}

View File

@ -0,0 +1,166 @@
.drawer .drawer-contents {
background-color: #f5f5f5;
}
.autocomplete-panel {
display: none;
position: absolute;
width: 100%;
top: 0;
left: 0;
padding: 5px;
border: 1px solid #ddd;
background-color: #ffffff;
box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
z-index: 1000;
}
.main-search .form-control {
height: 30px;
padding: 5px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0;
}
.main-search .btn {
padding: 5px 13px;
border-radius: 0;
border: 0;
background-color: #337ab7;
color: #ffffff;
}
.main-search .import-btn {
border-left: 1px solid #ddd;
}
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
outline: none;
background: white;
cursor: inherit;
display: block;
}
.option-panel {
padding: 10px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
border-left: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
}
.option-panel label {
margin-right: 30px;
}
.result-panel {
margin: 5px 0 15px 0;
display: none;
font-size: 12px;
}
.result-panel .panel {
border-radius: 0;
margin-bottom: 0;
}
.result-panel .panel-heading {
background-color: #337ab7;
border-color: #337ab7;
padding: 5px 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.result-panel .panel-title {
font-size: 14px;
line-height: 22px;
color: #f5f5f5;
}
.result-panel .table td, .result-panel .table th, .result-panel .table td, .result-panel .table th, .result-panel .table td, .result-panel .table th {
padding: 2px 5px;
}
.paginator-container {
margin-bottom: 20px;
}
.tools-bar {
position: absolute;
width: 40px;
height: -moz-calc(100% - 50px);
height: -webkit-calc(100% - 50px);
height: calc(100% - 50px);
top: 50px;
left: 0;
background-color: #2C4D9E;
border-color: #337ab7;
z-index: 9999;
}
.tools-btn {
font-size: 14px;
line-height: 14px;
width: 100%;
height: 40px;
border-bottom: 1px solid #cccccc;
}
.tools-btn a, .tools-btn a:hover, .tools-bar a:visited {
color: #f0f0f0;
display: inline-block;
width: 100%;
height: 100%;
}
.tools-btn span {
margin: 12px;
}
.filter-panel {
margin: 5px 0 0 0;
display: none;
}
.filter-panel .list-group {
margin: 0;
}
.filter-panel .list-group-item:first-child {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.filter-panel .list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.filter-dropdown button {
border-radius: 0;
}

View File

@ -0,0 +1,254 @@
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?rretjt');
src:url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'),
url('../fonts/icomoon.woff?rretjt') format('woff'),
url('../fonts/icomoon.ttf?rretjt') format('truetype'),
url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body, html { font-size: 100%; padding: 0; margin: 0;}
/* Reset */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
body{
background: #494A5F;
color: #D5D6E2;
font-weight: 500;
font-size: 1.05em;
font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
a{ color: rgba(255, 255, 255, 0.6);outline: none;text-decoration: none;-webkit-transition: 0.2s;transition: 0.2s;}
a:hover,a:focus{color:#74777b;text-decoration: none;}
.htmleaf-container{
margin: 0 auto;
}
.bgcolor-1 { background: #f0efee; }
.bgcolor-2 { background: #f9f9f9; }
.bgcolor-3 { background: #e8e8e8; }/*light grey*/
.bgcolor-4 { background: #2f3238; color: #fff; }/*Dark grey*/
.bgcolor-5 { background: #df6659; color: #521e18; }/*pink1*/
.bgcolor-6 { background: #2fa8ec; }/*sky blue*/
.bgcolor-7 { background: #d0d6d6; }/*White tea*/
.bgcolor-8 { background: #3d4444; color: #fff; }/*Dark grey2*/
.bgcolor-9 { background: #ef3f52; color: #fff;}/*pink2*/
.bgcolor-10{ background: #64448f; color: #fff;}/*Violet*/
.bgcolor-11{ background: #3755ad; color: #fff;}/*dark blue*/
.bgcolor-12{ background: #3498DB; color: #fff;}/*light blue*/
.bgcolor-20{ background: #494A5F;color: #D5D6E2;}
/* Header */
.htmleaf-header{
padding: 1em 190px 1em;
letter-spacing: -1px;
text-align: center;
background: #66677c;
}
.htmleaf-header h1 {
color: #D5D6E2;
font-weight: 600;
font-size: 2em;
line-height: 1;
margin-bottom: 0;
}
.htmleaf-header h1 span {
display: block;
font-size: 60%;
font-weight: 400;
padding: 0.8em 0 0.5em 0;
color: #c3c8cd;
}
/*nav*/
.htmleaf-demo a{color: #fff;text-decoration: none;}
.htmleaf-demo{width: 100%;padding-bottom: 1.2em;}
.htmleaf-demo a{display: inline-block;margin: 0.5em;padding: 0.6em 1em;border: 3px solid #fff;font-weight: 700;}
.htmleaf-demo a:hover{opacity: 0.6;}
.htmleaf-demo a.current{background:#1d7db1;color: #fff; }
/* Top Navigation Style */
.htmleaf-links {
position: relative;
display: inline-block;
white-space: nowrap;
font-size: 1.5em;
text-align: center;
}
.htmleaf-links::after {
position: absolute;
top: 0;
left: 50%;
margin-left: -1px;
width: 2px;
height: 100%;
background: #dbdbdb;
content: '';
-webkit-transform: rotate3d(0,0,1,22.5deg);
transform: rotate3d(0,0,1,22.5deg);
}
.htmleaf-icon {
display: inline-block;
margin: 0.5em;
padding: 0em 0;
width: 1.5em;
text-decoration: none;
}
.htmleaf-icon span {
display: none;
}
.htmleaf-icon:before {
margin: 0 5px;
text-transform: none;
font-weight: normal;
font-style: normal;
font-variant: normal;
font-family: 'icomoon';
line-height: 1;
speak: none;
-webkit-font-smoothing: antialiased;
}
/* footer */
.htmleaf-footer{width: 100%;padding-top: 10px;}
.htmleaf-small{font-size: 0.8em;}
.center{text-align: center;}
/****/
.related {
color: #fff;
background: #494A5F;
text-align: center;
font-size: 1.25em;
padding: 0.5em 0;
overflow: hidden;
}
.related > a {
vertical-align: top;
width: calc(100% - 20px);
max-width: 340px;
display: inline-block;
text-align: center;
margin: 20px 10px;
padding: 25px;
font-family: "Microsoft YaHei","宋体","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;
}
.related a {
display: inline-block;
text-align: left;
margin: 20px auto;
padding: 10px 20px;
opacity: 0.8;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-backface-visibility: hidden;
}
.related a:hover,
.related a:active {
opacity: 1;
}
.related a img {
max-width: 100%;
opacity: 0.8;
border-radius: 4px;
}
.related a:hover img,
.related a:active img {
opacity: 1;
}
.related h3{font-family: "Microsoft YaHei", sans-serif;font-size: 1.2em}
.related a h3 {
font-size: 0.85em;
font-weight: 300;
margin-top: 0.15em;
color: #fff;
}
/* icomoon */
.icon-htmleaf-home-outline:before {
content: "\e5000";
}
.icon-htmleaf-arrow-forward-outline:before {
content: "\e5001";
}
@media screen and (max-width: 1024px) {
.htmleaf-header {
padding: 2em 10% 2em;
}
.htmleaf-header h1 {
font-size:1.4em;
}
.htmleaf-links{font-size: 1.4em}
}
@media screen and (max-width: 960px) {
.htmleaf-header {
padding: 2em 10% 2em;
}
.htmleaf-header h1 {
font-size:1.2em;
}
.htmleaf-links{font-size: 1.2em}
.related h3{font-size: 1em;}
.related a h3 {
font-size: 0.8em;
}
}
@media screen and (max-width: 766px) {
.htmleaf-header h1 {
font-size:1.3em;
}
.htmleaf-links{font-size: 1.3em}
}
@media screen and (max-width: 640px) {
.htmleaf-header {
padding: 2em 10% 2em;
}
.htmleaf-header h1 {
font-size:1em;
}
.htmleaf-links{font-size: 1em}
.related h3{font-size: 0.8em;}
.related a h3 {
font-size: 0.6em;
}
}

View File

@ -0,0 +1,636 @@
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
position: absolute;
left: 0;
top: 0;
}
.leaflet-container {
overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
-webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
width: 1600px;
height: 1600px;
-webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
-ms-touch-action: pan-x pan-y;
touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
/* Fallback for FF which doesn't support pinch-zoom */
touch-action: none;
touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-container {
-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
filter: inherit;
visibility: hidden;
}
.leaflet-tile-loaded {
visibility: inherit;
}
.leaflet-zoom-box {
width: 0;
height: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
-moz-user-select: none;
}
.leaflet-pane { z-index: 400; }
.leaflet-tile-pane { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane { z-index: 500; }
.leaflet-marker-pane { z-index: 600; }
.leaflet-tooltip-pane { z-index: 650; }
.leaflet-popup-pane { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg { z-index: 200; }
.leaflet-vml-shape {
width: 1px;
height: 1px;
}
.lvml {
behavior: url(#default#VML);
display: inline-block;
position: absolute;
}
/* control positioning */
.leaflet-control {
position: relative;
z-index: 800;
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
position: absolute;
z-index: 1000;
pointer-events: none;
}
.leaflet-top {
top: 0;
}
.leaflet-right {
right: 0;
}
.leaflet-bottom {
bottom: 0;
}
.leaflet-left {
left: 0;
}
.leaflet-control {
float: left;
clear: both;
}
.leaflet-right .leaflet-control {
float: right;
}
.leaflet-top .leaflet-control {
margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
margin-left: 10px;
}
.leaflet-right .leaflet-control {
margin-right: 10px;
}
/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
will-change: opacity;
}
.leaflet-fade-anim .leaflet-popup {
opacity: 0;
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
opacity: 1;
}
.leaflet-zoom-animated {
-webkit-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
-moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
-o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
-webkit-transition: none;
-moz-transition: none;
-o-transition: none;
transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
visibility: hidden;
}
/* cursors */
.leaflet-interactive {
cursor: pointer;
}
.leaflet-grab {
cursor: -webkit-grab;
cursor: -moz-grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
cursor: move;
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
pointer-events: auto;
}
/* visual tweaks */
.leaflet-container {
background: #ddd;
outline: 0;
}
.leaflet-container a {
color: #0078A8;
}
.leaflet-container a.leaflet-active {
outline: 2px solid orange;
}
.leaflet-zoom-box {
border: 2px dotted #38f;
background: rgba(255,255,255,0.5);
}
/* general typography */
.leaflet-container {
font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* general toolbar styles */
.leaflet-bar {
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
background-color: #fff;
border-bottom: 1px solid #ccc;
width: 26px;
height: 26px;
line-height: 26px;
display: block;
text-align: center;
text-decoration: none;
color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
background-position: 50% 50%;
background-repeat: no-repeat;
display: block;
}
.leaflet-bar a:hover {
background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
cursor: default;
background-color: #f4f4f4;
color: #bbb;
}
.leaflet-touch .leaflet-bar a {
width: 30px;
height: 30px;
line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
border-top-left-radius: 2px;
border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
font: bold 18px 'Lucida Console', Monaco, monospace;
text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
font-size: 22px;
}
/* layers control */
.leaflet-control-layers {
box-shadow: 0 1px 5px rgba(0,0,0,0.4);
background: #fff;
border-radius: 5px;
}
.leaflet-control-layers-toggle {
background-image: url(images/layers.png);
width: 36px;
height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
background-image: url(images/layers-2x.png);
background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
width: 44px;
height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
display: block;
position: relative;
}
.leaflet-control-layers-expanded {
padding: 6px 10px 6px 6px;
color: #333;
background: #fff;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {
margin-top: 2px;
position: relative;
top: 1px;
}
.leaflet-control-layers label {
display: block;
}
.leaflet-control-layers-separator {
height: 0;
border-top: 1px solid #ddd;
margin: 5px -10px 5px -6px;
}
/* Default icon URLs */
.leaflet-default-icon-path {
background-image: url(images/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
background: #fff;
background: rgba(255, 255, 255, 0.7);
margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
padding: 0 5px;
color: #333;
}
.leaflet-control-attribution a {
text-decoration: none;
}
.leaflet-control-attribution a:hover {
text-decoration: underline;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
font-size: 11px;
}
.leaflet-left .leaflet-control-scale {
margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
margin-bottom: 5px;
}
.leaflet-control-scale-line {
border: 2px solid #777;
border-top: none;
line-height: 1.1;
padding: 2px 5px 1px;
font-size: 11px;
white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fff;
background: rgba(255, 255, 255, 0.5);
}
.leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777;
border-bottom: none;
margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
border: 2px solid rgba(0,0,0,0.2);
background-clip: padding-box;
}
/* popup */
.leaflet-popup {
position: absolute;
text-align: center;
margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
padding: 1px;
text-align: left;
border-radius: 12px;
}
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
}
.leaflet-popup-content p {
margin: 18px 0;
}
.leaflet-popup-tip-container {
width: 40px;
height: 20px;
position: absolute;
left: 50%;
margin-left: -20px;
overflow: hidden;
pointer-events: none;
}
.leaflet-popup-tip {
width: 17px;
height: 17px;
padding: 1px;
margin: -10px auto 0;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
background: white;
color: #333;
box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
position: absolute;
top: 0;
right: 0;
padding: 4px 4px 0 0;
border: none;
text-align: center;
width: 18px;
height: 14px;
font: 16px/14px Tahoma, Verdana, sans-serif;
color: #c3c3c3;
text-decoration: none;
font-weight: bold;
background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover {
color: #999;
}
.leaflet-popup-scrolled {
overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
width: 24px;
margin: 0 auto;
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-popup-tip-container {
margin-top: -1px;
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
border: 1px solid #999;
}
/* div icon */
.leaflet-div-icon {
background: #fff;
border: 1px solid #666;
}
/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
position: absolute;
padding: 6px;
background-color: #fff;
border: 1px solid #fff;
border-radius: 3px;
color: #222;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
pointer-events: none;
box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-clickable {
cursor: pointer;
pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
position: absolute;
pointer-events: none;
border: 6px solid transparent;
background: transparent;
content: "";
}
/* Directions */
.leaflet-tooltip-bottom {
margin-top: 6px;
}
.leaflet-tooltip-top {
margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
left: 50%;
margin-left: -6px;
}
.leaflet-tooltip-top:before {
bottom: 0;
margin-bottom: -12px;
border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
top: 0;
margin-top: -12px;
margin-left: -6px;
border-bottom-color: #fff;
}
.leaflet-tooltip-left {
margin-left: -6px;
}
.leaflet-tooltip-right {
margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
top: 50%;
margin-top: -6px;
}
.leaflet-tooltip-left:before {
right: 0;
margin-right: -12px;
border-left-color: #fff;
}
.leaflet-tooltip-right:before {
left: 0;
margin-left: -12px;
border-right-color: #fff;
}

View File

@ -0,0 +1,7 @@
/*.legend {*/
/* position: absolute;*/
/* bottom: 10px;*/
/* left: 10px;*/
/* opacity: 0.8;*/
/* z-index: 999;*/
/*}*/

View File

@ -0,0 +1,9 @@
/*!
* metismenu - v2.7.7
* A jQuery menu plugin
* https://github.com/onokumus/metismenu#readme
*
* Made by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* Under MIT License
*/.metismenu .arrow{float:right;line-height:1.42857}[dir=rtl] .metismenu .arrow{float:left}.metismenu .glyphicon.arrow:before{content:"\e079"}.metismenu .active>a>.glyphicon.arrow:before{content:"\e114"}.metismenu .fa.arrow:before{content:"\f104"}.metismenu .active>a>.fa.arrow:before{content:"\f107"}.metismenu .ion.arrow:before{content:"\f3d2"}.metismenu .active>a>.ion.arrow:before{content:"\f3d0"}.metismenu .plus-times{float:right}[dir=rtl] .metismenu .plus-times{float:left}.metismenu .fa.plus-times:before{content:"\f067"}.metismenu .active>a>.fa.plus-times{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.metismenu .plus-minus{float:right}[dir=rtl] .metismenu .plus-minus{float:left}.metismenu .fa.plus-minus:before{content:"\f067"}.metismenu .active>a>.fa.plus-minus:before{content:"\f068"}.metismenu .collapse{display:none}.metismenu .collapse.in{display:block}.metismenu .collapsing{height:0;overflow:hidden;position:relative;transition-duration:.35s;transition-property:height,visibility;transition-timing-function:ease}.metismenu .has-arrow{position:relative}.metismenu .has-arrow:after{-webkit-transform:rotate(-45deg) translateY(-50%);-webkit-transform-origin:top;border-color:initial;border-style:solid;border-width:1px 0 0 1px;content:"";height:.5em;position:absolute;right:1em;top:50%;transform:rotate(-45deg) translateY(-50%);transform-origin:top;transition:all .3s ease-out;width:.5em}[dir=rtl] .metismenu .has-arrow:after{-webkit-transform:rotate(135deg) translateY(-50%);left:1em;right:auto;transform:rotate(135deg) translateY(-50%)}.metismenu .active>.has-arrow:after,.metismenu .has-arrow[aria-expanded=true]:after{-webkit-transform:rotate(-135deg) translateY(-50%);transform:rotate(-135deg) translateY(-50%)}
/*# sourceMappingURL=metisMenu.min.css.map */

View File

@ -0,0 +1,2 @@
.ol-box{box-sizing:border-box;border-radius:2px;border:2px solid #00f}.ol-mouse-position{top:8px;right:8px;position:absolute}.ol-scale-line{background:rgba(0,60,136,.3);border-radius:4px;bottom:8px;left:8px;padding:2px;position:absolute}.ol-scale-line-inner{border:1px solid #eee;border-top:none;color:#eee;font-size:10px;text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position:absolute;bottom:8px;left:8px}.ol-scale-step-marker{width:1px;height:15px;background-color:#000;float:right;z-Index:10}.ol-scale-step-text{position:absolute;bottom:-5px;font-size:12px;z-Index:11;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-text{position:absolute;font-size:14px;text-align:center;bottom:25px;color:#000;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.ol-scale-singlebar{position:relative;height:10px;z-Index:9;border:1px solid #000}.ol-unsupported{display:none}.ol-unselectable,.ol-viewport{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ol-selectable{-webkit-touch-callout:default;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ol-grabbing{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.ol-grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.ol-control{position:absolute;background-color:rgba(255,255,255,.4);border-radius:4px;padding:2px}.ol-control:hover{background-color:rgba(255,255,255,.6)}.ol-zoom{top:.5em;left:.5em}.ol-rotate{top:.5em;right:.5em;transition:opacity .25s linear,visibility 0s linear}.ol-rotate.ol-hidden{opacity:0;visibility:hidden;transition:opacity .25s linear,visibility 0s linear .25s}.ol-zoom-extent{top:4.643em;left:.5em}.ol-full-screen{right:.5em;top:.5em}.ol-control button{display:block;margin:1px;padding:0;color:#fff;font-size:1.14em;font-weight:700;text-decoration:none;text-align:center;height:1.375em;width:1.375em;line-height:.4em;background-color:rgba(0,60,136,.5);border:none;border-radius:2px}.ol-control button::-moz-focus-inner{border:none;padding:0}.ol-zoom-extent button{line-height:1.4em}.ol-compass{display:block;font-weight:400;font-size:1.2em;will-change:transform}.ol-touch .ol-control button{font-size:1.5em}.ol-touch .ol-zoom-extent{top:5.5em}.ol-control button:focus,.ol-control button:hover{text-decoration:none;background-color:rgba(0,60,136,.7)}.ol-zoom .ol-zoom-in{border-radius:2px 2px 0 0}.ol-zoom .ol-zoom-out{border-radius:0 0 2px 2px}.ol-attribution{text-align:right;bottom:.5em;right:.5em;max-width:calc(100% - 1.3em)}.ol-attribution ul{margin:0;padding:0 .5em;color:#000;text-shadow:0 0 2px #fff}.ol-attribution li{display:inline;list-style:none}.ol-attribution li:not(:last-child):after{content:" "}.ol-attribution img{max-height:2em;max-width:inherit;vertical-align:middle}.ol-attribution button,.ol-attribution ul{display:inline-block}.ol-attribution.ol-collapsed ul{display:none}.ol-attribution:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-attribution.ol-uncollapsible{bottom:0;right:0;border-radius:4px 0 0}.ol-attribution.ol-uncollapsible img{margin-top:-.2em;max-height:1.6em}.ol-attribution.ol-uncollapsible button{display:none}.ol-zoomslider{top:4.5em;left:.5em;height:200px}.ol-zoomslider button{position:relative;height:10px}.ol-touch .ol-zoomslider{top:5.5em}.ol-overviewmap{left:.5em;bottom:.5em}.ol-overviewmap.ol-uncollapsible{bottom:0;left:0;border-radius:0 4px 0 0}.ol-overviewmap .ol-overviewmap-map,.ol-overviewmap button{display:inline-block}.ol-overviewmap .ol-overviewmap-map{border:1px solid #7b98bc;height:150px;margin:2px;width:150px}.ol-overviewmap:not(.ol-collapsed) button{bottom:1px;left:2px;position:absolute}.ol-overviewmap.ol-collapsed .ol-overviewmap-map,.ol-overviewmap.ol-uncollapsible button{display:none}.ol-overviewmap:not(.ol-collapsed){background:rgba(255,255,255,.8)}.ol-overviewmap-box{border:2px dotted rgba(0,60,136,.7)}.ol-overviewmap .ol-overviewmap-box:hover{cursor:move}
/*# sourceMappingURL=ol.css.map */

View File

@ -0,0 +1 @@
{"version":3,"sources":["src/ol/ol.css"],"names":[],"mappings":"AAAA,QACE,WAAY,WACZ,cAAe,IACf,OAAQ,IAAI,MAAM,KAGpB,mBACE,IAAK,IACL,MAAO,IACP,SAAU,SAGZ,eACE,WAAY,kBACZ,cAAe,IACf,OAAQ,IACR,KAAM,IACN,QAAS,IACT,SAAU,SAEZ,qBACE,OAAQ,IAAI,MAAM,KAClB,WAAY,KACZ,MAAO,KACP,UAAW,KACX,WAAY,OACZ,OAAQ,IACR,YAAa,QAAQ,CAAE,MACvB,WAAY,IAAI,KAElB,cACE,SAAU,SACV,OAAQ,IACR,KAAM,IAER,sBACE,MAAO,IACP,OAAQ,KACR,iBAAkB,KAClB,MAAO,MACP,QAAS,GAEX,oBACE,SAAU,SACV,OAAQ,KACR,UAAW,KACX,QAAS,GACT,MAAO,KACP,YAAa,KAAK,EAAE,IAAO,CAAE,EAAE,IAAI,IAAO,CAAE,IAAI,EAAE,IAAO,CAAE,EAAE,KAAK,KAEpE,eACE,SAAU,SACV,UAAW,KACX,WAAY,OACZ,OAAQ,KACR,MAAO,KACP,YAAa,KAAK,EAAE,IAAO,CAAE,EAAE,IAAI,IAAO,CAAE,IAAI,EAAE,IAAO,CAAE,EAAE,KAAK,KAEpE,oBACE,SAAU,SACV,OAAQ,KACR,QAAS,EACT,OAAQ,IAAI,MAAM,KAGpB,gBACE,QAAS,KAEG,iBAAd,aACE,sBAAuB,KACvB,oBAAqB,KACrB,iBAAkB,KAClB,gBAAiB,KACjB,YAAa,KACb,4BAA6B,YAE/B,eACE,sBAAuB,QACvB,oBAAqB,KACrB,iBAAkB,KAClB,gBAAiB,KACjB,YAAa,KAEf,aACE,OAAQ,iBACR,OAAQ,cACR,OAAQ,SAEV,SACE,OAAQ,KACR,OAAQ,aACR,OAAQ,UACR,OAAQ,KAEV,YACE,SAAU,SACV,iBAAkB,qBAClB,cAAe,IACf,QAAS,IAEX,kBACE,iBAAkB,qBAEpB,SACE,IAAK,KACL,KAAM,KAER,WACE,IAAK,KACL,MAAO,KACP,WAAY,QAAQ,KAAK,MAAM,CAAE,WAAW,GAAG,OAEjD,qBACE,QAAS,EACT,WAAY,OACZ,WAAY,QAAQ,KAAK,MAAM,CAAE,WAAW,GAAG,OAAO,KAExD,gBACE,IAAK,QACL,KAAM,KAER,gBACE,MAAO,KACP,IAAK,KAGP,mBACE,QAAS,MACT,OAAQ,IACR,QAAS,EACT,MAAO,KACP,UAAW,OACX,YAAa,IACb,gBAAiB,KACjB,WAAY,OACZ,OAAQ,QACR,MAAO,QACP,YAAa,KACb,iBAAkB,kBAClB,OAAQ,KACR,cAAe,IAEjB,qCACE,OAAQ,KACR,QAAS,EAEX,uBACE,YAAa,MAEf,YACE,QAAS,MACT,YAAa,IACb,UAAW,MACX,YAAa,UAEf,6BACE,UAAW,MAEb,0BACE,IAAK,MAGP,yBADA,yBAEE,gBAAiB,KACjB,iBAAkB,kBAEpB,qBACE,cAAe,IAAI,IAAI,EAAE,EAE3B,sBACE,cAAe,EAAE,EAAE,IAAI,IAIzB,gBACE,WAAY,MACZ,OAAQ,KACR,MAAO,KACP,UAAW,mBAGb,mBACE,OAAQ,EACR,QAAS,EAAE,KACX,MAAO,KACP,YAAa,EAAE,EAAE,IAAI,KAEvB,mBACE,QAAS,OACT,WAAY,KAEd,0CACE,QAAS,IAEX,oBACE,WAAY,IACZ,UAAW,QACX,eAAgB,OAEE,uBAApB,mBACE,QAAS,aAEX,gCACE,QAAS,KAEX,mCACE,WAAY,qBAEd,iCACE,OAAQ,EACR,MAAO,EACP,cAAe,IAAI,EAAE,EAEvB,qCACE,WAAY,MACZ,WAAY,MAEd,wCACE,QAAS,KAGX,eACE,IAAK,MACL,KAAM,KACN,OAAQ,MAEV,sBACE,SAAU,SACV,OAAQ,KAGV,yBACE,IAAK,MAGP,gBACE,KAAM,KACN,OAAQ,KAEV,iCACE,OAAQ,EACR,KAAM,EACN,cAAe,EAAE,IAAI,EAAE,EAEzB,oCACA,uBACE,QAAS,aAEX,oCACE,OAAQ,IAAI,MAAM,QAClB,OAAQ,MACR,OAAQ,IACR,MAAO,MAET,0CACE,OAAQ,IACR,KAAM,IACN,SAAU,SAEZ,iDACA,wCACE,QAAS,KAEX,mCACE,WAAY,qBAEd,oBACE,OAAQ,IAAI,OAAO,kBAGrB,0CACE,OAAQ"}

View File

@ -0,0 +1,47 @@
.ol-popup {
position: absolute;
background-color: white;
-webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
}
.ol-popup:after, .ol-popup:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.ol-popup:after {
border-top-color: white;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before {
border-top-color: #cccccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer {
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
}
.ol-popup-closer:after {
content: "✖";
}

View File

@ -0,0 +1,313 @@
@import "http://designmodo.github.io/Flat-UI/dist/css/flat-ui.min.css";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import "https://daneden.github.io/animate.css/animate.min.css";
/*-------------------------------*/
/* VARIABLES */
/*-------------------------------*/
body {
position: relative;
overflow-x: hidden;
}
body,
html {
height: 100%;
/*background-color: #583e7e;*/
}
.nav .open > a {
background-color: transparent;
}
.nav .open > a:hover {
background-color: transparent;
}
.nav .open > a:focus {
background-color: transparent;
}
/*-------------------------------*/
/* Wrappers */
/*-------------------------------*/
#wrapper {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
padding-left: 0;
transition: all 0.5s ease;
}
#wrapper.toggled {
padding-left: 500px;
}
#wrapper.toggled #sidebar-wrapper {
width: 500px;
}
#wrapper.toggled #page-content-wrapper {
margin-right: -500px;
position: absolute;
}
#sidebar-wrapper {
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
background: white;
height: 100%;
left: 500px;
margin-left: -500px;
overflow-x: hidden;
overflow-y: auto;
transition: all 0.5s ease;
width: 0;
z-index: 1000;
opacity: 0.7;
}
#sidebar-wrapper::-webkit-scrollbar {
display: none;
}
#page-content-wrapper {
width: 100%;
z-index: 9999;
margin-left: 20px;
}
/*-------------------------------*/
/* Sidebar nav styles */
/*-------------------------------*/
.sidebar-nav {
list-style: none;
margin: 0;
padding: 0;
position: absolute;
top: 0;
width: 500px;
}
.sidebar-nav li {
display: inline-block;
line-height: 20px;
position: relative;
width: 100%;
}
.sidebar-nav li:before {
background-color: #1c1c1c;
content: '';
height: 100%;
left: 0;
position: absolute;
top: 0;
-webkit-transition: width 0.2s ease-in;
transition: width 0.2s ease-in;
width: 3px;
z-index: -1;
}
.sidebar-nav li:first-child a {
background-color: #1a1a1a;
color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
background-color: #402d5c;
}
.sidebar-nav li:nth-child(3):before {
background-color: #4c366d;
}
.sidebar-nav li:nth-child(4):before {
background-color: #583e7e;
}
.sidebar-nav li:nth-child(5):before {
background-color: #64468f;
}
.sidebar-nav li:nth-child(6):before {
background-color: #704fa0;
}
.sidebar-nav li:nth-child(7):before {
background-color: #7c5aae;
}
.sidebar-nav li:nth-child(8):before {
background-color: #8a6cb6;
}
.sidebar-nav li:nth-child(9):before {
background-color: #987dbf;
}
.sidebar-nav li:hover:before {
-webkit-transition: width 0.2s ease-in;
transition: width 0.2s ease-in;
width: 100%;
}
.sidebar-nav li a {
color: #dddddd;
display: block;
padding: 10px 15px 10px 30px;
text-decoration: none;
}
.sidebar-nav li.open:hover before {
-webkit-transition: width 0.2s ease-in;
transition: width 0.2s ease-in;
width: 100%;
}
.sidebar-nav .dropdown-menu {
background-color: #222222;
border-radius: 0;
border: none;
box-shadow: none;
margin: 0;
padding: 0;
position: relative;
width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
background-color: transparent;
color: #ffffff;
text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
font-size: 20px;
height: 65px;
line-height: 44px;
}
/*-------------------------------*/
/* Hamburger-Cross */
/*-------------------------------*/
.hamburger {
background: transparent;
border: none;
display: block;
height: 32px;
margin-left: 15px;
position: fixed;
top: 20px;
width: 32px;
z-index: 999;
}
.hamburger:hover {
outline: none;
}
.hamburger:focus {
outline: none;
}
.hamburger:active {
outline: none;
}
.hamburger.is-closed:before {
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
color: #ffffff;
content: '';
display: block;
font-size: 14px;
line-height: 32px;
opacity: 0;
text-align: center;
width: 100px;
}
.hamburger.is-closed:hover before {
-webkit-transform: translate3d(-100px, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
display: block;
opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
-webkit-transition: all 0.35s ease-in-out;
top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
-webkit-transition: all 0.35s ease-in-out;
bottom: 0;
}
.hamburger.is-closed .hamb-top {
-webkit-transition: all 0.35s ease-in-out;
background-color: rgba(255, 255, 255, 0.7);
top: 5px;
}
.hamburger.is-closed .hamb-middle {
background-color: rgba(255, 255, 255, 0.7);
margin-top: -2px;
top: 50%;
}
.hamburger.is-closed .hamb-bottom {
-webkit-transition: all 0.35s ease-in-out;
background-color: rgba(255, 255, 255, 0.7);
bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
height: 4px;
left: 0;
position: absolute;
width: 100%;
}
.hamburger.is-open .hamb-top {
-webkit-transform: rotate(45deg);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background-color: #ffffff;
margin-top: -2px;
top: 50%;
}
.hamburger.is-open .hamb-middle {
background-color: #ffffff;
display: none;
}
.hamburger.is-open .hamb-bottom {
-webkit-transform: rotate(-45deg);
-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
background-color: #ffffff;
margin-top: -2px;
top: 50%;
}
.hamburger.is-open:before {
-webkit-transform: translate3d(0, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
color: #ffffff;
content: '';
display: block;
font-size: 14px;
line-height: 32px;
opacity: 0;
text-align: center;
width: 100px;
}
.hamburger.is-open:hover before {
-webkit-transform: translate3d(-100px, 0, 0);
-webkit-transition: all 0.35s ease-in-out;
display: block;
opacity: 1;
}
/*-------------------------------*/
/* Dark Overlay */
/*-------------------------------*/
.overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.4);
z-index: 1;
}
/* SOME DEMO STYLES - NOT REQUIRED */
body,
html {
/*background-color: #583e7e;*/
}
body h1,
body h2,
body h3,
body h4 {
color: rgba(255, 255, 255, 0.9);
}
body p,
body blockquote {
color: rgba(255, 255, 255, 0.7);
}
body a {
color: rgba(255, 255, 255, 0.8);
text-decoration: underline;
}
body a:hover {
color: #ffffff;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@ -0,0 +1,40 @@
$(function () {
var w = $(window).on('resize', function () {
var height = $(this).height() - 250;
$('#map').height(height);
console.log(height)
}).trigger('resize');
var h = w.height();
var s = parseInt((h-228)/75);
console.log("s:"+s);
var map = L.map('map', {
center: [34.3632, 107.2377],
zoomSnap:0.1,
zoomDelta:0.2,
zoom: 7.2+(s*0.2)
});
L.tileLayer.chinaProvider('TianDiTu.Satellite.Map', {maxZoom: 18, minZoom: 5,zoomIn:0.1,zoomOut:0.1}).addTo(map);
L.tileLayer.chinaProvider('TianDiTu.Satellite.Annotion', {maxZoom: 18, minZoom: 5,zoomIn:0.1,zoomOut:0.1}).addTo(map);
var countyLayer = L.nonTiledLayer.wms('http://210.77.68.250:8080/geoserver/baoji/wms', {
layers: 'baoji:bj_county_boundary',
transparent: true,
format: 'image/png'
});
map.addLayer(countyLayer);
var townLayer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/baoji/wms', {
layers: 'baoji:bj_village_boundary',
transparent: true,
format: 'image/png',
});
var baseLayers = {
"县界": countyLayer,
"乡界": townLayer
};
L.control.layers(baseLayers,null,{collapsed:false}).addTo(map);
});

View File

@ -0,0 +1,75 @@
$(function () {
var w = $(window).on('resize', function () {
var height = $(this).height() - 250;
$('#map').height(height);
console.log(height)
}).trigger('resize');
var h = w.height();
var s = parseInt((h-228)/75);
console.log("s:"+s);
var map = L.map('map', {
center: [34.3632, 107.2377],
zoomSnap:0.1,
zoomDelta:0.2,
zoom: 7.2+(s*0.2)
});
L.tileLayer.chinaProvider('TianDiTu.Satellite.Map', {maxZoom: 18, minZoom: 5,zoomIn:0.1,zoomOut:0.1}).addTo(map);
L.tileLayer.chinaProvider('TianDiTu.Satellite.Annotion', {maxZoom: 18, minZoom: 5,zoomIn:0.1,zoomOut:0.1}).addTo(map);
var countyLayer = L.nonTiledLayer.wms('http://210.77.68.250:8080/geoserver/baoji/wms', {
layers: 'baoji:bj_county_boundary',
transparent: true,
format: 'image/png',
});
map.addLayer(countyLayer);
var cottonLayer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/baoji/wms', {
layers: 'baoji:bj_cotton',
transparent: true,
format: 'image/png',
styles: 'baoji:cotton',
});
map.addLayer(cottonLayer);
var cronLayer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/baoji/wms', {
layers: 'baoji:bj_cron',
transparent: true,
format: 'image/png',
styles: 'baoji:cron',
});
map.addLayer(cronLayer);
var wheatLayer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/baoji/wms', {
layers: 'baoji:bj_wheat',
transparent: true,
format: 'image/png',
styles: 'baoji:bj_crop',
});
map.addLayer(wheatLayer);
var baseLayers = {
"县界": countyLayer
};
var overLayers = {
"棉花": cottonLayer,
"玉米": cronLayer,
"小麦": wheatLayer,
};
countyLayer.bringToBack();
L.control.layers(baseLayers, overLayers, {collapsed: false}).addTo(map);
$('#legend-img1').attr('src', 'http://210.77.68.250:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=30&HEIGHT=15&LAYER=baoji:bj_cotton&STYLE=baoji:cotton');
$('#legend-img2').attr('src', 'http://210.77.68.250:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=30&HEIGHT=15&LAYER=baoji:bj_cron&STYLE=baoji:cron');
$('#legend-img3').attr('src', 'http://210.77.68.250:8080/geoserver/wms?REQUEST=GetLegendGraphic&VERSION=1.0.0&FORMAT=image/png&WIDTH=30&HEIGHT=15&LAYER=baoji:bj_wheat&STYLE=baoji:bj_crop');
// var legend = L.control({position:'bottomright'});
// legend.onAdd = function (map) {
// var div = L.DomUtil.create('div','info legend');
// div.innerHTML += '<img src = "" alt="legend" width = "30" hight = "40" >';
// return div;
// };
// legend.addTo(map);
});

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,147 @@
$(function () {
var map = L.map('map', {
center: [34.91028, 107.55375],
zoomSnap: 0.1,
zoomDelta: 0.2,
zoom: 17,
zoomControl: false,
rotationAngel: 1800
});
// var osmUrl = 'http://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
// osmAttrib = '&copy; <a href="http://openstreetmap.org/copyright">OpenStreetMap</a> contributors',
// osm = L.tileLayer(osmUrl, {maxZoom: 18, attribution: osmAttrib});
//
// var map = L.map('map', {rotate: true,touchRotate:true})
// .setView([55, 10], 4)
// .addLayer(osm);
L.tileLayer.chinaProvider('TianDiTu.Satellite.Map', {
key: '661147eab2db2ca4e3596de18a46929f',
maxZoom: 20,
minZoom: 5,
zoomIn: 0.1,
zoomOut: 0.1
}).addTo(map);
L.tileLayer.chinaProvider('TianDiTu.Satellite.Annotion', {
key: '661147eab2db2ca4e3596de18a46929f',
maxZoom: 20,
minZoom: 5,
zoomIn: 0.1,
zoomOut: 0.1
}).addTo(map);
var w3132Layer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/gwc/service/wms', {
layers: 'linbei:3132_wgs84',
transparent: true,
format: 'image/png',
maxZoom: 20,
});
map.addLayer(w3132Layer);
var w35Layer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/gwc/service/wms', {
layers: 'linbei:0035_wgs84',
transparent: true,
format: 'image/png',
maxZoom: 20,
});
map.addLayer(w35Layer);
L.Control.Legend = L.Control.extend({
options: {
position: 'topright' //初始位置
},
initialize: function (options) {
L.Util.extend(this.options, options);
},
onAdd: function (map) {
//创建一个class为info legend的div
this._container = L.DomUtil.create('div', 'info legend');
//创建一个图片要素
var labels = []
labels.push(
'<button id="m" style="z-index: 9999;margin-top: 20px;">煤厂</button><button id="d" style="z-index: 9999;margin-top: 20px;margin-right: 20px">厂区</button>');
this._container.innerHTML = labels.join('<br>');
return this._container;
},
onRemove: function (map) {
// Nothing to do here
}
});
L.control.legend = function (opts) {
return new L.Control.Legend(opts);
}
var legend = L.control.legend({position: 'topright'});
//添加图例
legend.addTo(map);
$("#m").click(function () {
map.panTo(new L.LatLng(34.89438, 107.54264))
});
$("#d").click(function () {
map.panTo(new L.LatLng(34.91028, 107.55375))
});
var points = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/wms', {
layers: 'linbei:BaseStation_C_ALL',
transparent: true,
format: 'image/png',
maxZoom: 20
});
map.addLayer(points);
points.bringToFront();
$('.main-search input').focus(function (e) {
e.preventDefault();
var width = $(this).width();
var position = $(this).position();
var val = $(this).val();
var params = {keyword: val}
if (val) {
$('.autocomplete-panel').load('/points/search/by/keywords/' + '?' + $.param(params));
}
$('.autocomplete-panel').css({
width: width + 12,
top: position.top + 34,
left: position.left + 5
}).show();
}).blur(function (e) {
e.preventDefault();
resetAutoCompletePanel();
}).on('input', function (e) {
var val = $(this).val();
var params = {keyword: val}
$('.autocomplete-panel').load('/points/search/by/keywords/' + '?' + $.param(params))
});
$('.autocomplete-panel').mouseenter(function () {
$('.main-search input').unbind('blur');
}).mouseleave(function () {
$('.main-search input').blur(function (e) {
e.preventDefault();
resetAutoCompletePanel();
})
});
function resetAutoCompletePanel() {
$('.autocomplete-panel').html("<div style='padding: 10px; text-align: center'>loading...</div>").hide();
}
window.globalConfig = {
map: map
}
});

View File

@ -0,0 +1,58 @@
$(function () {
// var w = $(window).on('resize', function () {
// var height = $(this).height() - 50;
// $('#map').height(height);
// console.log(height)
// }).trigger('resize');
// var h = w.height();
// var s = parseInt((h - 228) / 75);
// console.log("s:" + s);
var map = L.map('map', {
center: [34.89438, 107.54264],
zoomSnap: 0.1,
zoomDelta: 0.2,
zoom: 15
});
L.tileLayer.chinaProvider('TianDiTu.Satellite.Map', {
maxZoom: 18,
minZoom: 5,
zoomIn: 0.1,
zoomOut: 0.1
}).addTo(map);
L.tileLayer.chinaProvider('TianDiTu.Satellite.Annotion', {
maxZoom: 18,
minZoom: 5,
zoomIn: 0.1,
zoomOut: 0.1
}).addTo(map);
var w3132Layer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/gwc/service/wms', {
layers: 'linbei:3132_wgs84',
transparent: true,
format: 'image/png',
maxZoom:20,
});
map.addLayer(w3132Layer);
var w35Layer = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/gwc/service/wms', {
layers: 'linbei:0035_wgs84',
transparent: true,
format: 'image/png',
maxZoom:20
});
map.addLayer(w35Layer);
var points = L.tileLayer.wms('http://210.77.68.250:8080/geoserver/linbei/wms', {
layers: 'linbei:BaseStation_C_ALL',
transparent: true,
format: 'image/png',
maxZoom:20
});
map.addLayer(points);
points.bringToFront()
});

View File

@ -0,0 +1,10 @@
/*
* metismenu - v2.0.2
* A jQuery menu plugin
* https://github.com/onokumus/metisMenu
*
* Made by Osman Nuri Okumus
* Under MIT License
*/
!function(a){"use strict";function b(){var a=document.createElement("mm"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]};return!1}function c(b){return this.each(function(){var c=a(this),d=c.data("mm"),f=a.extend({},e.DEFAULTS,c.data(),"object"==typeof b&&b);d||c.data("mm",d=new e(this,f)),"string"==typeof b&&d[b]()})}a.fn.emulateTransitionEnd=function(b){var c=!1,e=this;a(this).one("mmTransitionEnd",function(){c=!0});var f=function(){c||a(e).trigger(d.end)};return setTimeout(f,b),this};var d=b();d&&(a.event.special.mmTransitionEnd={bindType:d.end,delegateType:d.end,handle:function(b){return a(b.target).is(this)?b.handleObj.handler.apply(this,arguments):void 0}});var e=function(b,c){this.$element=a(b),this.options=a.extend({},e.DEFAULTS,c),this.transitioning=null,this.init()};e.TRANSITION_DURATION=350,e.DEFAULTS={toggle:!0,doubleTapToGo:!1,activeClass:"active"},e.prototype.init=function(){var b=this,c=this.options.activeClass;this.$element.find("li."+c).has("ul").children("ul").addClass("collapse in"),this.$element.find("li").not("."+c).has("ul").children("ul").addClass("collapse"),this.options.doubleTapToGo&&this.$element.find("li."+c).has("ul").children("a").addClass("doubleTapToGo"),this.$element.find("li").has("ul").children("a").on("click.metisMenu",function(d){var e=a(this),f=e.parent("li"),g=f.children("ul");return d.preventDefault(),f.hasClass(c)?b.hide(g):b.show(g),b.options.doubleTapToGo&&b.doubleTapToGo(e)&&"#"!==e.attr("href")&&""!==e.attr("href")?(d.stopPropagation(),void(document.location=e.attr("href"))):void 0})},e.prototype.doubleTapToGo=function(a){var b=this.$element;return a.hasClass("doubleTapToGo")?(a.removeClass("doubleTapToGo"),!0):a.parent().children("ul").length?(b.find(".doubleTapToGo").removeClass("doubleTapToGo"),a.addClass("doubleTapToGo"),!1):void 0},e.prototype.show=function(b){var c=this.options.activeClass,f=a(b),g=f.parent("li");if(!this.transitioning&&!f.hasClass("in")){g.addClass(c),this.options.toggle&&this.hide(g.siblings().children("ul.in")),f.removeClass("collapse").addClass("collapsing").height(0),this.transitioning=1;var h=function(){f.removeClass("collapsing").addClass("collapse in").height(""),this.transitioning=0};return d?void f.one("mmTransitionEnd",a.proxy(h,this)).emulateTransitionEnd(e.TRANSITION_DURATION).height(f[0].scrollHeight):h.call(this)}},e.prototype.hide=function(b){var c=this.options.activeClass,f=a(b);if(!this.transitioning&&f.hasClass("in")){f.parent("li").removeClass(c),f.height(f.height())[0].offsetHeight,f.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var g=function(){this.transitioning=0,f.removeClass("collapsing").addClass("collapse")};return d?void f.height(0).one("mmTransitionEnd",a.proxy(g,this)).emulateTransitionEnd(e.TRANSITION_DURATION):g.call(this)}};var f=a.fn.metisMenu;a.fn.metisMenu=c,a.fn.metisMenu.Constructor=e,a.fn.metisMenu.noConflict=function(){return a.fn.metisMenu=f,this}}(jQuery);

View File

@ -0,0 +1,155 @@
// L.TileLayer.ChinaProvider = L.TileLayer.extend({
//
// initialize: function (type, options) { // (type, Object)
// var providers = L.TileLayer.ChinaProvider.providers;
//
// var parts = type.split('.');
//
// var providerName = parts[0];
// var mapName = parts[1];
// var mapType = parts[2];
//
// var url = providers[providerName][mapName][mapType];
// options.subdomains = providers[providerName].Subdomains;
//
// L.TileLayer.prototype.initialize.call(this, url, options);
// }
// });
//
// L.TileLayer.ChinaProvider.providers = {
// TianDiTu: {
// Normal: {
// Map: "",
// Annotion: "http://t{s}.tianhttp://t{s}.tianditu.gov.cn/DataServer?T=vec_w&X={x}&Y={y}&L={z}&tk=661147eab2db2ca4e3596de18a46929fditu.cn/DataServer?T=cva_w&X={x}&Y={y}&L={z}"
// },
// Satellite: {
// Map: "http://t{s}.tianditu.gov.cn/DataServer?T=img_w&X={x}&Y={y}&L={z}&tk=661147eab2db2ca4e3596de18a46929f",
// Annotion: "http://t{s}.tianditu.cn/DataServer?T=cia_w&X={x}&Y={y}&L={z}&tk=661147eab2db2ca4e3596de18a46929f"
// },
// Terrain: {
// Map: "http://t{s}.tianditu.gov.cn/DataServer?T=ter_w&X={x}&Y={y}&L={z}&tk=661147eab2db2ca4e3596de18a46929f",
// Annotion: "http://t{s}.tianditu.cn/DataServer?T=cta_w&X={x}&Y={y}&L={z}&tk=661147eab2db2ca4e3596de18a46929f"
// },
// Subdomains: ['0', '1', '2', '3', '4', '5', '6', '7']
// },
//
// GaoDe: {
// Normal: {
// Map: 'http://webrd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}'
// },
// Satellite: {
// Map: 'http://webst0{s}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}',
// Annotion: 'http://webst0{s}.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}'
// },
// Subdomains: ["1", "2", "3", "4"]
// },
//
// Google: {
// Normal: {
// Map: "http://www.google.cn/maps/vt?lyrs=m@189&gl=cn&x={x}&y={y}&z={z}"
// },
// Satellite: {
// Map: "http://www.google.cn/maps/vt?lyrs=s@189&gl=cn&x={x}&y={y}&z={z}"
// },
// Subdomains: []
// },
//
// Geoq: {
// Normal: {
// Map: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}",
// Color: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetColor/MapServer/tile/{z}/{y}/{x}",
// PurplishBlue: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",
// Gray: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}",
// Warm: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetWarm/MapServer/tile/{z}/{y}/{x}",
// Cold: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetCold/MapServer/tile/{z}/{y}/{x}"
// },
// Subdomains: []
//
// }
// };
//
// L.tileLayer.chinaProvider = function (type, options) {
// return new L.TileLayer.ChinaProvider(type, options);
// };
L.TileLayer.ChinaProvider = L.TileLayer.extend({
initialize: function(type, options) { // (type, Object)
var providers = L.TileLayer.ChinaProvider.providers;
var parts = type.split('.');
var providerName = parts[0];
var mapName = parts[1];
var mapType = parts[2];
var url = providers[providerName][mapName][mapType];
options.subdomains = providers[providerName].Subdomains;
options.key = options.key || providers[providerName].key;
L.TileLayer.prototype.initialize.call(this, url, options);
}
});
L.TileLayer.ChinaProvider.providers = {
TianDiTu: {
Normal: {
Map: "http://t{s}.tianditu.com/DataServer?T=vec_w&X={x}&Y={y}&L={z}&tk={key}",
Annotion: "http://t{s}.tianditu.com/DataServer?T=cva_w&X={x}&Y={y}&L={z}&tk={key}"
},
Satellite: {
Map: "http://t{s}.tianditu.com/DataServer?T=img_w&X={x}&Y={y}&L={z}&tk={key}",
Annotion: "http://t{s}.tianditu.com/DataServer?T=cia_w&X={x}&Y={y}&L={z}&tk={key}"
},
Terrain: {
Map: "http://t{s}.tianditu.com/DataServer?T=ter_w&X={x}&Y={y}&L={z}&tk={key}",
Annotion: "http://t{s}.tianditu.com/DataServer?T=cta_w&X={x}&Y={y}&L={z}&tk={key}"
},
Subdomains: ['0', '1', '2', '3', '4', '5', '6', '7'],
key: "174705aebfe31b79b3587279e211cb9a"
},
GaoDe: {
Normal: {
Map: 'http://webrd0{s}.is.autonavi.com/appmaptile?lang=zh_cn&size=1&scale=1&style=8&x={x}&y={y}&z={z}'
},
Satellite: {
Map: 'http://webst0{s}.is.autonavi.com/appmaptile?style=6&x={x}&y={y}&z={z}',
Annotion: 'http://webst0{s}.is.autonavi.com/appmaptile?style=8&x={x}&y={y}&z={z}'
},
Subdomains: ["1", "2", "3", "4"]
},
Google: {
Normal: {
Map: "http://www.google.cn/maps/vt?lyrs=m@189&gl=cn&x={x}&y={y}&z={z}"
},
Satellite: {
Map: "http://www.google.cn/maps/vt?lyrs=s@189&gl=cn&x={x}&y={y}&z={z}"
},
Subdomains: []
},
Geoq: {
Normal: {
Map: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineCommunity/MapServer/tile/{z}/{y}/{x}",
PurplishBlue: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetPurplishBlue/MapServer/tile/{z}/{y}/{x}",
Gray: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetGray/MapServer/tile/{z}/{y}/{x}",
Warm: "http://map.geoq.cn/ArcGIS/rest/services/ChinaOnlineStreetWarm/MapServer/tile/{z}/{y}/{x}",
},
Theme: {
Hydro: "http://thematic.geoq.cn/arcgis/rest/services/ThematicMaps/WorldHydroMap/MapServer/tile/{z}/{y}/{x}"
},
Subdomains: []
},
OSM: {
Normal: {
Map: "http://{s}.tile.osm.org/{z}/{x}/{y}.png",
},
Subdomains: ['a', 'b', 'c']
}
};
L.tileLayer.chinaProvider = function(type, options) {
return new L.TileLayer.ChinaProvider(type, options);
};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,4 @@
/**
* Elements that make up the popup.
*/

View File

@ -0,0 +1,219 @@
$(function () {
var map = new ol.Map({
loadTilesWhileAnimating: true,
target: 'map',
layers: [
new ol.layer.Tile({
source: new ol.source.OSM()
}),
],
view: new ol.View({
projection: 'EPSG:3857',
center: ol.proj.transform([107.55375, 34.91028], 'EPSG:4326', 'EPSG:3857'),
zoom: 17,
rotation: Math.PI * -37.5 / 180,
maxZoom: 20
}),
});
var style = new ol.style.Style({
image: new ol.style.Circle({
radius: 3,
fill: new ol.style.Fill({
color: 'red'
})
})
});
// var iconStyle = new ol.style.Style({
// image: new ol.style.Icon({
// opacity: 0.75,
// src: "static/dashboard/img/1574392786(1).png",
//
// }),
// });
var road = new ol.layer.Vector({
source: new ol.source.Vector({
projection: 'EPSG:4326',
url: '/static/dashboard/json/road.json',
format: new ol.format.GeoJSON()
}),
maxZoom: 20,
style: new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'rgb(137,132,132,255)'
}),
fill: new ol.style.Fill({
color: 'rgb(137,132,132,255)'
})
})
});
map.addLayer(road);
var grass = new ol.layer.Vector({
source: new ol.source.Vector({
projection: 'EPSG:4326',
url: '/static/dashboard/json/grass.json',
format: new ol.format.GeoJSON()
}),
maxZoom: 20,
style: new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'rgb(51,160,44,255)'
}),
fill: new ol.style.Fill({
color: 'rgb(51,160,44,255)'
})
})
});
map.addLayer(grass);
var build = new ol.layer.Vector({
source: new ol.source.Vector({
projection: 'EPSG:4326',
url: '/static/dashboard/json/build.json',
format: new ol.format.GeoJSON()
}),
maxZoom: 20,
style: new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'rgb(173,164,164,255)'
}),
fill: new ol.style.Fill({
color: 'rgb(173,164,164,255)'
})
})
});
map.addLayer(build);
var pipe = new ol.layer.Vector({
source: new ol.source.Vector({
projection: 'EPSG:4326',
url: '/static/dashboard/json/pipe.json',
format: new ol.format.GeoJSON()
}),
maxZoom: 20,
style: new ol.style.Style({
stroke: new ol.style.Stroke({
color: 'rgb(250,249,246,255)'
}),
fill: new ol.style.Fill({
color: 'rgb(250,249,246,255)'
})
})
});
map.addLayer(pipe);
var GeoJsonLayer = new ol.layer.Vector({
source: new ol.source.Vector({
projection: 'EPSG:4326',
url: '/static/dashboard/json/BaseStation_C_ALL.json',
format: new ol.format.GeoJSON()
}),
style: style,
maxZoom: 20
});
// map.addLayer(GeoJsonLayer);
//-------------------------------------------------点点击事件-----------------------------------------------
var container = document.getElementById('popup');
var content = document.getElementById('popup-content');
var closer = document.getElementById('popup-closer');
closer.onclick = function () {
overlay.setPosition(undefined);
closer.blur();
return false;
};
map.on("click", function (e) {
map.forEachFeatureAtPixel(e.pixel, function (feature, layer) {
//do something
var coordinate = ol.extent.getCenter(feature.getGeometry().getExtent());
var data = feature.values_.SN;
console.log(data)
if (data) {
content.innerHTML = '<code>' + data + '</code>';
overlay.setPosition(coordinate);
map.addOverlay(overlay);
}
})
});
var overlay = new ol.Overlay(/** @type {olx.OverlayOptions} */ ({
element: container,
autoPan: true,
autoPanAnimation: {
duration: 250 //当Popup超出地图边界时为了Popup全部可见地图移动的速度. 单位为毫秒ms
}
}));
//-----------------结束-----------------------------------------------------------------------------
var viewport = map.getViewport();
$(viewport).append('<div class="share" ><a href="/vector/mode/" style="color: black"><button>矢量</button></a><a href="/" style="color: black"><button>影像</button></a><button id="cq">厂区</button><button id="mc">煤场</button></div></div>');
$('.main-search input').focus(function (e) {
e.preventDefault();
var width = $(this).width();
var position = $(this).position();
var val = $(this).val();
var params = {keyword: val}
if (val) {
$('.autocomplete-panel').load('/points/search/by/keywords/' + '?' + $.param(params));
}
$('.autocomplete-panel').css({
width: width + 12,
top: position.top + 34,
left: position.left + 5
}).show();
}).blur(function (e) {
e.preventDefault();
resetAutoCompletePanel();
}).on('input', function (e) {
var val = $(this).val();
var params = {keyword: val}
$('.autocomplete-panel').load('/points/search/by/keywords/' + '?' + $.param(params))
});
$('.autocomplete-panel').mouseenter(function () {
$('.main-search input').unbind('blur');
}).mouseleave(function () {
$('.main-search input').blur(function (e) {
e.preventDefault();
resetAutoCompletePanel();
})
});
function resetAutoCompletePanel() {
$('.autocomplete-panel').html("<div style='padding: 10px; text-align: center'>loading...</div>").hide();
}
$("#mc").click(function () {
var view = map.getView();
view.setCenter(ol.proj.transform([107.54264, 34.89438], 'EPSG:4326', 'EPSG:3857'));
});
$("#cq").click(function () {
var view = map.getView();
view.setCenter(ol.proj.transform([107.55375, 34.91028], 'EPSG:4326', 'EPSG:3857'));
});
window.globalConfig = {
map: map
};
})
;

View File

@ -0,0 +1,115 @@
{"type":"FeatureCollection", "features": [
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553184062,34.9092255439]},"properties":{"SN":"2801","POINT_LON":107.553184062,"POINT_LAT":34.9092255439,"X":0,"Y":0,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554379009,34.9124232535]},"properties":{"SN":"P2253","POINT_LON":107.554379009,"POINT_LAT":34.9124232535,"X":-132.8129292,"Y":346.6678093,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5540624,34.9121272879]},"properties":{"SN":"P2270","POINT_LON":107.5540624,"POINT_LAT":34.9121272879,"X":-135.2974586,"Y":303.0366653,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553828143,34.9118704406]},"properties":{"SN":"P2216","POINT_LON":107.553828143,"POINT_LAT":34.9118704406,"X":-134.548165,"Y":267.4423045,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5535647201,34.9115789629]},"properties":{"SN":"P2245","POINT_LON":107.5535647201,"POINT_LAT":34.9115789629,"X":-133.5243534,"Y":227.1843472,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553286916,34.9112716753]},"properties":{"SN":"P2206","POINT_LON":107.553286916,"POINT_LAT":34.9112716753,"X":-132.451681,"Y":184.7375653,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553042815,34.9110045648]},"properties":{"SN":"P2269","POINT_LON":107.553042815,"POINT_LAT":34.9110045648,"X":-131.7071263,"Y":147.6938172,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552711344,34.9106317565]},"properties":{"SN":"P2208","POINT_LON":107.552711344,"POINT_LAT":34.9106317565,"X":-130.0063974,"Y":96.5084142,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552385928,34.9102765394]},"properties":{"SN":"P1885","POINT_LON":107.552385928,"POINT_LAT":34.9102765394,"X":-129.0734984,"Y":47.20103107,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55234125,34.90988045]},"properties":{"SN":"P检修楼南门_2.03","POINT_LON":107.55234125,"POINT_LAT":34.90988045,"X":-105.2101244,"Y":10.05158451,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552724204,34.91004999]},"properties":{"SN":"P检修楼东门_0.9","POINT_LON":107.552724204,"POINT_LAT":34.91004999,"X":-89.32694442,"Y":46.34246239,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552953804,34.9102915]},"properties":{"SN":"P大综楼东门_0.3750","POINT_LON":107.552953804,"POINT_LAT":34.9102915,"X":-89.36215756,"Y":80.33429626,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55309868,34.91001729]},"properties":{"SN":"P1889","POINT_LON":107.55309868,"POINT_LAT":34.91001729,"X":-60.23112822,"Y":64.46844996,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553720124,34.910603406]},"properties":{"SN":"P2205","POINT_LON":107.553720124,"POINT_LAT":34.910603406,"X":-55.70921649,"Y":150.5622533,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55210617,34.90996208]},"properties":{"SN":"P2226","POINT_LON":107.55210617,"POINT_LAT":34.90996208,"X":-127.6508697,"Y":4.017437966,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55288263,34.9093622498]},"properties":{"SN":"P2153","POINT_LON":107.55288263,"POINT_LAT":34.9093622498,"X":-30.96397202,"Y":-4.935173512,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552678221,34.9095399619]},"properties":{"SN":"P2252","POINT_LON":107.552678221,"POINT_LAT":34.9095399619,"X":-57.77078689,"Y":-0.846244654,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.551760942,34.9096605214]},"properties":{"SN":"P2227","POINT_LON":107.551760942,"POINT_LAT":34.9096605214,"X":-131.8060221,"Y":-41.70677541,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.551997297,34.9095163212]},"properties":{"SN":"P2287","POINT_LON":107.551997297,"POINT_LAT":34.9095163212,"X":-104.9978722,"Y":-41.07414079,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55164196,34.90920316]},"properties":{"SN":"P化水间西小门","POINT_LON":107.55164196,"POINT_LAT":34.90920316,"X":-109.0852394,"Y":-88.37974866,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55137266,34.90930529]},"properties":{"SN":"P2244","POINT_LON":107.55137266,"POINT_LAT":34.90930529,"X":-135.3815218,"Y":-94.53851991,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.551311703,34.909022112]},"properties":{"SN":"P2209","POINT_LON":107.551311703,"POINT_LAT":34.909022112,"X":-120.402027,"Y":-122.7239984,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5506787,34.9085369605]},"properties":{"SN":"P1892","POINT_LON":107.5506787,"POINT_LAT":34.9085369605,"X":-132.6528201,"Y":-200.6343031,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.550403399,34.908219774]},"properties":{"SN":"P1890","POINT_LON":107.550403399,"POINT_LAT":34.908219774,"X":-130.7241253,"Y":-243.806656,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.550849181,34.9079588983]},"properties":{"SN":"P2262","POINT_LON":107.550849181,"POINT_LAT":34.9079588983,"X":-80.92036468,"Y":-241.6429114,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.551511881,34.907650007]},"properties":{"SN":"P2246","POINT_LON":107.551511881,"POINT_LAT":34.907650007,"X":-12.27577345,"Y":-231.5226231,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.551721509,34.9074179631]},"properties":{"SN":"P2348","POINT_LON":107.551721509,"POINT_LAT":34.9074179631,"X":18.61834967,"Y":-240.0714296,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552062604,34.9075169068]},"properties":{"SN":"P1893","POINT_LON":107.552062604,"POINT_LAT":34.9075169068,"X":36.32342501,"Y":-212.3013981,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552777285,34.907080327]},"properties":{"SN":"P2258","POINT_LON":107.552777285,"POINT_LAT":34.907080327,"X":117.4226423,"Y":-210.436822,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552387484,34.9070048027]},"properties":{"SN":"P2223","POINT_LON":107.552387484,"POINT_LAT":34.9070048027,"X":94.62344248,"Y":-238.8879392,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552747495,34.9067830595]},"properties":{"SN":"P2232","POINT_LON":107.552747495,"POINT_LAT":34.9067830595,"X":135.6005991,"Y":-238.1080495,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553240736,34.906501632]},"properties":{"SN":"P2313","POINT_LON":107.553240736,"POINT_LAT":34.906501632,"X":190.2130697,"Y":-235.0822764,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553466549,34.9068671158]},"properties":{"SN":"P2257","POINT_LON":107.553466549,"POINT_LAT":34.9068671158,"X":181.4340411,"Y":-190.4587837,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55363316,34.90715681]},"properties":{"SN":"P2号汽机房","POINT_LON":107.55363316,"POINT_LAT":34.90715681,"X":173.587797,"Y":-155.7823204,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5538483567,34.9071795065]},"properties":{"SN":"P2315","POINT_LON":107.5538483567,"POINT_LAT":34.9071795065,"X":187.4728053,"Y":-141.7371108,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554180013,34.907539407]},"properties":{"SN":"P2256","POINT_LON":107.554180013,"POINT_LAT":34.907539407,"X":186.6674667,"Y":-91.6703581,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553960014,34.907629394]},"properties":{"SN":"P2号锅炉房东门","POINT_LON":107.553960014,"POINT_LAT":34.907629394,"X":164.7373767,"Y":-96.12836138,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554193239,34.907719292]},"properties":{"SN":"P2201","POINT_LON":107.554193239,"POINT_LAT":34.907719292,"X":175.3231098,"Y":-75.19475614,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554481134,34.9079906714]},"properties":{"SN":"P2279","POINT_LON":107.554481134,"POINT_LAT":34.9079906714,"X":177.4281672,"Y":-35.32332549,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553309613,34.907882285]},"properties":{"SN":"P空压机室南门—1.11","POINT_LON":107.553309613,"POINT_LAT":34.907882285,"X":100.8019646,"Y":-110.4576953,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5532430661,34.9080734134]},"properties":{"SN":"P1号锅炉房东门0","POINT_LON":107.5532430661,"POINT_LAT":34.9080734134,"X":82.96714426,"Y":-97.46924228,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553359457,34.9079980671]},"properties":{"SN":"P2号锅炉房西门","POINT_LON":107.553359457,"POINT_LAT":34.9079980671,"X":96.46490663,"Y":-97.53699136,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553172614,34.907903701]},"properties":{"SN":"P2214","POINT_LON":107.553172614,"POINT_LAT":34.907903701,"X":89.51149563,"Y":-116.2620967,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553561932,34.908217829]},"properties":{"SN":"P2218","POINT_LON":107.553561932,"POINT_LAT":34.908217829,"X":95.9702491,"Y":-66.96757438,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554699223,34.908300092]},"properties":{"SN":"P2202","POINT_LON":107.554699223,"POINT_LAT":34.908300092,"X":171.926367,"Y":3.96349906,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554199056,34.908607241]},"properties":{"SN":"P2215","POINT_LON":107.554199056,"POINT_LAT":34.908607241,"X":115.059328,"Y":2.799420815,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554027889,34.908912606]},"properties":{"SN":"P尿素制备间2.33","POINT_LON":107.554027889,"POINT_LAT":34.908912606,"X":81.91336257,"Y":19.91698042,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5538667868,34.9089015177]},"properties":{"SN":"P2217","POINT_LON":107.5538667868,"POINT_LAT":34.9089015177,"X":71.11526462,"Y":9.918672425,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5538956699,34.9089922104]},"properties":{"SN":"P尿素间mcc段配电室2.323","POINT_LON":107.5538956699,"POINT_LAT":34.9089922104,"X":66.98925215,"Y":19.47014459,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553043634,34.909519867]},"properties":{"SN":"P400v循环水pc.m cc段配电室南门—1.722","POINT_LON":107.553043634,"POINT_LAT":34.909519867,"X":-30.18647202,"Y":17.87439593,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553451418,34.909268127]},"properties":{"SN":"P循环水泵房南门1.96","POINT_LON":107.553451418,"POINT_LAT":34.909268127,"X":16.26737414,"Y":18.70776457,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552572388,34.908991461]},"properties":{"SN":"P2288","POINT_LON":107.552572388,"POINT_LAT":34.908991461,"X":-27.87849716,"Y":-54.75422562,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552601768,34.909125782]},"properties":{"SN":"P辅机冷却水泵房东门—2.09","POINT_LON":107.552601768,"POINT_LAT":34.909125782,"X":-34.95035625,"Y":-41.35877416,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.551738854,34.9080707836]},"properties":{"SN":"P1886","POINT_LON":107.551738854,"POINT_LAT":34.9080707836,"X":-24.75021808,"Y":-181.9977055,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5521159682,34.9080899775]},"properties":{"SN":"P2264","POINT_LON":107.5521159682,"POINT_LAT":34.9080899775,"X":0.988488772,"Y":-159.1847514,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55218108,34.90805032]},"properties":{"SN":"P1号汽机房西门","POINT_LON":107.55218108,"POINT_LAT":34.90805032,"X":8.369086837,"Y":-159.0045922,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55244829,34.90808263]},"properties":{"SN":"P1号锅炉房西门","POINT_LON":107.55244829,"POINT_LAT":34.90808263,"X":25.32803586,"Y":-141.2035895,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552114192,34.908539949]},"properties":{"SN":"P2207","POINT_LON":107.552114192,"POINT_LAT":34.908539949,"X":-29.88926104,"Y":-119.9256482,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552016704,34.908689958]},"properties":{"SN":"P化验楼南门","POINT_LON":107.552016704,"POINT_LAT":34.908689958,"X":-47.13345031,"Y":-112.2678644,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552501216,34.909183786]},"properties":{"SN":"P2249","POINT_LON":107.552501216,"POINT_LAT":34.909183786,"X":-46.12684946,"Y":-41.92030494,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.552036816,34.908928295]},"properties":{"SN":"P水泵间东北门","POINT_LON":107.552036816,"POINT_LAT":34.908928295,"X":-61.97839219,"Y":-90.29361078,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553398427,34.910346255]},"properties":{"SN":"P1888","POINT_LON":107.553398427,"POINT_LAT":34.910346255,"X":-61.21123648,"Y":110.0410515,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553721234,34.910603393]},"properties":{"SN":"P2205","POINT_LON":107.553721234,"POINT_LAT":34.910603393,"X":-55.62870783,"Y":150.6233224,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5532032935,34.9106009199]},"properties":{"SN":"P启动锅炉房东门_1.962","POINT_LON":107.5532032935,"POINT_LAT":34.9106009199,"X":-92.61155313,"Y":121.3807935,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5531343748,34.9105333653]},"properties":{"SN":"P400v启动锅炉房mcc段配电室_2.434","POINT_LON":107.5531343748,"POINT_LAT":34.9105333653,"X":-92.93851407,"Y":111.6095336,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5542411889,34.9111115423]},"properties":{"SN":"P2259","POINT_LON":107.5542411889,"POINT_LAT":34.9111115423,"X":-53.05848413,"Y":224.2098309,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5544773392,34.9109665033]},"properties":{"SN":"P2319","POINT_LON":107.5544773392,"POINT_LAT":34.9109665033,"X":-26.20769513,"Y":224.7576246,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.553847144,34.911493454]},"properties":{"SN":"P疏干水药品储存间_1.69","POINT_LON":107.553847144,"POINT_LAT":34.911493454,"X":-107.4225539,"Y":235.5324368,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5539798831,34.9114101913]},"properties":{"SN":"P疏干水加药间_1.8450","POINT_LON":107.5539798831,"POINT_LAT":34.9114101913,"X":-92.21114149,"Y":235.6884257,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5541694667,34.9112940754]},"properties":{"SN":"P综合水泵房_1.6 35","POINT_LON":107.5541694667,"POINT_LAT":34.9112940754,"X":-70.67713924,"Y":236.1564279,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5543174571,34.9112034168]},"properties":{"SN":"P消防水泵房_1.66","POINT_LON":107.5543174571,"POINT_LAT":34.9112034168,"X":-53.86632745,"Y":236.5202104,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5543614248,34.9122230117]},"properties":{"SN":"P工业废水处理间西门—1.800","POINT_LON":107.5543614248,"POINT_LAT":34.9122230117,"X":-120.3900343,"Y":328.167374,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55457453098,34.91197604001]},"properties":{"SN":"P2267","POINT_LON":107.55457453098,"POINT_LAT":34.91197604001,"X":-88.22627981,"Y":318.5077684,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554693938,34.912082299]},"properties":{"SN":"P2242","POINT_LON":107.554693938,"POINT_LAT":34.912082299,"X":-86.92279053,"Y":334.4939158,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.554734947,34.911420244]},"properties":{"SN":"P2203","POINT_LON":107.554734947,"POINT_LAT":34.911420244,"X":-38.73742132,"Y":278.8827083,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5549378513,34.9116475023]},"properties":{"SN":"P2263","POINT_LON":107.5549378513,"POINT_LAT":34.9116475023,"X":-39.71357734,"Y":310.131888,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5553088656,34.9118291253]},"properties":{"SN":"P2219","POINT_LON":107.5553088656,"POINT_LAT":34.9118291253,"X":-25.51256475,"Y":346.8105364,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5553530268,34.911459103]},"properties":{"SN":"P2236","POINT_LON":107.5553530268,"POINT_LAT":34.911459103,"X":2.941857242,"Y":316.919848,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5554014317,34.9110200068]},"properties":{"SN":"P2293","POINT_LON":107.5554014317,"POINT_LAT":34.9110200068,"X":36.42108113,"Y":281.225145,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5550417779,34.9106554978]},"properties":{"SN":"P2213","POINT_LON":107.5550417779,"POINT_LAT":34.9106554978,"X":35.53309776,"Y":229.1862661,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55545488497,34.91055053724]},"properties":{"SN":"P2295","POINT_LON":107.55545488497,"POINT_LAT":34.91055053724,"X":72.33809196,"Y":243.1566273,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.555516087,34.910016503]},"properties":{"SN":"P2230","POINT_LON":107.555516087,"POINT_LAT":34.910016503,"X":113.2231695,"Y":199.874942,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.555567329,34.909558952]},"properties":{"SN":"P2204","POINT_LON":107.555567329,"POINT_LAT":34.909558952,"X":148.1670704,"Y":162.7250081,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5556071687,34.90918011715]},"properties":{"SN":"P2228","POINT_LON":107.5556071687,"POINT_LAT":34.90918011715,"X":176.9137472,"Y":131.8213094,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.555131561,34.908709061]},"properties":{"SN":"P2239","POINT_LON":107.555131561,"POINT_LAT":34.908709061,"X":174.9896591,"Y":63.96459636,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5546992322,34.9083001329]},"properties":{"SN":"P2200","POINT_LON":107.5546992322,"POINT_LAT":34.9083001329,"X":171.9242319,"Y":3.967592133,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5548300597,34.9087587822]},"properties":{"SN":"P1671_1.700","POINT_LON":107.5548300597,"POINT_LAT":34.9087587822,"X":149.9651135,"Y":51.4170576,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5547357367,34.9086582797]},"properties":{"SN":"P1774_1.731","POINT_LON":107.5547357367,"POINT_LAT":34.9086582797,"X":150.0675106,"Y":37.34017413,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.55463573577,34.90855024291]},"properties":{"SN":"P1770_1.50","POINT_LON":107.55463573577,"POINT_LAT":34.90855024291,"X":150.277512,"Y":22.28607205,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5441574405,34.8954129221]},"properties":{"SN":"P2210","POINT_LON":107.5441574405,"POINT_LAT":34.8954129221,"X":296.4535729,"Y":-1714.045106,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5437871194,34.8952834297]},"properties":{"SN":"P2234","POINT_LON":107.5437871194,"POINT_LAT":34.8952834297,"X":278.7397605,"Y":-1746.125085,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5438512732,34.894760503]},"properties":{"SN":"P2261","POINT_LON":107.5438512732,"POINT_LAT":34.894760503,"X":319.0774966,"Y":-1788.269781,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5435813079,34.8946435062]},"properties":{"SN":"P2012加直线5米","POINT_LON":107.5435813079,"POINT_LAT":34.8946435062,"X":307.7082724,"Y":-1813.632681,"field_6":"加5米直线后坐标","field_7":107.54353804016,"field_8":34.89467293173,"field_9":302.5937847,"field_10":-1813.483647}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5434324295,34.89440873308]},"properties":{"SN":"P2220","POINT_LON":107.5434324295,"POINT_LAT":34.89440873308,"X":313.0732552,"Y":-1842.511479,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.54319282243,34.89365862076]},"properties":{"SN":"P煤场休息室北门加1.87","POINT_LON":107.54319282243,"POINT_LAT":34.89365862076,"X":347.1477428,"Y":-1921.55116,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5429674186,34.8931235692]},"properties":{"SN":"P2号转运站东门","POINT_LON":107.5429674186,"POINT_LAT":34.8931235692,"X":367.5441143,"Y":-1980.983677,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.542831241,34.892979977]},"properties":{"SN":"P2247","POINT_LON":107.542831241,"POINT_LAT":34.892979977,"X":367.5889646,"Y":-2001.17518,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5425064043,34.8926276322]},"properties":{"SN":"P粗碎楼东门","POINT_LON":107.5425064043,"POINT_LAT":34.8926276322,"X":368.3671283,"Y":-2050.19886,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.54249762089,34.89248516692]},"properties":{"SN":"P2260","POINT_LON":107.54249762089,"POINT_LAT":34.89248516692,"X":377.4729473,"Y":-2063.15242,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5422847875,34.8926634007]},"properties":{"SN":"P粗碎楼西南角参考点","POINT_LON":107.5422847875,"POINT_LAT":34.8926634007,"X":350.0262005,"Y":-2059.489976,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.541886963,34.8927465835]},"properties":{"SN":"P2224","POINT_LON":107.541886963,"POINT_LAT":34.8927465835,"X":315.8056822,"Y":-2074.508761,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.54174274706,34.89285186766]},"properties":{"SN":"P煤水处理间北门加1.4","POINT_LON":107.54174274706,"POINT_LAT":34.89285186766,"X":298.2661246,"Y":-2073.381731,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.54144558752,34.8930288135]},"properties":{"SN":"P2255","POINT_LON":107.54144558752,"POINT_LAT":34.8930288135,"X":264.8586819,"Y":-2074.557714,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.54119262846,34.89323032437]},"properties":{"SN":"P2268","POINT_LON":107.54119262846,"POINT_LAT":34.89323032437,"X":232.9430026,"Y":-2071.107948,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5410417484,34.89345651157]},"properties":{"SN":"P1838加水平距离1.55","POINT_LON":107.5410417484,"POINT_LAT":34.89345651157,"X":206.6631047,"Y":-2059.779095,"field_6":"水平距离1.55米后坐标P1838","field_7":107.54119262846,"field_8":34.89323032437,"field_9":232.9430026,"field_10":-2071.107948}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.540800913,34.893577536]},"properties":{"SN":"P2237","POINT_LON":107.540800913,"POINT_LAT":34.893577536,"X":181.1173715,"Y":-2062.689984,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5410070677,34.89378248182]},"properties":{"SN":"P2240","POINT_LON":107.5410070677,"POINT_LAT":34.89378248182,"X":181.8991668,"Y":-2033.210302,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.54133491134,34.89401652296]},"properties":{"SN":"P2285","POINT_LON":107.54133491134,"POINT_LAT":34.89401652296,"X":189.421376,"Y":-1994.366033,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.5418578279,34.8943311796]},"properties":{"SN":"P2266","POINT_LON":107.5418578279,"POINT_LAT":34.8943311796,"X":205.4270228,"Y":-1937.538195,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.542199643,34.894514275]},"properties":{"SN":"P2265","POINT_LON":107.542199643,"POINT_LAT":34.894514275,"X":217.4329564,"Y":-1902.367127,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.542772418,34.89481766]},"properties":{"SN":"P2233","POINT_LON":107.542772418,"POINT_LAT":34.89481766,"X":237.7852334,"Y":-1843.731064,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.54323353758,34.89484653243]},"properties":{"SN":"P煤场办公楼西门门中加1.123","POINT_LON":107.54323353758,"POINT_LAT":34.89484653243,"X":268.8882276,"Y":-1815.363742,"field_6":"加距离1.123米后坐标","field_7":107.543244593,"field_8":34.894842296,"field_9":269.9707434,"field_10":-1815.114736}},
{"type":"Feature","geometry":{"type":"Point","coordinates":[107.543233264,34.895239072]},"properties":{"SN":"P2251","POINT_LON":107.543233264,"POINT_LAT":34.895239072,"X":242.0430682,"Y":-1781.043954,"field_6":"","field_7":null,"field_8":null,"field_9":null,"field_10":null}}
]}

View File

@ -0,0 +1,144 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55040215007233,34.90823249780074]},
{"type":"Point","coordinates":[107.550837298375,34.90797313135757]},
{"type":"Point","coordinates":[107.55151482566099,34.907651547858386]},
{"type":"Point","coordinates":[107.55172167310972,34.90741873472706]},
{"type":"Point","coordinates":[107.55207594985556,34.90752699873328]},
{"type":"Point","coordinates":[107.55238768496187,34.90700665652662]},
{"type":"Point","coordinates":[107.5527773190049,34.90708118099676]},
{"type":"Point","coordinates":[107.5527459300714,34.90678338167594]},
{"type":"Point","coordinates":[107.55324177100863,34.90650288563309]},
{"type":"Point","coordinates":[107.55346768537412,34.90686729436506]},
{"type":"Point","coordinates":[107.55384754502572,34.90717719538887]},
{"type":"Point","coordinates":[107.55417932306673,34.90753939501891]},
{"type":"Point","coordinates":[107.55419375950605,34.907720421605454]},
{"type":"Point","coordinates":[107.55448113840482,34.907991083151636]},
{"type":"Point","coordinates":[107.55535099127937,34.91145993231979]},
{"type":"Point","coordinates":[107.55493829670526,34.911646965169474]},
{"type":"Point","coordinates":[107.5547016273145,34.90829871136448]},
{"type":"Point","coordinates":[107.55513204465535,34.90870888184416]},
{"type":"Point","coordinates":[107.55561130873295,34.90917802607992]},
{"type":"Point","coordinates":[107.55556707960451,34.90955871066603]},
{"type":"Point","coordinates":[107.55551602790833,34.91001685233584]},
{"type":"Point","coordinates":[107.555455294403,34.91055069070637]},
{"type":"Point","coordinates":[107.55540248274659,34.911018954596706]},
{"type":"Point","coordinates":[107.55530742161919,34.91182917425528]},
{"type":"Point","coordinates":[107.55470156821147,34.912081628600994]},
{"type":"Point","coordinates":[107.55433106502075,34.912425506448805]},
{"type":"Point","coordinates":[107.55406524631339,34.91212756027334]},
{"type":"Point","coordinates":[107.55458536794366,34.911968537935046]},
{"type":"Point","coordinates":[107.55473572648292,34.91142077108286]},
{"type":"Point","coordinates":[107.55447871645852,34.91096570252491]},
{"type":"Point","coordinates":[107.55504248273395,34.910655433886774]},
{"type":"Point","coordinates":[107.55424033168143,34.91111254861349]},
{"type":"Point","coordinates":[107.55382891376591,34.911871423560484]},
{"type":"Point","coordinates":[107.5535511887792,34.911558647987356]},
{"type":"Point","coordinates":[107.55328807745707,34.91127171498452]},
{"type":"Point","coordinates":[107.55304738143047,34.91100343999449]},
{"type":"Point","coordinates":[107.5527115611529,34.9106315036105]},
{"type":"Point","coordinates":[107.55238857119365,34.91027575974342]},
{"type":"Point","coordinates":[107.55210609652957,34.909964645554645]},
{"type":"Point","coordinates":[107.55267767333399,34.9095393461091]},
{"type":"Point","coordinates":[107.55287923823141,34.909355825656895]},
{"type":"Point","coordinates":[107.55318521604413,34.90922511677888]},
{"type":"Point","coordinates":[107.55386851978474,34.908900763973904]},
{"type":"Point","coordinates":[107.5542003553811,34.90860721711307]},
{"type":"Point","coordinates":[107.55484970242564,34.90872968945879]},
{"type":"Point","coordinates":[107.55475000744805,34.90862485997592]},
{"type":"Point","coordinates":[107.5546737,34.90853935]},
{"type":"Point","coordinates":[107.55309972703165,34.91001597416724]},
{"type":"Point","coordinates":[107.55339880706352,34.91034509596866]},
{"type":"Point","coordinates":[107.55370963132404,34.91059238638497]},
{"type":"Point","coordinates":[107.55235914942831,34.90990435441958]},
{"type":"Point","coordinates":[107.55257484942831,34.91013617441958]},
{"type":"Point","coordinates":[107.55270314942831,34.91004125441958]},
{"type":"Point","coordinates":[107.55199607751405,34.90951591092315]},
{"type":"Point","coordinates":[107.55249976433394,34.909184847966024]},
{"type":"Point","coordinates":[107.55257458083354,34.90899120486278]},
{"type":"Point","coordinates":[107.5526819642591,34.90867433463142]},
{"type":"Point","coordinates":[107.55352086515704,34.908252815345094]},
{"type":"Point","coordinates":[107.55318728822847,34.90788574912385]},
{"type":"Point","coordinates":[107.5536079864961,34.9083744068709]},
{"type":"Point","coordinates":[107.55384698479074,34.90862280813117]},
{"type":"Point","coordinates":[107.55211482549235,34.90854054491585]},
{"type":"Point","coordinates":[107.55211512042354,34.90808665632523]},
{"type":"Point","coordinates":[107.55173819971453,34.90806973821221]},
{"type":"Point","coordinates":[107.55207159685423,34.908743568367974]},
{"type":"Point","coordinates":[107.55218079685423,34.90885859836798]},
{"type":"Point","coordinates":[107.55193899685423,34.908800868367976]},
{"type":"Point","coordinates":[107.55173129685423,34.90887991836798]},
{"type":"Point","coordinates":[107.55153830756237,34.90907035201269]},
{"type":"Point","coordinates":[107.55164599685423,34.90915847836798]},
{"type":"Point","coordinates":[107.55172429685423,34.90918090836798]},
{"type":"Point","coordinates":[107.55174379685424,34.90928963836798]},
{"type":"Point","coordinates":[107.55176339685423,34.90916595836798]},
{"type":"Point","coordinates":[107.55190139685423,34.909314228367975]},
{"type":"Point","coordinates":[107.55200939685423,34.908873068367974]},
{"type":"Point","coordinates":[107.55170149685424,34.909067408367974]},
{"type":"Point","coordinates":[107.55176040146549,34.90966048159932]},
{"type":"Point","coordinates":[107.55137344478338,34.90930587616653]},
{"type":"Point","coordinates":[107.55131159735743,34.909021131332004]},
{"type":"Point","coordinates":[107.55076470366635,34.908634236889434]},
{"type":"Point","coordinates":[107.54323400382296,34.895234721512146]},
{"type":"Point","coordinates":[107.54301470482599,34.895023116073034]},
{"type":"Point","coordinates":[107.54278142050585,34.89481421641906]},
{"type":"Point","coordinates":[107.54248763091758,34.894662236052845]},
{"type":"Point","coordinates":[107.54184991321607,34.89432619709634]},
{"type":"Point","coordinates":[107.54134082675263,34.89401236542392]},
{"type":"Point","coordinates":[107.54100994399275,34.89377994372822]},
{"type":"Point","coordinates":[107.54079870922855,34.89357417314764]},
{"type":"Point","coordinates":[107.5410658284992,34.89344825661083]},
{"type":"Point","coordinates":[107.5409974284992,34.89348919661083]},
{"type":"Point","coordinates":[107.5411854284992,34.893576756610834]},
{"type":"Point","coordinates":[107.54134807340728,34.89374966380517]},
{"type":"Point","coordinates":[107.54126087340728,34.893802963805165]},
{"type":"Point","coordinates":[107.5410996284992,34.893628626610834]},
{"type":"Point","coordinates":[107.5410880284992,34.89348575661083]},
{"type":"Point","coordinates":[107.5410265284992,34.893625296610836]},
{"type":"Point","coordinates":[107.5409791284992,34.89352276661083]},
{"type":"Point","coordinates":[107.5410061284992,34.89355570661083]},
{"type":"Point","coordinates":[107.5411486284992,34.893460306610834]},
{"type":"Point","coordinates":[107.5410059284992,34.89355619661083]},
{"type":"Point","coordinates":[107.5411323284992,34.89345066661083]},
{"type":"Point","coordinates":[107.5414108,34.89331728]},
{"type":"Point","coordinates":[107.5418575,34.89305189]},
{"type":"Point","coordinates":[107.542125,34.89285124]},
{"type":"Point","coordinates":[107.54171371005948,34.89283595474874]},
{"type":"Point","coordinates":[107.54180561005948,34.892667004748745]},
{"type":"Point","coordinates":[107.54187001005948,34.89273986474874]},
{"type":"Point","coordinates":[107.54249640578477,34.89262705542115]},
{"type":"Point","coordinates":[107.54233750578477,34.89271814542115]},
{"type":"Point","coordinates":[107.54238430578476,34.89260823542115]},
{"type":"Point","coordinates":[107.54250470578476,34.89271096542115]},
{"type":"Point","coordinates":[107.54231710578476,34.89268792542115]},
{"type":"Point","coordinates":[107.54248020578477,34.89260724542115]},
{"type":"Point","coordinates":[107.54283429741575,34.892979824482616]},
{"type":"Point","coordinates":[107.54299129741575,34.89317129448261]},
{"type":"Point","coordinates":[107.54263959741574,34.89338924448261]},
{"type":"Point","coordinates":[107.54284309741575,34.893212434482614]},
{"type":"Point","coordinates":[107.54280969741575,34.89316681448261]},
{"type":"Point","coordinates":[107.54349992056412,34.89375214684563]},
{"type":"Point","coordinates":[107.54345239002487,34.89369816154179]},
{"type":"Point","coordinates":[107.54336554410132,34.89376182899251]},
{"type":"Point","coordinates":[107.54341131425019,34.89441141302886]},
{"type":"Point","coordinates":[107.54334851425018,34.89473985302886]},
{"type":"Point","coordinates":[107.54353258558487,34.894683686735156]},
{"type":"Point","coordinates":[107.54385102063793,34.894760361514514]},
{"type":"Point","coordinates":[107.54378702718905,34.895284045041564]},
{"type":"Point","coordinates":[107.54415670916092,34.895412357937616]},
{"type":"Point","coordinates":[107.55318521602545,34.90922511677885]},
{"type":"Point","coordinates":[107.5522060722605,34.90804235451246]},
{"type":"Point","coordinates":[107.55241262473584,34.907914432796034]},
{"type":"Point","coordinates":[107.55264182473584,34.90776917279604]},
{"type":"Point","coordinates":[107.55289092473583,34.907611742796036]},
{"type":"Point","coordinates":[107.55313002473584,34.90746048279603]},
{"type":"Point","coordinates":[107.55338532473584,34.907299232796035]},
{"type":"Point","coordinates":[107.55298321087123,34.910348846851285]},
{"type":"Point","coordinates":[107.55279294942831,34.91040404441958]},
{"type":"Point","coordinates":[107.55264594942831,34.91029749441958]},
{"type":"Point","coordinates":[107.5541485225541,34.90894600482145]},
{"type":"Point","coordinates":[107.55393721978474,34.9089959439739]},
{"type":"Point","coordinates":[107.55400721978474,34.9091276239739]},
{"type":"Point","coordinates":[107.54249845405849,34.89248495919745]},
{"type":"Point","coordinates":[107.55266479229374,34.90935857496485]}
]}

View File

@ -0,0 +1,67 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55220429301151,34.908051462934964]},
{"type":"Point","coordinates":[107.55237399301151,34.90799635293496]},
{"type":"Point","coordinates":[107.55213349301151,34.90781775293496]},
{"type":"Point","coordinates":[107.55218609301151,34.90774597293496]},
{"type":"Point","coordinates":[107.55261129301151,34.90752883293496]},
{"type":"Point","coordinates":[107.5527429930115,34.90753121293496]},
{"type":"Point","coordinates":[107.55275899301151,34.907683912934964]},
{"type":"Point","coordinates":[107.55260359301151,34.90779713293496]},
{"type":"Point","coordinates":[107.55265269301151,34.90787234293496]},
{"type":"Point","coordinates":[107.55245109301151,34.90789436293496]},
{"type":"Point","coordinates":[107.55305869301151,34.90754228293496]},
{"type":"Point","coordinates":[107.55302299301151,34.90757486293496]},
{"type":"Point","coordinates":[107.55333899301151,34.90706176293496]},
{"type":"Point","coordinates":[107.55358619301151,34.90716660293496]},
{"type":"Point","coordinates":[107.55347559301151,34.90724128293496]},
{"type":"Point","coordinates":[107.55339199301152,34.90735544293496]},
{"type":"Point","coordinates":[107.55334829301151,34.90737667293496]},
{"type":"Point","coordinates":[107.55338539301151,34.90735974293496]},
{"type":"Point","coordinates":[107.55324499301152,34.90738818293496]},
{"type":"Point","coordinates":[107.55353329301151,34.90731815293496]},
{"type":"Point","coordinates":[107.55346859301152,34.907471112934964]},
{"type":"Point","coordinates":[107.55347539301151,34.90747816293496]},
{"type":"Point","coordinates":[107.55357539301151,34.90754449293496]},
{"type":"Point","coordinates":[107.5531934930115,34.90753827293496]},
{"type":"Point","coordinates":[107.55338299301151,34.90766876293496]},
{"type":"Point","coordinates":[107.55335749301152,34.90776143293496]},
{"type":"Point","coordinates":[107.55337749301151,34.907788252934964]},
{"type":"Point","coordinates":[107.55339889301152,34.90781069293496]},
{"type":"Point","coordinates":[107.55400069301152,34.90777674293496]},
{"type":"Point","coordinates":[107.55391859301152,34.90769884293496]},
{"type":"Point","coordinates":[107.55316129301151,34.90761579293496]},
{"type":"Point","coordinates":[107.55307669301152,34.90767061293496]},
{"type":"Point","coordinates":[107.55295189301151,34.90775137293496]},
{"type":"Point","coordinates":[107.55280109301151,34.90779195293496]},
{"type":"Point","coordinates":[107.55297089301152,34.90789911293496]},
{"type":"Point","coordinates":[107.55269859301151,34.90785803293496]},
{"type":"Point","coordinates":[107.55289699301152,34.90798333293496]},
{"type":"Point","coordinates":[107.55249939301152,34.90798677293496]},
{"type":"Point","coordinates":[107.5526493930115,34.90814325293496]},
{"type":"Point","coordinates":[107.55280269301151,34.90842981293496]},
{"type":"Point","coordinates":[107.55284189301152,34.90846843293496]},
{"type":"Point","coordinates":[107.5532877930115,34.90822909293496]},
{"type":"Point","coordinates":[107.55316729301151,34.90810922293496]},
{"type":"Point","coordinates":[107.55398982318503,34.9114270664298]},
{"type":"Point","coordinates":[107.55385546056456,34.911510732709175]},
{"type":"Point","coordinates":[107.55378372318503,34.9115586064298]},
{"type":"Point","coordinates":[107.55418428128796,34.91130884322672]},
{"type":"Point","coordinates":[107.55432453518512,34.91122158714874]},
{"type":"Point","coordinates":[107.55437994865073,34.91222268972759]},
{"type":"Point","coordinates":[107.55466924865073,34.91203581972759]},
{"type":"Point","coordinates":[107.55312595760506,34.91056432394342]},
{"type":"Point","coordinates":[107.55299275760505,34.910586253943414]},
{"type":"Point","coordinates":[107.55297755760506,34.91067451394341]},
{"type":"Point","coordinates":[107.55311715760506,34.91077548394342]},
{"type":"Point","coordinates":[107.55320235760506,34.910638903943415]},
{"type":"Point","coordinates":[107.55309117908429,34.909514922826176]},
{"type":"Point","coordinates":[107.5529871790843,34.90970675282618]},
{"type":"Point","coordinates":[107.55344567908429,34.90929119282618]},
{"type":"Point","coordinates":[107.55327197908429,34.90940168282618]},
{"type":"Point","coordinates":[107.5531415790843,34.90948419282618]},
{"type":"Point","coordinates":[107.55351727908429,34.90936672282618]},
{"type":"Point","coordinates":[107.55334297908429,34.90947717282618]},
{"type":"Point","coordinates":[107.55321327908429,34.90955963282618]},
{"type":"Point","coordinates":[107.55261121796984,34.909170577258216]},
{"type":"Point","coordinates":[107.55251411796985,34.90918885725822]}
]}

View File

@ -0,0 +1,14 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.5522389251852,34.908037345411984]},
{"type":"Point","coordinates":[107.5525600251852,34.90782791541198]},
{"type":"Point","coordinates":[107.5528938251852,34.90765094541198]},
{"type":"Point","coordinates":[107.5532703251852,34.907364865411985]},
{"type":"Point","coordinates":[107.5534565251852,34.907297195411985]},
{"type":"Point","coordinates":[107.55360456845912,34.90714077108388]},
{"type":"Point","coordinates":[107.55324491850519,34.90707920812809]},
{"type":"Point","coordinates":[107.5529284251852,34.907267985411984]},
{"type":"Point","coordinates":[107.5525274251852,34.90752946541198]},
{"type":"Point","coordinates":[107.5522874251852,34.90768541541198]},
{"type":"Point","coordinates":[107.5527851251852,34.90748867541198]},
{"type":"Point","coordinates":[107.5527246251852,34.90742595541198]}
]}

View File

@ -0,0 +1,22 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.5522120209181,34.908032332453644]},
{"type":"Point","coordinates":[107.55239752091809,34.90792592245364]},
{"type":"Point","coordinates":[107.5523808209181,34.90791038245364]},
{"type":"Point","coordinates":[107.5526302209181,34.90777864245364]},
{"type":"Point","coordinates":[107.5526145209181,34.90776265245365]},
{"type":"Point","coordinates":[107.5528387209181,34.90773621245365]},
{"type":"Point","coordinates":[107.5528780209181,34.907622702453644]},
{"type":"Point","coordinates":[107.5528630209181,34.90760626245365]},
{"type":"Point","coordinates":[107.5530093209181,34.907628642453645]},
{"type":"Point","coordinates":[107.5531139209181,34.90747110245365]},
{"type":"Point","coordinates":[107.5530968209181,34.907455962453646]},
{"type":"Point","coordinates":[107.5533469209181,34.90732272245364]},
{"type":"Point","coordinates":[107.5533323209181,34.907306002453645]},
{"type":"Point","coordinates":[107.5535004209181,34.90722490245365]},
{"type":"Point","coordinates":[107.5534852209181,34.90720850245365]},
{"type":"Point","coordinates":[107.5532363209181,34.90707547245365]},
{"type":"Point","coordinates":[107.5529942209181,34.90722953245365]},
{"type":"Point","coordinates":[107.5525199209181,34.90753172245365]},
{"type":"Point","coordinates":[107.5522792209181,34.90768381245365]},
{"type":"Point","coordinates":[107.5521310209181,34.90777810245365]}
]}

View File

@ -0,0 +1,8 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.5522516,34.90801663]},
{"type":"Point","coordinates":[107.5524581,34.90784568]},
{"type":"Point","coordinates":[107.5526917,34.9076962]},
{"type":"Point","coordinates":[107.5529376,34.90753895]},
{"type":"Point","coordinates":[107.5531256,34.90741822]},
{"type":"Point","coordinates":[107.5533684,34.90731499]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,75 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55497715230308,34.909503023640355],[107.55488863635367,34.90943021213366],[107.55482867393624,34.90939309254202],[107.55477013919563,34.90936739436313],[107.55472445354428,34.909347406890674],[107.55467591253961,34.90933170244796],[107.5546073840627,34.909311714975615],[107.55453742790911,34.909298865886],[107.55443749054689,34.90928744447325],[107.55435040227411,34.909283161443454],[107.55429186753332,34.90928458912009],[107.55419478552426,34.9092960105329],[107.5540534455406,34.90933170244796],[107.55395350817821,34.90936311133322],[107.55386356455233,34.909408796984565],[107.55378504233909,34.909465904048716],[107.55371936921529,34.909524438789504],[107.55367368356389,34.90957012444085],[107.55362657023608,34.909628659181465],[107.55358088458473,34.90969290462863],[107.55354947569947,34.90976286078222],[107.55353091590365,34.909827106229386],[107.5535180668142,34.90987564723383],[107.55350807307804,34.909932754297984],[107.5535066454014,34.9099969997452],[107.55351092843114,34.91006981125207],[107.55352520519722,34.910144050435406],[107.5535509033761,34.91022685567839],[107.55358231226137,34.91029110112561],[107.55365084073833,34.9103853277814],[107.55370794780248,34.910448145551925],[107.55377647627938,34.91051381867578],[107.55387213061186,34.91057949179958],[107.55396207423792,34.91062374977429],[107.55404059645116,34.91065230330628],[107.55417194269864,34.91068799522134],[107.55425760329496,34.91069798895762],[107.55433898086136,34.910703699664055],[107.55441036469136,34.910703699664055],[107.55448888690466,34.91069798895762],[107.5545931072968,34.91067800148517],[107.55468447859931,34.91065801401271],[107.55476871151899,34.91062660512739],[107.55487721494086,34.910566642709966],[107.55495859250726,34.91051524635242],[107.55504568078004,34.910436724139174],[107.55507423431197,34.91040674293055],[107.5551013601675,34.910372478691954],[107.5551456181422,34.91030395021505],[107.5551827377339,34.910216861942104],[107.55519844217662,34.91015975487812],[107.5552155742958,34.9100955094309],[107.55521985732554,34.91004268539655],[107.5552241403555,34.90997272924295],[107.55522271267887,34.9099156221788],[107.55520558055963,34.909845666025205],[107.55519273147024,34.90978855896111],[107.55515703955518,34.90971717513088],[107.55512563066975,34.90966435109664],[107.55507566198867,34.90959867797284],[107.55503568704387,34.9095487092917],[107.55501141654145,34.90952586646614],[107.55497715230308,34.909503023640355]]]},
{"type":"Polygon","coordinates":[[[107.55284467934968,34.909642063479396],[107.55293890600547,34.909736290135186],[107.553600396165,34.9093403478239],[107.55350426594032,34.909232796186416],[107.55284467934968,34.909642063479396]]]},
{"type":"Polygon","coordinates":[[[107.55400775988943,34.90915689138029],[107.55429686440152,34.90897724207434],[107.55416956323779,34.90882019764797],[107.55387332034246,34.90902126210284],[107.55394113498119,34.90909026647216],[107.55400775988943,34.90915689138029]]]},
{"type":"Polygon","coordinates":[[[107.55199775120713,34.90781994066424],[107.55120624957311,34.90745275709878],[107.55119577994458,34.90747369635568],[107.55118965386129,34.90747430896391],[107.55119060858271,34.907473394957265],[107.55082179212678,34.90729850457336],[107.55051603138753,34.90715335745199],[107.54990213044806,34.90686068374822],[107.54954521129713,34.90668817282534],[107.54907526774849,34.906464503490724],[107.54871121021449,34.90628723364591],[107.54840307001439,34.90611472272286],[107.54835191160265,34.9060790308078],[107.54819486717633,34.90597195506257],[107.54806875574303,34.90587320743083],[107.54796286972822,34.9057827879127],[107.54778203069185,34.90561979483374],[107.54755598189632,34.90541159199569],[107.5473287433702,34.905201009696725],[107.54718002705738,34.90505824203643],[107.54705629508493,34.90492499221995],[107.54698729071578,34.90484409054574],[107.54693375284319,34.90477865536815],[107.54674815488482,34.90452643250154],[107.54662680237351,34.90435511130909],[107.54655065962135,34.90424565610277],[107.5463698205848,34.90399462296665],[107.54620801723644,34.90376024605763],[107.54614615125035,34.903655549773475],[107.54610213122163,34.90357226863824],[107.54602003981705,34.9034033269067],[107.54593199975983,34.903168949997735],[107.54570833042521,34.90241109166732],[107.54553344004131,34.90181860587694],[107.54536211884886,34.90124872496608],[107.5452931144797,34.90100601994345],[107.54520388469206,34.90070025920403],[107.5451432084364,34.90046707202566],[107.54503018403852,34.9000506663495],[107.54489931368329,34.899558117921345],[107.5447946173989,34.899154799280836],[107.54468873138416,34.898766947137005],[107.5446566086606,34.898589677291966],[107.54459236321344,34.8981304413179],[107.54456143022037,34.89790082333087],[107.54454953291537,34.897844905997204],[107.54451265126971,34.89771641510282],[107.54447220043272,34.89757245771193],[107.54443412905664,34.897422551668626],[107.54438535010598,34.89729762996575],[107.54430206897075,34.897119170390454],[107.54418785484245,34.89692048539632],[107.54403437960764,34.896673021451875],[107.54381190000345,34.896418419124245],[107.54354302090991,34.89612812488133],[107.54315040984392,34.89568197594292],[107.54293506862297,34.89548091148788],[107.54258052893312,34.89511923341496],[107.54205823724232,34.89456243953964],[107.54154427366501,34.893988989437275],[107.54150739201941,34.894008025125345],[107.54152047905501,34.894019922430346],[107.54178340949602,34.89429712963755],[107.54203325290172,34.89457314711416],[107.5426186003092,34.8951929967061],[107.54298860649561,34.89557371046709],[107.54317896337608,34.895762877617074],[107.54354064144883,34.896169765448974],[107.54361083554863,34.8962494773927],[107.54382022811711,34.89646481861382],[107.54394277035891,34.89660758627406],[107.54403081041613,34.89672893878543],[107.54418190619003,34.896964505425046],[107.54430206897075,34.897173897993525],[107.54438653983641,34.89736901379598],[107.54442342148207,34.89749631495977],[107.54446863124122,34.897653359386254],[107.54450789234778,34.89781873192612],[107.54453763561037,34.897913910366356],[107.54459117348301,34.89830295224078],[107.54463043458952,34.89859086702239],[107.54465422919958,34.89870389142027],[107.54468278273174,34.89883595150616],[107.54478034063283,34.89919762957891],[107.54493024667636,34.8997544234544],[107.54507420406708,34.900293371372186],[107.54517176196839,34.90066813648053],[107.54539067238085,34.90141052831444],[107.54555604492083,34.90196494272874],[107.54567025904913,34.90235517433376],[107.54574283260979,34.90260263827821],[107.54580945751792,34.902833445995896],[107.54585466727701,34.90297383419528],[107.54592010245466,34.90319750352967],[107.54597601978838,34.90335454795621],[107.54603431658296,34.903480659389515],[107.54610213122163,34.903615098936314],[107.54614139232837,34.90368291357498],[107.54622943238542,34.903828060696355],[107.54653400339419,34.90425517394692],[107.5466434586005,34.90441221837324],[107.54693137338228,34.904808398630735],[107.54702179290035,34.90491785383705],[107.54717407840474,34.90508441610734],[107.54745604453399,34.905344967087615],[107.54764283222295,34.905521047202],[107.547886726976,34.90573995761446],[107.54797119784172,34.905819669558184],[107.54804377140238,34.90587796635276],[107.5482495947794,34.90603620050973],[107.54828695231691,34.9060584088125],[107.54836309506908,34.90611551587665],[107.54843162354604,34.90615549082162],[107.54855535551843,34.90623163357378],[107.54903657771223,34.906468627889865],[107.54985320872947,34.90685838360275],[107.5503500401876,34.907095377919006],[107.55117238191116,34.9074908443381],[107.55116760712616,34.9075194771853],[107.55211077560477,34.90796568265091],[107.55199775120713,34.90781994066424]]]},
{"type":"Polygon","coordinates":[[[107.5521538299688,34.90919160049724],[107.5521655395239,34.90919057604391],[107.5521768932901,34.909187533811426],[107.55218754628895,34.90918256623648],[107.55219717483448,34.90917582425632],[107.55220548636818,34.90916751272261],[107.55221222834834,34.90915788417709],[107.55221719592329,34.909147231178245],[107.55222023815577,34.90913587741205],[107.5522212626091,34.909124167856945],[107.55222023815577,34.90911245830184],[107.55221719592329,34.909101104535644],[107.55221222834834,34.9090904515368],[107.55220548636818,34.90908082299128],[107.55219717483448,34.909072511457566],[107.55218754628895,34.90906576947741],[107.5521768932901,34.90906080190246],[107.5521655395239,34.90905775966998],[107.5521538299688,34.90905673521665],[107.5521421204137,34.90905775966998],[107.55213076664751,34.90906080190246],[107.55212011364866,34.90906576947741],[107.55211048510313,34.909072511457566],[107.55210217356942,34.90908082299128],[107.55209543158927,34.9090904515368],[107.55209046401431,34.909101104535644],[107.55208742178183,34.90911245830184],[107.55208639732851,34.909124167856945],[107.55208742178183,34.90913587741205],[107.55209046401431,34.909147231178245],[107.55209543158927,34.90915788417709],[107.55210217356942,34.90916751272261],[107.55211048510313,34.90917582425632],[107.55212011364866,34.90918256623648],[107.55213076664751,34.909187533811426],[107.5521421204137,34.90919057604391],[107.5521538299688,34.90919160049724]]]},
{"type":"Polygon","coordinates":[[[107.55199024202466,34.90930025868879],[107.55200170988235,34.90929925538124],[107.55201282929497,34.90929627594361],[107.55202326240482,34.909291410904586],[107.55203269220713,34.90928480808593],[107.55204083218213,34.909276668110934],[107.55204743500079,34.90926723830862],[107.55205230003982,34.90925680519877],[107.55205527947744,34.90924568578614],[107.55205628278499,34.90923421792846],[107.55205527947744,34.909222750070775],[107.55205230003982,34.90921163065814],[107.55204743500079,34.90920119754829],[107.55204083218213,34.90919176774598],[107.55203269220713,34.909183627770986],[107.55202326240482,34.90917702495233],[107.55201282929497,34.909172159913304],[107.55200170988235,34.90916918047567],[107.55199024202466,34.90916817716813],[107.55197877416697,34.90916918047567],[107.55196765475435,34.909172159913304],[107.5519572216445,34.90917702495233],[107.55194779184218,34.909183627770986],[107.55193965186719,34.90919176774598],[107.55193304904853,34.90920119754829],[107.5519281840095,34.90921163065814],[107.55192520457187,34.909222750070775],[107.55192420126433,34.90923421792846],[107.55192520457187,34.90924568578614],[107.5519281840095,34.90925680519877],[107.55193304904853,34.90926723830862],[107.55193965186719,34.909276668110934],[107.55194779184218,34.90928480808593],[107.55195722164449,34.909291410904586],[107.55196765475435,34.90929627594361],[107.55197877416697,34.90929925538124],[107.55199024202466,34.90930025868879]]]},
{"type":"Polygon","coordinates":[[[107.55205865152857,34.90905100464873],[107.55206454037882,34.90905048944109],[107.55207025029935,34.9090489594725],[107.5520756077971,34.909046461230275],[107.5520804500872,34.90904307062224],[107.55208463003913,34.90903889067031],[107.55208802064716,34.90903404838021],[107.55209051888939,34.909028690882465],[107.55209204885797,34.90902298096194],[107.55209256406562,34.90901709211168],[107.55209204885797,34.90901120326142],[107.55209051888939,34.9090054933409],[107.55208802064716,34.90900013584316],[107.55208463003913,34.908995293553055],[107.5520804500872,34.908991113601125],[107.5520756077971,34.90898772299309],[107.55207025029935,34.908985224750865],[107.55206454037882,34.90898369478227],[107.55205865152857,34.90898317957463],[107.55205276267831,34.90898369478227],[107.55204705275779,34.908985224750865],[107.55204169526004,34.90898772299309],[107.55203685296993,34.908991113601125],[107.552032673018,34.908995293553055],[107.55202928240998,34.90900013584316],[107.55202678416775,34.9090054933409],[107.55202525419917,34.90901120326142],[107.55202473899152,34.90901709211168],[107.55202525419917,34.90902298096194],[107.55202678416775,34.909028690882465],[107.55202928240998,34.90903404838021],[107.552032673018,34.90903889067031],[107.55203685296993,34.90904307062224],[107.55204169526004,34.909046461230275],[107.55204705275779,34.9090489594725],[107.55205276267831,34.90905048944109],[107.55205865152857,34.90905100464873]]]},
{"type":"Polygon","coordinates":[[[107.55197239606711,34.90910991058944],[107.55197870058628,34.90910935901549],[107.55198481354581,34.90910772105291],[107.55199054920655,34.909105046470394],[107.55199573329332,34.90910141653375],[107.5520002082903,34.90909694153678],[107.55200383822694,34.90909175745001],[107.55200651280946,34.90908602178927],[107.55200815077202,34.90907990882973],[107.55200870234599,34.90907360431057],[107.55200815077202,34.90906729979141],[107.55200651280946,34.90906118683187],[107.55200383822694,34.909055451171135],[107.5520002082903,34.90905026708436],[107.55199573329332,34.90904579208739],[107.55199054920655,34.90904216215075],[107.55198481354581,34.90903948756823],[107.55197870058628,34.90903784960565],[107.55197239606711,34.9090372980317],[107.55196609154795,34.90903784960565],[107.55195997858841,34.90903948756823],[107.55195424292768,34.90904216215075],[107.5519490588409,34.90904579208739],[107.55194458384393,34.90905026708436],[107.55194095390729,34.909055451171135],[107.55193827932477,34.90906118683187],[107.5519366413622,34.90906729979141],[107.55193608978824,34.90907360431057],[107.5519366413622,34.90907990882973],[107.55193827932477,34.90908602178927],[107.55194095390729,34.90909175745001],[107.55194458384393,34.90909694153678],[107.5519490588409,34.90910141653375],[107.55195424292768,34.909105046470394],[107.55195997858841,34.90910772105291],[107.55196609154795,34.90910935901549],[107.55197239606711,34.90910991058944]]]},
{"type":"Polygon","coordinates":[[[107.55187721762688,34.9091659321404],[107.55188343694593,34.90916538802048],[107.5518894672941,34.90916377219356],[107.55189512544234,34.9091611337557],[107.55190023947068,34.90915755287452],[107.55190465399194,34.90915313835326],[107.55190823487312,34.90914802432493],[107.55191087331099,34.90914236617669],[107.5519124891379,34.90913633582851],[107.55191303325782,34.90913011650946],[107.5519124891379,34.90912389719041],[107.55191087331099,34.90911786684223],[107.55190823487312,34.90911220869399],[107.55190465399194,34.90910709466566],[107.55190023947068,34.9091026801444],[107.55189512544236,34.909099099263216],[107.5518894672941,34.90909646082536],[107.55188343694593,34.909094844998435],[107.55187721762688,34.90909430087852],[107.55187099830783,34.909094844998435],[107.55186496795966,34.90909646082536],[107.55185930981142,34.909099099263216],[107.55185419578308,34.9091026801444],[107.55184978126182,34.90910709466566],[107.55184620038064,34.90911220869399],[107.55184356194277,34.90911786684223],[107.55184194611586,34.90912389719041],[107.55184140199594,34.90913011650946],[107.55184194611586,34.90913633582851],[107.55184356194277,34.90914236617669],[107.55184620038064,34.90914802432493],[107.55184978126182,34.90915313835326],[107.55185419578308,34.90915755287452],[107.5518593098114,34.9091611337557],[107.55186496795966,34.90916377219356],[107.55187099830783,34.90916538802048],[107.55187721762688,34.9091659321404]]]},
{"type":"Polygon","coordinates":[[[107.55489778474303,34.90879597458586],[107.55490817883002,34.90879506522108],[107.55491825709792,34.90879236475733],[107.55492771332368,34.908787955246844],[107.55493626018466,34.908781970670354],[107.55494363798881,34.908774592866195],[107.5549496225653,34.90876604600521],[107.5549540320758,34.90875658977945],[107.55495673253955,34.908746511511545],[107.55495764190432,34.90873611742457],[107.55495673253955,34.90872572333759],[107.5549540320758,34.908715645069684],[107.5549496225653,34.90870618884392],[107.55494363798881,34.90869764198294],[107.55493626018466,34.90869026417878],[107.55492771332368,34.90868427960229],[107.55491825709792,34.9086798700918],[107.55490817883002,34.908677169628056],[107.55489778474303,34.90867626026328],[107.55488739065605,34.908677169628056],[107.55487731238814,34.9086798700918],[107.55486785616239,34.90868427960229],[107.5548593093014,34.90869026417878],[107.55485193149725,34.90869764198294],[107.55484594692076,34.90870618884392],[107.55484153741027,34.908715645069684],[107.55483883694652,34.90872572333759],[107.55483792758174,34.90873611742457],[107.55483883694652,34.908746511511545],[107.55484153741027,34.90875658977945],[107.55484594692076,34.90876604600521],[107.55485193149725,34.908774592866195],[107.5548593093014,34.908781970670354],[107.55486785616239,34.908787955246844],[107.55487731238814,34.90879236475733],[107.55488739065605,34.90879506522108],[107.55489778474303,34.90879597458586]]]},
{"type":"Polygon","coordinates":[[[107.55478773467152,34.908689150947204],[107.55479765605001,34.90868828293906],[107.55480727597245,34.90868570528861],[107.55481630214234,34.90868149631647],[107.55482446030409,34.90867578391011],[107.55483150257608,34.90866874163813],[107.55483721498243,34.90866058347638],[107.55484142395457,34.90865155730649],[107.55484400160502,34.90864193738406],[107.55484486961316,34.90863201600556],[107.55484400160502,34.90862209462706],[107.55484142395457,34.90861247470463],[107.55483721498243,34.90860344853474],[107.55483150257608,34.90859529037299],[107.55482446030409,34.90858824810101],[107.55481630214234,34.908582535694656],[107.55480727597245,34.90857832672251],[107.55479765605001,34.908575749072064],[107.55478773467152,34.90857488106392],[107.55477781329303,34.908575749072064],[107.55476819337059,34.90857832672251],[107.5547591672007,34.908582535694656],[107.55475100903895,34.90858824810101],[107.55474396676696,34.90859529037299],[107.55473825436061,34.90860344853474],[107.55473404538847,34.90861247470463],[107.55473146773802,34.90862209462706],[107.55473059972988,34.90863201600556],[107.55473146773802,34.90864193738406],[107.55473404538847,34.90865155730649],[107.55473825436061,34.90866058347638],[107.55474396676696,34.90866874163813],[107.55475100903895,34.90867578391011],[107.5547591672007,34.90868149631647],[107.55476819337059,34.90868570528861],[107.55477781329303,34.90868828293906],[107.55478773467152,34.908689150947204]]]},
{"type":"Polygon","coordinates":[[[107.55469553055754,34.90857093598273],[107.55470455060359,34.908570146830954],[107.5547132965801,34.90856780335361],[107.55472150274501,34.90856397675607],[107.55472891975815,34.90855878330756],[107.55473532225732,34.908552380808395],[107.55474051570583,34.90854496379526],[107.55474434230337,34.90853675763035],[107.55474668578071,34.908528011653836],[107.55474747493248,34.908518991607785],[107.55474668578071,34.908509971561735],[107.55474434230337,34.90850122558522],[107.55474051570583,34.90849301942031],[107.55473532225732,34.908485602407175],[107.55472891975815,34.90847919990801],[107.55472150274501,34.9084740064595],[107.5547132965801,34.90847017986196],[107.55470455060359,34.90846783638462],[107.55469553055754,34.90846704723284],[107.55468651051149,34.90846783638462],[107.55467776453497,34.90847017986196],[107.55466955837007,34.9084740064595],[107.55466214135693,34.90847919990801],[107.55465573885776,34.908485602407175],[107.55465054540925,34.90849301942031],[107.55464671881171,34.90850122558522],[107.55464437533436,34.908509971561735],[107.55464358618259,34.908518991607785],[107.55464437533436,34.908528011653836],[107.55464671881171,34.90853675763035],[107.55465054540925,34.90854496379526],[107.55465573885776,34.908552380808395],[107.55466214135693,34.90855878330756],[107.55466955837007,34.90856397675607],[107.55467776453497,34.90856780335361],[107.55468651051149,34.908570146830954],[107.55469553055754,34.90857093598273]]]},
{"type":"Polygon","coordinates":[[[107.55427400904037,34.91188535994385],[107.55428619916829,34.91188429344585],[107.55429801890536,34.91188112635685],[107.55430910911481,34.91187595490725],[107.55431913282627,34.91186893622893],[107.55432778547433,34.91186028358087],[107.55433480415265,34.91185025986941],[107.55433997560225,34.91183916965995],[107.55434314269125,34.911827349922895],[107.55434420918925,34.91181515979497],[107.55434314269125,34.91180296966704],[107.55433997560225,34.91179114992999],[107.55433480415265,34.91178005972053],[107.55432778547433,34.91177003600907],[107.55431913282627,34.91176138336101],[107.55430910911481,34.911754364682686],[107.55429801890536,34.911749193233085],[107.55428619916829,34.91174602614409],[107.55427400904037,34.911744959646086],[107.55426181891245,34.91174602614409],[107.55424999917538,34.911749193233085],[107.55423890896593,34.911754364682686],[107.55422888525447,34.91176138336101],[107.55422023260641,34.91177003600907],[107.5542132139281,34.91178005972053],[107.55420804247849,34.91179114992999],[107.55420487538949,34.91180296966704],[107.55420380889149,34.91181515979497],[107.55420487538949,34.911827349922895],[107.55420804247849,34.91183916965995],[107.5542132139281,34.91185025986941],[107.55422023260641,34.91186028358087],[107.55422888525447,34.91186893622893],[107.55423890896593,34.91187595490725],[107.55424999917538,34.91188112635685],[107.55426181891245,34.91188429344585],[107.55427400904037,34.91188535994385]]]},
{"type":"Polygon","coordinates":[[[107.55440154815028,34.91180305892315],[107.55441399111112,34.911801970305135],[107.55442605599889,34.9117987375282],[107.55443737622807,34.911793458818636],[107.55444760783925,34.911786294567364],[107.55445643995009,34.911777462456534],[107.55446360420136,34.911767230845356],[107.55446888291091,34.911755910616165],[107.55447211568784,34.9117438457284],[107.55447320430586,34.911731402767565],[107.55447211568784,34.91171895980673],[107.55446888291091,34.911706894918964],[107.55446360420136,34.91169557468977],[107.55445643995009,34.911685343078595],[107.55444760783925,34.911676510967766],[107.55443737622808,34.911669346716494],[107.55442605599889,34.91166406800693],[107.55441399111112,34.911660835229995],[107.55440154815028,34.91165974661198],[107.55438910518944,34.911660835229995],[107.55437704030167,34.91166406800693],[107.5543657200725,34.911669346716494],[107.55435548846131,34.911676510967766],[107.55434665635048,34.911685343078595],[107.5543394920992,34.91169557468977],[107.55433421338965,34.911706894918964],[107.55433098061272,34.91171895980673],[107.5543298919947,34.911731402767565],[107.55433098061272,34.9117438457284],[107.55433421338965,34.911755910616165],[107.5543394920992,34.911767230845356],[107.55434665635048,34.911777462456534],[107.55435548846131,34.911786294567364],[107.55436572007248,34.911793458818636],[107.55437704030167,34.9117987375282],[107.55438910518944,34.911801970305135],[107.55440154815028,34.91180305892315]]]},
{"type":"Polygon","coordinates":[[[107.55471754057186,34.91158292440076],[107.55464330138852,34.91148774596053],[107.55447959447133,34.91159053867602],[107.5545595443611,34.91168571711626],[107.55471754057186,34.91158292440076]]]},
{"type":"Polygon","coordinates":[[[107.55450244721129,34.91236729389266],[107.5546047640346,34.9124815080209],[107.55508541515775,34.912188834317135],[107.5549807188736,34.91207699964997],[107.55450244721129,34.91236729389266]]]},
{"type":"Polygon","coordinates":[[[107.55511634815082,34.912162660246054],[107.5552329417402,34.91209603533798],[107.5551306249169,34.91197468282667],[107.55502116971059,34.9120460666569],[107.55511634815082,34.912162660246054]]]},
{"type":"Polygon","coordinates":[[[107.55441202769305,34.91225783868629],[107.5547070808579,34.91207462018889],[107.55460714349567,34.911962785521666],[107.5543144697919,34.91214600401912],[107.55441202769305,34.91225783868629]]]},
{"type":"Polygon","coordinates":[[[107.55510873387573,34.91183029713284],[107.55519534625631,34.911782707912664],[107.5551515641738,34.911728456201786],[107.5550697107152,34.911776045421846],[107.55510873387573,34.91183029713284]]]},
{"type":"Polygon","coordinates":[[[107.55413339280932,34.91195571455671],[107.55421905340563,34.911902414630106],[107.55413339280932,34.91180152548344],[107.55404582864435,34.91185863254759],[107.55413339280932,34.91195571455671]]]},
{"type":"Polygon","coordinates":[[[107.55399823942412,34.9118091397587],[107.55435801392838,34.91160165075905],[107.55426664262569,34.91148743663075],[107.55391257882803,34.91171396131847],[107.55399823942412,34.9118091397587]]]},
{"type":"Polygon","coordinates":[[[107.55383262893827,34.91162449358461],[107.55448936017586,34.9112342619797],[107.5544208316989,34.911160022796366],[107.55376832777176,34.91155085580925],[107.55383262893827,34.91162449358461]]]},
{"type":"Polygon","coordinates":[[[107.554608692128,34.91103887947878],[107.5548123739901,34.91127492201042],[107.55487578464323,34.911238069117246],[107.55466579919215,34.91100271167153],[107.554608692128,34.91103887947878]]]},
{"type":"Polygon","coordinates":[[[107.55422328071603,34.91103022974113],[107.55427806403844,34.91099060517263],[107.55422476411184,34.91092969097093],[107.55416807722077,34.91096646018616],[107.55422328071603,34.91103022974113]]]},
{"type":"Polygon","coordinates":[[[107.55386451371561,34.911195143640725],[107.55392875916277,34.91115945172572],[107.55375267904839,34.91095124888767],[107.55368962333182,34.91099764837725],[107.55386451371561,34.911195143640725]]]},
{"type":"Polygon","coordinates":[[[107.55362299842358,34.91134980860619],[107.55377885311947,34.91125344043536],[107.55358135785593,34.911025012178925],[107.55341836477697,34.91112613927157],[107.55362299842358,34.91134980860619]]]},
{"type":"Polygon","coordinates":[[[107.55308167104471,34.9107977736528],[107.55325894088975,34.91069069790757],[107.55309951700235,34.91051104860145],[107.5529186779658,34.91062169353842],[107.55308167104471,34.9107977736528]]]},
{"type":"Polygon","coordinates":[[[107.55278233485012,34.9104794017702],[107.5530012452628,34.91034995909138],[107.55252535306158,34.90980553841325],[107.55230263551141,34.909929270385646],[107.55278233485012,34.9104794017702]]]},
{"type":"Polygon","coordinates":[[[107.55399871531637,34.908520629470104],[107.55439085049011,34.90828839407595],[107.55429186491233,34.90817608351654],[107.55429947918759,34.908141819278],[107.55414909725187,34.90799905161771],[107.55413386870157,34.90800476232391],[107.55407105093099,34.907953365966364],[107.5539530296652,34.908012376599345],[107.55392066899549,34.907989533773616],[107.55380264772947,34.908059965819405],[107.5538502369497,34.90815514425964],[107.55374554066532,34.908244611993496],[107.55386165836251,34.9084064153418],[107.55389211546333,34.908404511772915],[107.55399871531637,34.908520629470104]]]},
{"type":"Polygon","coordinates":[[[107.5537683834911,34.90868052924975],[107.55390734401385,34.90859677222227],[107.55384833338081,34.90852634017648],[107.55381216557362,34.908541568727],[107.55373031211502,34.90844639028677],[107.55375315494058,34.90841783675461],[107.55367130148198,34.90832075474566],[107.55352663025286,34.90841022247952],[107.5537683834911,34.90868052924975]]]},
{"type":"Polygon","coordinates":[[[107.55367130148198,34.90874334702028],[107.55356850876649,34.90861961504805],[107.55358564088567,34.908589157947006],[107.55343145181263,34.90844448671788],[107.55335911619795,34.908482558093965],[107.5532658413266,34.90851872590139],[107.5531935057121,34.90844067958034],[107.55307738801497,34.90851872590139],[107.55314591649193,34.90860438649753],[107.55302979879474,34.90870146850665],[107.5531516271983,34.90885565757969],[107.55322015567526,34.908882307543024],[107.55329820199631,34.908971775276825],[107.55367130148198,34.90874334702028]]]},
{"type":"Polygon","coordinates":[[[107.55349617315204,34.90813039786519],[107.55409579732543,34.907778237636194],[107.55388259761924,34.90753648439818],[107.5538654655,34.907521255847655],[107.55378932274783,34.90755742365491],[107.5535799301793,34.907346127517656],[107.55314591649193,34.907618337856775],[107.55335911619795,34.907854380388414],[107.55329058772105,34.907911487452566],[107.55349617315204,34.90813039786519]]]},
{"type":"Polygon","coordinates":[[[107.55307738801497,34.90803331585607],[107.55285276689591,34.90779156261789],[107.55242827105246,34.90805615868186],[107.55264337432743,34.90829981548876],[107.5525767494193,34.908355018984025],[107.55276329916211,34.90857583296554],[107.5533686340421,34.90821986559905],[107.55316114504222,34.907981919498354],[107.55307738801497,34.90803331585607]]]},
{"type":"Polygon","coordinates":[[[107.55343326020324,34.906945771305516],[107.55198654791138,34.90782141295591],[107.55224115023907,34.90811408665962],[107.55368548306984,34.90724082447031],[107.55343326020324,34.906945771305516]]]},
{"type":"Polygon","coordinates":[[[107.552101664252,34.90774665326535],[107.55256565914823,34.90746111794465],[107.55244073744535,34.90730942730556],[107.55199756283298,34.90760685993132],[107.552101664252,34.90774665326535]]]},
{"type":"Polygon","coordinates":[[[107.55269950382967,34.90737783680942],[107.55301478241302,34.90719640290774],[107.55290175801537,34.90703281496366],[107.55260729971582,34.90722912049654],[107.55269950382967,34.90737783680942]]]},
{"type":"Polygon","coordinates":[[[107.55146099437633,34.90875494986659],[107.5516513512568,34.90865263304329],[107.55126111965171,34.908243365750366],[107.55119687420455,34.90827905766537],[107.55110645468642,34.908181499764055],[107.55133726240388,34.90803635264274],[107.55180839568311,34.908550316220044],[107.55198923471949,34.90844324047481],[107.55152286036241,34.907915000131595],[107.5513729543191,34.90775557624414],[107.55087564696879,34.90808156240189],[107.55092085672794,34.90813629000513],[107.55095178972095,34.90820767383519],[107.5510017584021,34.90828619604844],[107.55105172708318,34.9083504414956],[107.55115880282841,34.90840992802066],[107.55146099437633,34.90875494986659]]]},
{"type":"Polygon","coordinates":[[[107.55221425241535,34.90902704123255],[107.5523441709862,34.90894709134284],[107.55207719546132,34.908662983698775],[107.55147757128788,34.90902275820281],[107.5517945154939,34.90938538806],[107.55190587426887,34.90931114887667],[107.55173169772331,34.909111274152224],[107.55204578657606,34.908919965487314],[107.55201580536743,34.90887570751261],[107.55206149101878,34.90884572630398],[107.55221425241535,34.90902704123255]]]},
{"type":"Polygon","coordinates":[[[107.5526856831271,34.90938443627556],[107.55277610264534,34.90933208813357],[107.55258098684288,34.90912388529546],[107.55250246462964,34.9091786128987],[107.5526856831271,34.90938443627556]]]},
{"type":"Polygon","coordinates":[[[107.5520646438045,34.909609771232795],[107.55209748036646,34.90964831850113],[107.55212175086865,34.90963404173522],[107.55214744904754,34.909674016680015],[107.55246153790023,34.909472714278934],[107.5523630282147,34.90935850015063],[107.55204608400868,34.90955409184534],[107.55207892057058,34.90959406679025],[107.5520646438045,34.909609771232795]]]},
{"type":"Polygon","coordinates":[[[107.55427156414413,34.908790522808545],[107.55431011141246,34.908837636136525],[107.55439862736188,34.908783384425476],[107.55435151403407,34.90873341574439],[107.55427156414413,34.908790522808545]]]},
{"type":"Polygon","coordinates":[[[107.55432153282527,34.90888189411123],[107.55437863988942,34.908950422588134],[107.55453711199237,34.90885334057907],[107.55448286028155,34.908787667455215],[107.55432153282527,34.90888189411123]]]},
{"type":"Polygon","coordinates":[[[107.55437007382989,34.90869486847606],[107.5543814952427,34.90868773009305],[107.55439006130217,34.908697723829334],[107.55441004877468,34.90869058544632],[107.55436579080015,34.90863776141191],[107.554344375651,34.908650610501354],[107.55437007382989,34.90869486847606]]]},
{"type":"Polygon","coordinates":[[[107.55497112567997,34.90882193169381],[107.55502252203752,34.90887903875796],[107.5551395915191,34.90880622725126],[107.5550810567783,34.908747692510474],[107.55497112567997,34.90882193169381]]]},
{"type":"Polygon","coordinates":[[[107.55491421492121,34.91140817182679],[107.55498083982945,34.9114852663634],[107.5552045091639,34.911352016547085],[107.55513883604021,34.911273970226205],[107.55491421492121,34.91140817182679]]]},
{"type":"Polygon","coordinates":[[[107.55464295636654,34.91100271167153],[107.55494181666893,34.91082282441943],[107.55491135956788,34.91078570482779],[107.55461630640326,34.91096559207972],[107.55464295636654,34.91100271167153]]]},
{"type":"Polygon","coordinates":[[[107.55093992592674,34.908883618823666],[107.55101702046318,34.90896499639024],[107.5510484293485,34.90894358124109],[107.55097276248847,34.908857920645005],[107.55093992592674,34.908883618823666]]]},
{"type":"Polygon","coordinates":[[[107.55508309696785,34.91191280950312],[107.55516087559937,34.911866340612505],[107.55521506782395,34.911826127721554],[107.55523362761977,34.91179757418956],[107.55524397827509,34.911745107074296],[107.55526111039444,34.91154951537965],[107.55521529387266,34.91153773704775],[107.55519035712132,34.911531074556876],[107.55515437967097,34.911550490958746],[107.55515938843627,34.91155915219667],[107.55490880144919,34.91170460666507],[107.55494211390334,34.91174981642416],[107.55508309696785,34.91191280950312]]]},
{"type":"Polygon","coordinates":[[[107.54111279261069,34.89340541343929],[107.54092812383254,34.89352469121722],[107.54105636585201,34.89366163402269],[107.54108587286534,34.8936457456309],[107.54125426820148,34.89382419280676],[107.54127718207265,34.89380873675216],[107.54148935154943,34.89403517335627],[107.54156474034721,34.893986535422215],[107.54135454340881,34.89376199029333],[107.54137604542882,34.893747297584085],[107.54121148708526,34.89356612127973],[107.5412415210095,34.89354751726995],[107.54111279261069,34.89340541343929]]]},
{"type":"Polygon","coordinates":[[[107.54114034735154,34.89343816973673],[107.54120079349518,34.893505073917154],[107.54212153660805,34.89291579832489],[107.54206230641279,34.892852298799866],[107.54114034735154,34.89343816973673]]]},
{"type":"Polygon","coordinates":[[[107.54204774205377,34.892839139536505],[107.54213412674052,34.892931162021874],[107.54219602611117,34.89289102147693],[107.5421827570748,34.89287378540907],[107.54228654966596,34.89280761121996],[107.54229564647956,34.89281759719579],[107.54237247351615,34.892767530522484],[107.54239477666877,34.89279056894388],[107.5424439085818,34.892759448265785],[107.54244817485058,34.89276474049099],[107.54252717349495,34.89271424633584],[107.54252179577341,34.892708406933885],[107.54255873590432,34.892684388154095],[107.54252661966851,34.892646678555856],[107.54253160505675,34.89264321310306],[107.54251494656434,34.89262296756303],[107.54250534057236,34.89262746657193],[107.54244433036384,34.89256086300099],[107.54227944776744,34.89266800325009],[107.5422966534366,34.89268882129916],[107.54222294670072,34.89273816178115],[107.54223164748669,34.892749456590295],[107.54212831889785,34.89281500971699],[107.54211378155979,34.89279847281941],[107.54204774205377,34.892839139536505]]]},
{"type":"Polygon","coordinates":[[[107.5425270765991,34.8927131291833],[107.54244951429375,34.89276285387114],[107.54257686968407,34.89289657019124],[107.54271889625119,34.89305327933466],[107.54279755291005,34.89300325825942],[107.54279057640639,34.892995871373195],[107.5427887068858,34.89299687453058],[107.54276807376225,34.892971960888865],[107.5427541207549,34.892956959126096],[107.54271907864339,34.89292138123735],[107.54266438376673,34.89286517022506],[107.54263905404268,34.892836340849655],[107.54262910226542,34.892825887493686],[107.54256605154367,34.8927558260697],[107.54253130581957,34.892719256423064],[107.5425270765991,34.8927131291833]]]},
{"type":"Polygon","coordinates":[[[107.54282947155434,34.89297877779928],[107.54271697062387,34.893049808182305],[107.54269890737868,34.8930619753842],[107.54282052295225,34.893195322378176],[107.54261068634773,34.89332974039136],[107.5426814039827,34.89340553639511],[107.54289453429061,34.893271397669594],[107.54289234558358,34.89326797781486],[107.542982219366,34.89321079784369],[107.54302093212159,34.893256829088415],[107.54306230381424,34.89322800826264],[107.54293346933673,34.89308898261809],[107.54293234078467,34.89308681101034],[107.54285281776264,34.893002625586284],[107.54285728637282,34.89299790618675],[107.54284258099744,34.892980419329554],[107.54283533090542,34.89298450035621],[107.54282947155434,34.89297877779928]]]},
{"type":"Polygon","coordinates":[[[107.54298236104816,34.893210403234676],[107.54290808928215,34.89325740597649],[107.5431226934614,34.8934822993972],[107.54320171280848,34.893432593406374],[107.54305119192314,34.89327803866179],[107.54298236104816,34.893210403234676]]]},
{"type":"Polygon","coordinates":[[[107.54321353952284,34.893422185897776],[107.54310257115178,34.89349274069642],[107.54315149995851,34.893543291452545],[107.54326106945487,34.89347149720295],[107.54321353952284,34.893422185897776]]]},
{"type":"Polygon","coordinates":[[[107.5431717743259,34.893528693907996],[107.5432313249067,34.89359214109024],[107.54330223590948,34.89355192646115],[107.54324209259022,34.89348300900007],[107.5431717743259,34.893528693907996]]]},
{"type":"Polygon","coordinates":[[[107.54310140072037,34.89358595422424],[107.54298584148134,34.89345560481344],[107.54289122776667,34.89351534661613],[107.54297286588618,34.89360320220832],[107.54298286790744,34.89359617376095],[107.54302030790595,34.893637803795414],[107.54308451006945,34.893708223431624],[107.54319480262826,34.893637938957866],[107.5431337767823,34.89356582979103],[107.54310140072037,34.89358595422424]]]},
{"type":"Polygon","coordinates":[[[107.54338206773778,34.89455864092431],[107.54329173117569,34.894616574929174],[107.54335188902523,34.894685998798195],[107.54330376274558,34.89470333338233],[107.54331311429756,34.89471245684767],[107.54318515769619,34.89479593655551],[107.54330755468582,34.89492454890593],[107.54363166579188,34.89471972710917],[107.54351683842731,34.89458900495739],[107.54345901846575,34.89452562538413],[107.54339107715981,34.894567935454624],[107.54338206773778,34.89455864092431]]]},
{"type":"Polygon","coordinates":[[[107.543590036417,34.89532026139558],[107.5435684180808,34.89533584969143],[107.54356296538471,34.89533148753456],[107.54355026381032,34.89534136653687],[107.54355635800006,34.89534656263548],[107.54353692074228,34.89536304902244],[107.54345083229364,34.895291137583584],[107.54338087741041,34.895347941846815],[107.54356935893823,34.89550878568955],[107.54363976286699,34.89545105126047],[107.54369828847167,34.89540463919438],[107.54376603020187,34.89534959903862],[107.54357605185528,34.895191278403985],[107.54350356307204,34.89525068071667],[107.543590036417,34.89532026139558]]]},
{"type":"Polygon","coordinates":[[[107.543965908934,34.89519906186039],[107.54395461864563,34.895201627835014],[107.54395145394359,34.895194357573565],[107.54392468227496,34.89520214102994],[107.54389166673474,34.89512396433626],[107.5438070323382,34.895147400237875],[107.54380917065039,34.89515612455162],[107.5438906831111,34.895339762802585],[107.54396898810356,34.89531350432888],[107.5439494439301,34.89526954063025],[107.54398977249801,34.895257395017],[107.54401267382158,34.89530304798228],[107.54408397316867,34.89527977245408],[107.54400223083947,34.89509651375362],[107.54393056797932,34.895114459538675],[107.543965908934,34.89519906186039]]]},
{"type":"Polygon","coordinates":[[[107.54410309769831,34.89564407670182],[107.54403295036695,34.89569430565514],[107.54411063524883,34.89576669821433],[107.54417980430242,34.8957173352774],[107.54410309769831,34.89564407670182]]]},
{"type":"Polygon","coordinates":[[[107.54424283105426,34.895652287820575],[107.54425524395653,34.8956644120507],[107.54427458499029,34.89564930487507],[107.54426130607159,34.89563641085256],[107.54424283105426,34.895652287820575]]]},
{"type":"Polygon","coordinates":[[[107.5440296947866,34.89580355202496],[107.54399871064295,34.895823951523255],[107.54399332209623,34.89583080748672],[107.54400633639881,34.895841536468126],[107.54404157845661,34.895815604087026],[107.5440296947866,34.89580355202496]]]},
{"type":"Polygon","coordinates":[[[107.54116209707949,34.89309131726098],[107.54122420369606,34.893161276438256],[107.5412298254157,34.893157707092485],[107.54123955188291,34.89316912899897],[107.54127506687344,34.893147712924296],[107.5412659650417,34.89313655871874],[107.54140659726538,34.89305134058826],[107.54141659143356,34.89306240556017],[107.54145027713436,34.89304121256962],[107.54144121991943,34.89303099531731],[107.54144710934,34.8930267567192],[107.54138544889163,34.8929559498223],[107.54116209707949,34.89309131726098]]]},
{"type":"Polygon","coordinates":[[[107.54159434485341,34.89278738746788],[107.54167715367548,34.89287733498151],[107.54173533401169,34.89284164152372],[107.5417399741612,34.89284699554239],[107.5417578208901,34.89283593057047],[107.54175318074059,34.8928305765518],[107.54191986918842,34.89272487929992],[107.54183625726355,34.89263345943115],[107.5417950313198,34.892659872589924],[107.54178642027308,34.892649655337614],[107.54174952216111,34.892673079169306],[107.5417577316564,34.89268307333749],[107.54159434485341,34.89278738746788]]]},
{"type":"Polygon","coordinates":[[[107.54198929296379,34.89251964191761],[107.54197394477694,34.89250340139431],[107.54187538621659,34.892570014309925],[107.54197488173018,34.89267638081415],[107.54203725604768,34.89263622567413],[107.54195016401067,34.89254502888947],[107.54198929296379,34.89251964191761]]]},
{"type":"Polygon","coordinates":[[[107.54223651477584,34.89227201855418],[107.54214674572948,34.89233055582496],[107.54217851290691,34.892363750740714],[107.54226953122429,34.89230557040451],[107.54223651477584,34.89227201855418]]]},
{"type":"Polygon","coordinates":[[[107.54226792501868,34.892320918591366],[107.5420689971986,34.89244752626061],[107.54216800099749,34.89255401876583],[107.54222852836462,34.89251584948773],[107.5421757466639,34.892458427637514],[107.54232699769132,34.89236607081547],[107.54228987649522,34.89232502333901],[107.54227934692517,34.89233251896515],[107.54226792501868,34.892320918591366]]]},
{"type":"Polygon","coordinates":[[[107.54261073465409,34.89332824745904],[107.54226236650616,34.892966553753546],[107.54130559965209,34.89357332910937],[107.54204154298071,34.89438572563485],[107.54249743023415,34.89410496457288],[107.54265364860107,34.894269154478714],[107.54258836675389,34.89431148324266],[107.54260645143916,34.8943333752301],[107.54252530831182,34.894386201547604],[107.5426104966977,34.89447805271228],[107.54269497121447,34.89442498843838],[107.54271424568168,34.894447594294974],[107.54278753624831,34.89440262053817],[107.54289080931946,34.89452873742233],[107.5434797513728,34.89414967290072],[107.5433655323079,34.89403259835921],[107.54343834696178,34.89398691073325],[107.54331223007762,34.89385175150646],[107.54323798768544,34.89389743913242],[107.54305904448378,34.893706598111486],[107.54299241669594,34.89374514704589],[107.54261073465409,34.89332824745904]]]},
{"type":"Polygon","coordinates":[[[107.54335863157277,34.893756330996034],[107.543410030152,34.89381304393451],[107.54350211927306,34.89375418938856],[107.54354269083672,34.89379773540705],[107.54357219742849,34.89377941276538],[107.54354078718563,34.89374609887147],[107.5435476879208,34.89374133974376],[107.54353412440682,34.893726705426076],[107.54350664044432,34.89374609887147],[107.54346999516102,34.893706479133336],[107.54347641998342,34.89370172000563],[107.54346357033863,34.893689822186374],[107.54345821631996,34.89369362948853],[107.54345571777792,34.89369136890287],[107.54335863157277,34.893756330996034]]]},
{"type":"Polygon","coordinates":[[[107.54302087479265,34.89468034311245],[107.54303140436268,34.89468081902522],[107.54303253465552,34.89466969456421],[107.54302259997644,34.89466945660782],[107.54302087479265,34.89468034311245]]]},
{"type":"Polygon","coordinates":[[[107.54331912337712,34.89345813962854],[107.54334036098452,34.89348205424526],[107.54336989732082,34.89346608142289],[107.54334937358259,34.89344109600244],[107.54331912337712,34.89345813962854]]]},
{"type":"Polygon","coordinates":[[[107.5416505769216,34.89421932492439],[107.54167549541684,34.89423100337761],[107.54168769811773,34.8942169379244],[107.54166197651975,34.89420282785437],[107.5416505769216,34.89421932492439]]]}
]}

View File

@ -0,0 +1,114 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55258339402239,34.90746919978527],[107.55259929415105,34.907458986563945],[107.55259729793052,34.90745606186875],[107.55258142101373,34.90746620545447],[107.55258339402239,34.90746919978527]]]},
{"type":"Polygon","coordinates":[[[107.55266605732493,34.90741308777952],[107.55266768349298,34.90741544144378],[107.55266411851642,34.907417656712234],[107.55266653706926,34.90742028971807],[107.55266458316447,34.907421528779636],[107.55266806863804,34.907425626391],[107.55267255366633,34.90742275592715],[107.55266802632597,34.907417418431166],[107.55343462470935,34.90694782050823],[107.55343297956831,34.90694594034703],[107.55266605732493,34.90741308777952]]]},
{"type":"Polygon","coordinates":[[[107.55202242559038,34.90784832257534],[107.55202538649998,34.90784623760756],[107.55200446961342,34.90782504774676],[107.55257122605153,34.907476872081375],[107.55256850300975,34.90747338967279],[107.55199940585928,34.907824917906915],[107.55202242559038,34.90784832257534]]]},
{"type":"Polygon","coordinates":[[[107.55221409962819,34.90808285935649],[107.55222549810546,34.9080960596549],[107.5522283966873,34.90809425783375],[107.5522240096445,34.90808912656048],[107.55223372381069,34.90808282018647],[107.55223247036989,34.908081175045425],[107.55222201197323,34.90808744224941],[107.55221641065967,34.90808125338547],[107.55221409962819,34.90808285935649]]]},
{"type":"Polygon","coordinates":[[[107.55224683814036,34.90807251502344],[107.5522480719961,34.90807445393967],[107.55229545793378,34.90804404820781],[107.55232153237213,34.908079096616014],[107.55225250478684,34.9081227231265],[107.55223831865992,34.90810588788468],[107.55223532215301,34.90810776804587],[107.55225129229312,34.90812685986975],[107.55232586525412,34.90808078914804],[107.55229628050434,34.90804075792572],[107.55224683814036,34.90807251502344]]]},
{"type":"Polygon","coordinates":[[[107.55243529887586,34.908009109622604],[107.55240909045725,34.90796772404302],[107.5523342365396,34.908015785663615],[107.55235961871576,34.908055974109196],[107.55236185140717,34.908054446478225],[107.55234675136259,34.908031150105906],[107.55235512053298,34.908025793307935],[107.55235390328438,34.90802391389866],[107.55234534124169,34.908029269944706],[107.55233723304653,34.90801663761167],[107.55240820913167,34.907970896815044],[107.55241619981675,34.907983705413194],[107.55240844415181,34.90798881710145],[107.55240973676264,34.907990726640165],[107.55241755118261,34.907985703084464],[107.5524334811419,34.90801017455766],[107.55243529887586,34.908009109622604]]]},
{"type":"Polygon","coordinates":[[[107.55224873092796,34.90812404274424],[107.55225125844244,34.908126931332234],[107.5536971966033,34.90723259206075],[107.55369337631691,34.907228510640884],[107.55224873092796,34.90812404274424]]]},
{"type":"Polygon","coordinates":[[[107.55343299969795,34.906945931778466],[107.5534298225737,34.90694784675746],[107.55369297010924,34.90723503897836],[107.55369720627489,34.907232587224954],[107.55343299969795,34.906945931778466]]]},
{"type":"Polygon","coordinates":[[[107.55203611915566,34.90785711034157],[107.55203337388339,34.907858494393665],[107.55216834427686,34.90801407691277],[107.55215878772199,34.90801930144328],[107.55219080084612,34.90805640575522],[107.55219410657277,34.908054342981785],[107.55218967210969,34.90804881428279],[107.55230555984222,34.90797738297102],[107.55215152694493,34.90778954893673],[107.55210825839582,34.907817554766105],[107.55210972722708,34.90781996183762],[107.55215083058893,34.90779349495405],[107.55230176627359,34.907976818428544],[107.5521878462368,34.90804687429285],[107.55217380983895,34.908028501446886],[107.55218181643063,34.90802369585277],[107.55204196227403,34.90786383312298],[107.55209233668504,34.90783080802963],[107.55209106003237,34.90782871896164],[107.5520399598935,34.907861515893806],[107.55203611915566,34.90785711034157]]]},
{"type":"Polygon","coordinates":[[[107.55277789307182,34.90779700660165],[107.5527841954011,34.90779280504879],[107.5527710844079,34.907775461163574],[107.55281348764005,34.90775009054471],[107.55279440946546,34.907730108667124],[107.55295115173136,34.907632207508094],[107.55297786117578,34.90766705027956],[107.55302756484116,34.907636324377336],[107.55302334756045,34.90763050051352],[107.5529787648788,34.90765861571817],[107.55295315996027,34.907624676649704],[107.55278145638904,34.90773040990146],[107.55279953044916,34.90774848396159],[107.5527601748306,34.907773139976875],[107.55277789307182,34.90779700660165]]]},
{"type":"Polygon","coordinates":[[[107.5529912184974,34.90759116356977],[107.55299255317976,34.907592991504316],[107.5530053197064,34.907584867351005],[107.55304016652117,34.907636948976716],[107.55299168273471,34.907666573121446],[107.55295848976547,34.907614984747894],[107.55298027990521,34.90760099959826],[107.55297906128222,34.9075990265896],[107.55295515305964,34.907614317406725],[107.55299052214143,34.90766950361957],[107.55304248770783,34.90763741321405],[107.55300607409202,34.90758164670446],[107.5529912184974,34.90759116356977]]]},
{"type":"Polygon","coordinates":[[[107.552733801966,34.907416263855055],[107.55270652802272,34.90743378881435],[107.55286914602735,34.90761303372867],[107.55289641997064,34.907595595813866],[107.55289511430314,34.907593593790374],[107.5528702776059,34.907609493919],[107.55270983571381,34.90743437878265],[107.55273507861881,34.9074181885057],[107.552733801966,34.907416263855055]]]},
{"type":"Polygon","coordinates":[[[107.55291350003594,34.907584550834066],[107.55296290262541,34.90755280860648],[107.5529616646592,34.90755087428426],[107.55294367546256,34.907562325471794],[107.55293172534152,34.907551805463534],[107.55292762457842,34.90755459088753],[107.5528934076002,34.907517976568805],[107.55289719887173,34.90751557800925],[107.55289258768397,34.90751036490515],[107.55288861076724,34.90751297314273],[107.55284028893546,34.90746196291401],[107.55284372842155,34.90745969149727],[107.55283861524292,34.90745465579105],[107.55283528392957,34.907457005787286],[107.55278741244031,34.90740677784571],[107.55278954938744,34.9074047571072],[107.55278493977943,34.90740014749919],[107.55278281574437,34.907402019748936],[107.55277391932984,34.90739297054177],[107.55279827431244,34.90737741769551],[107.55279684291399,34.90737552205973],[107.55275119152813,34.90740494973107],[107.55275250686724,34.90740684536684],[107.55277277148066,34.90739389910347],[107.55292642320886,34.90755546920668],[107.55292599765797,34.90755570132534],[107.5529370213941,34.907566735726455],[107.55291220404008,34.90758262618348],[107.55291350003594,34.907584550834066]]]},
{"type":"Polygon","coordinates":[[[107.55281484998254,34.90736431092893],[107.55281618466486,34.90736634196726],[107.55285165638044,34.9073435951161],[107.55285930435933,34.90735165981173],[107.55285560293368,34.907353988523234],[107.55286033042609,34.90735902412101],[107.55286398629508,34.90735658687501],[107.55291096498553,34.90740596781522],[107.55290738612364,34.90740837006498],[107.55291223169057,34.907413402678465],[107.55291567143404,34.907411017442264],[107.55291733830121,34.907412880411464],[107.55291900516839,34.90741180185035],[107.55285187290976,34.90734051876565],[107.55281484998254,34.90736431092893]]]},
{"type":"Polygon","coordinates":[[[107.55292925915919,34.90742254456412],[107.55292760454837,34.9074235373306],[107.55296546909109,34.907463425707476],[107.55296139997414,34.90746602405926],[107.55296646786142,34.90747076195179],[107.5529702107749,34.907468498794806],[107.55300500816118,34.907505011592406],[107.55300088805485,34.90750785504606],[107.55301028868394,34.90751962772672],[107.55297872054538,34.907539996139654],[107.5529800552277,34.90754179505931],[107.55301866776713,34.90751681300283],[107.55300725732738,34.907503661892456],[107.55300682210488,34.907503908518535],[107.55292925915919,34.90742254456412]]]},
{"type":"Polygon","coordinates":[[[107.55305733463157,34.90762385810186],[107.55305860040343,34.907625758573445],[107.55319521606557,34.90754247126804],[107.55319412868941,34.90754079226124],[107.55319181316972,34.90754221625485],[107.5531568845242,34.907487727758046],[107.55310311278453,34.90752219737992],[107.55310437492977,34.90752413412004],[107.55315592703477,34.90749073079328],[107.55317953060158,34.907527362020225],[107.55317503330244,34.907530321533216],[107.55318477072564,34.90754416863578],[107.55311633629483,34.907585942968524],[107.55310832820088,34.907573060382575],[107.55310159675956,34.907577354577896],[107.55310983697221,34.90759006307485],[107.55309788286091,34.90759781003532],[107.55306637275204,34.90754860087816],[107.55309215968511,34.907532026154676],[107.55309094831583,34.90753006039973],[107.55306303604628,34.9075478537462],[107.55308772766938,34.90758634192248],[107.55308447800806,34.90758846000531],[107.55308632044996,34.90759128895155],[107.55308955560388,34.90758918537614],[107.55309522800377,34.90759817997445],[107.55309212341662,34.907600240027605],[107.5530926456836,34.90760116850227],[107.5530843184265,34.90760653624642],[107.55308373812983,34.90760552072725],[107.55308043043884,34.90760769683975],[107.5530810107355,34.90760853826991],[107.55305733463157,34.90762385810186]]]},
{"type":"Polygon","coordinates":[[[107.55320553549893,34.907531190456375],[107.5532071169792,34.90753352502247],[107.55339365634117,34.90741777572922],[107.55339222010693,34.90741555609448],[107.55333868773957,34.90744824130414],[107.55332856881657,34.90743203470634],[107.55332210576246,34.90743621284232],[107.55333250758008,34.90745224535113],[107.55326495397154,34.90749451517609],[107.55325525558665,34.907478973452825],[107.55324872724917,34.90748321687219],[107.55325870335909,34.90749843122244],[107.55320553549893,34.907531190456375]]]},
{"type":"Polygon","coordinates":[[[107.55340747546633,34.90741163807967],[107.55355859123571,34.907316002252294],[107.5535638139057,34.90731327485797],[107.55356462632103,34.9073140872733],[107.55357038048453,34.90731063671747],[107.55353583894745,34.90726969395075],[107.55352795508026,34.90727457645696],[107.55352901410721,34.90727631326118],[107.5535345524465,34.90727292973225],[107.55353777186774,34.907277074191946],[107.55353931087915,34.90727617939357],[107.55355102617851,34.907289851548335],[107.55354801383513,34.907291533440024],[107.55355122700136,34.90729544948638],[107.55354690930923,34.90729846182973],[107.55355838131678,34.90731259474059],[107.55348760379945,34.90735647454207],[107.55347826366997,34.907342449272726],[107.5534735052373,34.90734523469672],[107.55345899782068,34.90732190677078],[107.55347478188997,34.907311751579144],[107.55347501400864,34.90731204172747],[107.55347745125464,34.90731059098581],[107.5534771611063,34.90730995265948],[107.55349915434991,34.907296083569186],[107.55349956055757,34.907296431747184],[107.55350188174422,34.90729492297586],[107.55350153356623,34.90729422661986],[107.55351696945752,34.90728459369522],[107.5535156347752,34.90728262068656],[107.5534300990468,34.907337516751085],[107.55343125964013,34.90733937370041],[107.55345656057473,34.90732324145312],[107.55348067540974,34.907360503551295],[107.55344068655178,34.90738535538394],[107.55341744857954,34.907348658447056],[107.55341953764753,34.90734691755706],[107.55341826099486,34.907345176667064],[107.55339771849292,34.90735817531236],[107.55339887908626,34.907360032261685],[107.55341501133354,34.90735005115905],[107.55343865322001,34.907386597975574],[107.55341338650288,34.9074019296809],[107.5534050302309,34.907389395272936],[107.55340038785758,34.907392180696924],[107.55338541620362,34.90736885277099],[107.55338680891562,34.90736792429633],[107.55338541620362,34.907366067347006],[107.5533821665423,34.90736792429633],[107.55340677112092,34.90740633993556],[107.55340462402326,34.90740761658822],[107.55340747546633,34.90741163807967]]]},
{"type":"Polygon","coordinates":[[[107.5535371574807,34.907269001094086],[107.55353835676048,34.90727043249253],[107.55358084837762,34.907243938415064],[107.55361086572242,34.90727973137095],[107.5536086874509,34.90728100278974],[107.5536116746914,34.907285571510485],[107.55369690645495,34.90723261623979],[107.55365738251007,34.90718940092471],[107.55365352353701,34.90719183817086],[107.55368450744956,34.90722557530691],[107.55368001982201,34.90722828335802],[107.55368512643268,34.90723362208734],[107.55361240267439,34.90727890670084],[107.5535812500234,34.90724152854038],[107.5535371574807,34.907269001094086]]]},
{"type":"Polygon","coordinates":[[[107.55240066174584,34.90757682333005],[107.55239741208452,34.90757914451671],[107.55244853638861,34.90763521598201],[107.55241506391326,34.90765523001792],[107.55242583102884,34.90766751557289],[107.55243498829222,34.90766196319376],[107.55242707338833,34.90765246921906],[107.55245399117727,34.90763631854567],[107.55240066174584,34.90757682333005]]]},
{"type":"Polygon","coordinates":[[[107.55232493560041,34.907708148241475],[107.55229093021586,34.907730083455384],[107.55224430339051,34.90767348707856],[107.55224064752151,34.90767563417622],[107.55228976962253,34.90773519006605],[107.5523171596251,34.90771766510677],[107.55232565493054,34.90772812022063],[107.55233571650864,34.90772192376095],[107.55232493560041,34.907708148241475]]]},
{"type":"Polygon","coordinates":[[[107.55304350538262,34.90728691232138],[107.55305271647927,34.90728085238937],[107.55304042707259,34.90726826981251],[107.55301150894162,34.90728691232138],[107.55296831070459,34.90722904175799],[107.55296452426884,34.90723136294464],[107.55300981216067,34.90729224506154],[107.55303323139394,34.90727709032181],[107.55304350538262,34.90728691232138]]]},
{"type":"Polygon","coordinates":[[[107.5531488417097,34.907224423826136],[107.55315781040908,34.90721836389413],[107.55314956890155,34.90720794081108],[107.55317986856159,34.90718757943954],[107.5531323721612,34.907129027029825],[107.5531289883063,34.907131076202425],[107.55317380862957,34.907187094644975],[107.55313769143481,34.90721060718116],[107.5531488417097,34.907224423826136]]]},
{"type":"Polygon","coordinates":[[[107.55332020103558,34.9070147448403],[107.55339792552314,34.90710221148943],[107.5534572947079,34.90716783820657],[107.55351753996659,34.90722759392757],[107.55350601283966,34.90723480335294],[107.55356977801586,34.907309984043074],[107.5535720918958,34.90730831352198],[107.55350829099535,34.9072348203965],[107.55352024421126,34.90722759392757],[107.5534591226424,34.90716666310582],[107.55340119452765,34.90710229369814],[107.5533214148984,34.90701398320088],[107.55332020103558,34.9070147448403]]]},
{"type":"Polygon","coordinates":[[[107.55236153644742,34.908019585903695],[107.5523625282796,34.908021423047394],[107.55240242293262,34.90799519347131],[107.55240126512005,34.90799347933804],[107.55236153644742,34.908019585903695]]]},
{"type":"Polygon","coordinates":[[[107.55238300639122,34.9080078771065],[107.5523984026839,34.90803179413931],[107.55240032365434,34.908030576890724],[107.55238493211651,34.90800656476037],[107.55238300639122,34.9080078771065]]]},
{"type":"Polygon","coordinates":[[[107.55316373861687,34.907112953185845],[107.55317371282061,34.90712460091371],[107.55317940280261,34.907121454688365],[107.55316960850276,34.90710939276328],[107.55316373861687,34.907112953185845]]]},
{"type":"Polygon","coordinates":[[[107.55331178971714,34.90702195810115],[107.55332201142097,34.90703344043951],[107.55332784410545,34.90703021352576],[107.55331765960302,34.907018397678584],[107.55331178971714,34.90702195810115]]]},
{"type":"Polygon","coordinates":[[[107.55309659264542,34.90715438685383],[107.55310656684915,34.9071660345817],[107.55311225683116,34.90716288835635],[107.5531024625313,34.90715082643127],[107.55309659264542,34.90715438685383]]]},
{"type":"Polygon","coordinates":[[[107.55316373861687,34.907112953185845],[107.55317371282061,34.90712460091371],[107.55317940280261,34.907121454688365],[107.55316960850276,34.90710939276328],[107.55316373861687,34.907112953185845]]]},
{"type":"Polygon","coordinates":[[[107.55316373861687,34.907112953185845],[107.55317371282061,34.90712460091371],[107.55317940280261,34.907121454688365],[107.55316960850276,34.90710939276328],[107.55316373861687,34.907112953185845]]]},
{"type":"Polygon","coordinates":[[[107.55316373861687,34.907112953185845],[107.55317371282061,34.90712460091371],[107.55317940280261,34.907121454688365],[107.55316960850276,34.90710939276328],[107.55316373861687,34.907112953185845]]]},
{"type":"Polygon","coordinates":[[[107.55323806540137,34.907067667623245],[107.55324803960511,34.90707931535111],[107.55325372958711,34.907076169125766],[107.55324393528726,34.90706410720068],[107.55323806540137,34.907067667623245]]]},
{"type":"Polygon","coordinates":[[[107.55290606911554,34.9072703036981],[107.55291604331927,34.907281951425965],[107.55292173330128,34.90727880520062],[107.55291193900142,34.907266743275535],[107.55290606911554,34.9072703036981]]]},
{"type":"Polygon","coordinates":[[[107.55300055724148,34.907212304410685],[107.55301053144521,34.90722395213855],[107.55301622142721,34.907220805913205],[107.55300642712736,34.90720874398812],[107.55300055724148,34.907212304410685]]]},
{"type":"Polygon","coordinates":[[[107.55283086760956,34.9073161489761],[107.55284084181329,34.90732779670397],[107.5528465317953,34.90732465047862],[107.55283673749544,34.90731258855354],[107.55283086760956,34.9073161489761]]]},
{"type":"Polygon","coordinates":[[[107.55275480829181,34.90736285206596],[107.55276478249554,34.907374499793825],[107.55277047247755,34.90737135356848],[107.55276067817769,34.907359291643395],[107.55275480829181,34.90736285206596]]]},
{"type":"Polygon","coordinates":[[[107.55268001980633,34.90740917390611],[107.55268999401007,34.90742082163398],[107.55269568399207,34.90741767540863],[107.55268588969221,34.90740561348355],[107.55268001980633,34.90740917390611]]]},
{"type":"Polygon","coordinates":[[[107.5525197140016,34.90750769132104],[107.55252968820534,34.9075193390489],[107.55253537818734,34.90751619282356],[107.55252558388749,34.907504130898474],[107.5525197140016,34.90750769132104]]]},
{"type":"Polygon","coordinates":[[[107.55266716034258,34.907416546825814],[107.55267713454631,34.90742819455368],[107.55268282452832,34.907425048328335],[107.55267303022846,34.90741298640325],[107.55266716034258,34.907416546825814]]]},
{"type":"Polygon","coordinates":[[[107.55259889503016,34.90745515619576],[107.55259721514861,34.90745619271841],[107.55259925245173,34.907459409512875],[107.55260271944131,34.907457288811344],[107.55260158760622,34.9074556089298],[107.55259989581063,34.90745671693678],[107.55259889503016,34.90745515619576]]]},
{"type":"Polygon","coordinates":[[[107.55259259623831,34.907461687189],[107.55260257044205,34.907473334916865],[107.55260826042405,34.90747018869152],[107.5525984661242,34.907458126766436],[107.55259259623831,34.907461687189]]]},
{"type":"Polygon","coordinates":[[[107.55244511614113,34.90755309180767],[107.55245509034486,34.90756473953554],[107.55246078032687,34.90756159331019],[107.55245098602701,34.90754953138511],[107.55244511614113,34.90755309180767]]]},
{"type":"Polygon","coordinates":[[[107.55236692312913,34.90760107440634],[107.55237689733286,34.9076127221342],[107.55238258731487,34.90760957590886],[107.55237279301501,34.907597513983774],[107.55236692312913,34.90760107440634]]]},
{"type":"Polygon","coordinates":[[[107.55200591288877,34.90782272565482],[107.55201664940395,34.90783389161643],[107.55202233938596,34.90783074539108],[107.55201178277466,34.907819165232254],[107.55200591288877,34.90782272565482]]]},
{"type":"Polygon","coordinates":[[[107.55220653093991,34.90770026888717],[107.55221650514365,34.907711916615035],[107.55222219512565,34.90770877038969],[107.5522124008258,34.907696708464606],[107.55220653093991,34.90770026888717]]]},
{"type":"Polygon","coordinates":[[[107.55211978050434,34.907752294608095],[107.55212975470808,34.90776394233596],[107.55213544469008,34.907760796110615],[107.55212565039022,34.90774873418553],[107.55211978050434,34.907752294608095]]]},
{"type":"Polygon","coordinates":[[[107.55227653252902,34.90765624948298],[107.55228650673276,34.90766789721085],[107.55229219671476,34.907664750985504],[107.5522824024149,34.90765268906042],[107.55227653252902,34.90765624948298]]]},
{"type":"Polygon","coordinates":[[[107.55241278243236,34.90795316955476],[107.5524803718864,34.90790975415615],[107.55247622991429,34.90790312700077],[107.55258030637718,34.907836365941165],[107.55257729403382,34.90783147088321],[107.55246805893294,34.90790150786621],[107.5524724268308,34.907907984404424],[107.55240961947183,34.9079482744968],[107.55241278243236,34.90795316955476]]]},
{"type":"Polygon","coordinates":[[[107.55235463243858,34.90805856391783],[107.55236129724824,34.90805438429142],[107.55235209077388,34.9080394449511],[107.55234525651991,34.90804380814218],[107.55235463243858,34.90805856391783]]]},
{"type":"Polygon","coordinates":[[[107.55225257048029,34.908121851369],[107.55225985658578,34.908117332853976],[107.5522492945569,34.9081030712909],[107.5522415565999,34.90810852174966],[107.55225257048029,34.908121851369]]]},
{"type":"Polygon","coordinates":[[[107.55242819009788,34.908012992811024],[107.55243485490755,34.908008813184615],[107.55242564843319,34.9079938738443],[107.55241881417922,34.90799823703538],[107.55242819009788,34.908012992811024]]]},
{"type":"Polygon","coordinates":[[[107.55294281758141,34.907694563015546],[107.55294969576542,34.90769039594058],[107.55293849988925,34.907676890601195],[107.55293166563528,34.907681253792276],[107.55294281758141,34.907694563015546]]]},
{"type":"Polygon","coordinates":[[[107.55292414732831,34.90770566318702],[107.55293102551232,34.907701496112054],[107.55291982963615,34.90768799077267],[107.55291299538219,34.90769235396375],[107.55292414732831,34.90770566318702]]]},
{"type":"Polygon","coordinates":[[[107.55294281758141,34.907694563015546],[107.55294969576542,34.90769039594058],[107.55293849988925,34.907676890601195],[107.55293166563528,34.907681253792276],[107.55294281758141,34.907694563015546]]]},
{"type":"Polygon","coordinates":[[[107.55280526017725,34.90777956601066],[107.55281213836126,34.90777539893569],[107.55280094248509,34.90776189359631],[107.55279410823113,34.90776625678739],[107.55280526017725,34.90777956601066]]]},
{"type":"Polygon","coordinates":[[[107.55272874665604,34.907826759389884],[107.55273562484005,34.907822592314915],[107.55272442896388,34.90780908697553],[107.55271759470992,34.907813450166614],[107.55272874665604,34.907826759389884]]]},
{"type":"Polygon","coordinates":[[[107.55280526017725,34.90777956601066],[107.55281213836126,34.90777539893569],[107.55280094248509,34.90776189359631],[107.55279410823113,34.90776625678739],[107.55280526017725,34.90777956601066]]]},
{"type":"Polygon","coordinates":[[[107.55265484383241,34.90787294865467],[107.55266172201642,34.9078687815797],[107.55265052614025,34.90785527624032],[107.55264369188629,34.9078596394314],[107.55265484383241,34.90787294865467]]]},
{"type":"Polygon","coordinates":[[[107.55258089080304,34.90791878647937],[107.55258776898705,34.9079146194044],[107.55257657311088,34.90790111406502],[107.55256973885692,34.9079054772561],[107.55258089080304,34.90791878647937]]]},
{"type":"Polygon","coordinates":[[[107.55250457810469,34.907965477801376],[107.5525114562887,34.90796131072641],[107.55250026041253,34.907947805387025],[107.55249342615856,34.907952168578106],[107.55250457810469,34.907965477801376]]]},
{"type":"Polygon","coordinates":[[[107.55303665207688,34.90763677622886],[107.5530435302609,34.90763260915389],[107.55303233438472,34.90761910381451],[107.55302550013076,34.90762346700559],[107.55303665207688,34.90763677622886]]]},
{"type":"Polygon","coordinates":[[[107.55317074528617,34.90748536204527],[107.55323822177733,34.907442285535296],[107.55323420531953,34.90743565837992],[107.55333813116526,34.907368985180334],[107.5533351188219,34.907363964608074],[107.55322597158101,34.90743415220824],[107.5532301888617,34.90744057854073],[107.55316773294281,34.90748054229591],[107.55317074528617,34.90748536204527]]]},
{"type":"Polygon","coordinates":[[[107.55361870101173,34.90716438300824],[107.55362606382914,34.907159742899346],[107.55362092519616,34.90715399069824],[107.55361348568273,34.90715859245912],[107.55361870101173,34.90716438300824]]]},
{"type":"Polygon","coordinates":[[[107.5535203527852,34.90722593454776],[107.55352771560261,34.90722129443887],[107.55352257696963,34.907215542237765],[107.5535151374562,34.90722014399864],[107.5535203527852,34.90722593454776]]]},
{"type":"Polygon","coordinates":[[[107.55349930104421,34.90723874546538],[107.55350593204054,34.9072346821543],[107.55349467887312,34.907221162824754],[107.55348749785368,34.90722561687479],[107.55349930104421,34.90723874546538]]]},
{"type":"Polygon","coordinates":[[[107.5530538354424,34.90751466763618],[107.55306038016899,34.90751050648285],[107.55304912700157,34.90749698715331],[107.55304194598213,34.907501441203344],[107.5530538354424,34.90751466763618]]]},
{"type":"Polygon","coordinates":[[[107.55342496251164,34.907284959180195],[107.55343157288742,34.90728087209273],[107.55342031972,34.907267352763185],[107.55341313870056,34.90727180681322],[107.55342496251164,34.907284959180195]]]},
{"type":"Polygon","coordinates":[[[107.5533505785295,34.907330974263914],[107.55335720405516,34.90732690737621],[107.55334595088775,34.90731338804667],[107.5533387698683,34.9073178420967],[107.5533505785295,34.907330974263914]]]},
{"type":"Polygon","coordinates":[[[107.55327560370425,34.90737738324306],[107.5532822426964,34.90737331635536],[107.55327098952898,34.90735979702582],[107.55326380850954,34.907364251075855],[107.55327560370425,34.90737738324306]]]},
{"type":"Polygon","coordinates":[[[107.55320127527179,34.9074233865434],[107.55320788564761,34.90741930618919],[107.5531966324802,34.90740578685965],[107.55318945146075,34.907410240909684],[107.55320127527179,34.9074233865434]]]},
{"type":"Polygon","coordinates":[[[107.55312791474489,34.907468813308654],[107.55313451249584,34.90746470012981],[107.55312325932843,34.907451180800265],[107.55311607830899,34.9074556348503],[107.55312791474489,34.907468813308654]]]},
{"type":"Polygon","coordinates":[[[107.55286113823144,34.90763369711525],[107.55286768295802,34.907629535961924],[107.55285642979061,34.90761601663238],[107.55284924877117,34.90762047068242],[107.55286113823144,34.90763369711525]]]},
{"type":"Polygon","coordinates":[[[107.55357242085698,34.907114086825096],[107.5535797836744,34.907109446716206],[107.55357464504141,34.9071036945151],[107.55356720552798,34.90710829627598],[107.55357242085698,34.907114086825096]]]},
{"type":"Polygon","coordinates":[[[107.55351860866072,34.907055265085084],[107.55352597147814,34.90705062497619],[107.55352083284515,34.90704487277509],[107.55351339333173,34.90704947453597],[107.55351860866072,34.907055265085084]]]},
{"type":"Polygon","coordinates":[[[107.55346810922731,34.90700069876401],[107.55347547204472,34.90699605865512],[107.55347033341174,34.90699030645401],[107.55346289389831,34.90699490821489],[107.55346810922731,34.90700069876401]]]},
{"type":"Polygon","coordinates":[[[107.55342974470172,34.90695804936293],[107.55343710751913,34.90695340925404],[107.55343196888614,34.90694765705293],[107.55342452937272,34.90695225881381],[107.55342974470172,34.90695804936293]]]},
{"type":"Polygon","coordinates":[[[107.55332911669116,34.90702030553703],[107.55333647950857,34.90701566542814],[107.55333134087559,34.907009913227036],[107.55332390136216,34.907014514987914],[107.55332911669116,34.90702030553703]]]},
{"type":"Polygon","coordinates":[[[107.55337008561872,34.90706551594344],[107.55337744843614,34.907060875834546],[107.55337230980315,34.90705512363344],[107.55336487028973,34.90705972539432],[107.55337008561872,34.90706551594344]]]},
{"type":"Polygon","coordinates":[[[107.55336102255943,34.90707205169855],[107.55336688838419,34.90706727003353],[107.55336240237617,34.90706223783987],[107.55335662437449,34.90706708066065],[107.55336102255943,34.90707205169855]]]},
{"type":"Polygon","coordinates":[[[107.55342034834604,34.90712154903307],[107.55342771116345,34.90711690892418],[107.55342257253047,34.907111156723076],[107.55341513301704,34.907115758483954],[107.55342034834604,34.90712154903307]]]},
{"type":"Polygon","coordinates":[[[107.55341115902736,34.90712807056136],[107.55341702485212,34.907123288896344],[107.55341250298301,34.90711830365547],[107.55340676084242,34.90712309952347],[107.55341115902736,34.90712807056136]]]},
{"type":"Polygon","coordinates":[[[107.55346537352187,34.90718642344489],[107.55347123934664,34.90718164177987],[107.55346647780247,34.90717678436569],[107.55346078951482,34.90718164177987],[107.55346537352187,34.90718642344489]]]},
{"type":"Polygon","coordinates":[[[107.55347423049103,34.90717973077095],[107.55348159330845,34.90717509066206],[107.55347645467546,34.90716933846095],[107.55346901516204,34.90717394022183],[107.55347423049103,34.90717973077095]]]},
{"type":"Polygon","coordinates":[[[107.55287374447174,34.90762586280273],[107.55288028919833,34.907621701649404],[107.55286903603091,34.90760818231986],[107.55286185501147,34.9076126363699],[107.55287374447174,34.90762586280273]]]},
{"type":"Polygon","coordinates":[[[107.55259702332528,34.90779732760065],[107.55260356805186,34.90779316644732],[107.55259231488445,34.90777964711778],[107.55258513386501,34.90778410116781],[107.55259702332528,34.90779732760065]]]},
{"type":"Polygon","coordinates":[[[107.55267032253516,34.90775198147926],[107.55267686726175,34.90774782032593],[107.55266561409434,34.90773430099639],[107.5526584330749,34.907738755046424],[107.55267032253516,34.90775198147926]]]},
{"type":"Polygon","coordinates":[[[107.55286113823144,34.90763369711525],[107.55286768295802,34.907629535961924],[107.55285642979061,34.90761601663238],[107.55284924877117,34.90762047068242],[107.55286113823144,34.90763369711525]]]},
{"type":"Polygon","coordinates":[[[107.55286113823144,34.90763369711525],[107.55286768295802,34.907629535961924],[107.55285642979061,34.90761601663238],[107.55284924877117,34.90762047068242],[107.55286113823144,34.90763369711525]]]},
{"type":"Polygon","coordinates":[[[107.55252641589423,34.907840810182805],[107.55253296062082,34.90783664902948],[107.55252170745341,34.907823129699935],[107.55251452643397,34.90782758374997],[107.55252641589423,34.907840810182805]]]},
{"type":"Polygon","coordinates":[[[107.55274900530289,34.90770270121948],[107.55275555002947,34.90769854006615],[107.55274429686206,34.90768502073661],[107.55273711584262,34.90768947478664],[107.55274900530289,34.90770270121948]]]},
{"type":"Polygon","coordinates":[[[107.55245208138474,34.90788646689408],[107.55245862611133,34.90788230574075],[107.55244737294392,34.90786878641121],[107.55244019192448,34.90787324046124],[107.55245208138474,34.90788646689408]]]},
{"type":"Polygon","coordinates":[[[107.55237878217483,34.90793274478509],[107.55238532690142,34.907928583631765],[107.552374073734,34.90791506430222],[107.55236689271456,34.90791951835226],[107.55237878217483,34.90793274478509]]]},
{"type":"Polygon","coordinates":[[[107.55229927116743,34.90798135210015],[107.55230625866943,34.9079769429687],[107.5522945627266,34.90796367161728],[107.55228738170716,34.90796812566732],[107.55229927116743,34.90798135210015]]]},
{"type":"Polygon","coordinates":[[[107.55225887151826,34.90787524761148],[107.55226459233887,34.90787160377669],[107.55226083918905,34.90786584651772],[107.55225511836842,34.90786952679086],[107.55225887151826,34.90787524761148]]]},
{"type":"Polygon","coordinates":[[[107.55227242905094,34.9078711236256],[107.55228219206093,34.90786489912069],[107.55227436085268,34.90785263913489],[107.55226459233891,34.90785891108553],[107.55227242905094,34.9078711236256]]]},
{"type":"Polygon","coordinates":[[[107.55236529578141,34.90778830571695],[107.5523639475626,34.907786265169555],[107.55233907839126,34.90780226160358],[107.5523385135969,34.907805012698724],[107.55234913537484,34.90782155570795],[107.55236704482205,34.907810059409684],[107.55241386809703,34.907882995314594],[107.55236740920552,34.90791277455311],[107.55232071346472,34.907839824983824],[107.55233769373413,34.90782889347994],[107.5523187184653,34.907799237220836],[107.55235670544134,34.907774859967155],[107.55235537999648,34.90777285130332],[107.55231538435665,34.90779854033746],[107.55233359897501,34.907826934918816],[107.55231530237037,34.907838658956734],[107.55236633882915,34.90791819247971],[107.5524192404758,34.907884209166994],[107.55237062261222,34.907808453845036],[107.55237548029926,34.90780529737329],[107.55236769160275,34.90779308141768],[107.55235947247827,34.90779834903611],[107.55236498605557,34.90780675262973],[107.55234910121398,34.90781698041807],[107.55234104606204,34.90780448007256],[107.5523412074725,34.90780376269262],[107.55236529578141,34.90778830571695]]]},
{"type":"Polygon","coordinates":[[[107.55308518997012,34.90733690748298],[107.5530838417513,34.907334866935585],[107.55305897257996,34.90735086336961],[107.5530584077856,34.90735361446475],[107.55306902956355,34.90737015747398],[107.55308693901075,34.907358661175714],[107.55313376228574,34.907431597080624],[107.55308730339422,34.90746137631914],[107.55304060765343,34.907388426749854],[107.55305758792284,34.90737749524597],[107.553038612654,34.907347838986865],[107.55307659963005,34.907323461733185],[107.55307527418519,34.90732145306935],[107.55303527854535,34.90734714210349],[107.55305349316372,34.907375536684846],[107.55303519655908,34.907387260722764],[107.55308623301785,34.90746679424574],[107.5531391346645,34.907432810933024],[107.55309051680092,34.907357055611065],[107.55309537448797,34.907353899139316],[107.55308758579146,34.90734168318371],[107.55307936666698,34.90734695080214],[107.55308488024427,34.90735535439576],[107.55306899540268,34.9073655821841],[107.55306094025075,34.90735308183859],[107.5530611016612,34.90735236445865],[107.55308518997012,34.90733690748298]]]},
{"type":"Polygon","coordinates":[[[107.55223380440387,34.907812239257964],[107.55224356741385,34.907806014753056],[107.5522357362056,34.907793754767255],[107.55222596769184,34.9078000267179],[107.55223380440387,34.907812239257964]]]},
{"type":"Polygon","coordinates":[[[107.55222024687119,34.907816363243846],[107.5522259676918,34.90781271940906],[107.55222221454197,34.90780696215009],[107.55221649372135,34.90781064242323],[107.55222024687119,34.907816363243846]]]},
{"type":"Polygon","coordinates":[[[107.55254827947844,34.9077290262209],[107.55255804248843,34.90772280171599],[107.55255021128018,34.90771054173019],[107.55254044276641,34.907716813680835],[107.55254827947844,34.9077290262209]]]},
{"type":"Polygon","coordinates":[[[107.552579869057,34.90772662774304],[107.55258558987761,34.90772298390825],[107.55258183672778,34.90771722664928],[107.55257611590716,34.90772090692242],[107.552579869057,34.90772662774304]]]},
{"type":"Polygon","coordinates":[[[107.5526403081274,34.90768805168043],[107.552646028948,34.90768440784564],[107.55264227579818,34.907678650586675],[107.55263655497755,34.907682330859814],[107.5526403081274,34.90768805168043]]]},
{"type":"Polygon","coordinates":[[[107.55248853026892,34.907783665901114],[107.55249425108953,34.907780022066326],[107.5524904979397,34.90777426480736],[107.55248477711908,34.9077779450805],[107.55248853026892,34.907783665901114]]]},
{"type":"Polygon","coordinates":[[[107.55270824135074,34.90764664557308],[107.55271396217135,34.90764300173829],[107.55271020902153,34.907637244479325],[107.5527044882009,34.907640924752464],[107.55270824135074,34.90764664557308]]]},
{"type":"Polygon","coordinates":[[[107.5528166619425,34.90758772818332],[107.55282238276311,34.907584084348535],[107.55281862961328,34.90757832708957],[107.55281290879266,34.907582007362706],[107.5528166619425,34.90758772818332]]]},
{"type":"Polygon","coordinates":[[[107.5524784247011,34.90769227852864],[107.55248414552172,34.907688634693855],[107.55248039237189,34.90768287743489],[107.55247467155127,34.907686557708026],[107.5524784247011,34.90769227852864]]]},
{"type":"Polygon","coordinates":[[[107.55260679699485,34.907612296358685],[107.55261251781546,34.9076086525239],[107.55260876466564,34.90760289526493],[107.55260304384501,34.90760657553807],[107.55260679699485,34.907612296358685]]]},
{"type":"Polygon","coordinates":[[[107.55275304058988,34.907521975187414],[107.55275876141049,34.90751833135263],[107.55275500826066,34.90751257409366],[107.55274928744004,34.9075162543668],[107.55275304058988,34.907521975187414]]]},
{"type":"Polygon","coordinates":[[[107.5525388637715,34.907653702466035],[107.55254458459211,34.90765005863125],[107.55254083144229,34.90764430137228],[107.55253511062166,34.90764798164542],[107.5525388637715,34.907653702466035]]]},
{"type":"Polygon","coordinates":[[[107.5526670417274,34.90757406038732],[107.55267276254801,34.90757041655253],[107.55266900939819,34.90756465929356],[107.55266328857756,34.9075683395667],[107.5526670417274,34.90757406038732]]]},
{"type":"Polygon","coordinates":[[[107.55267713154376,34.90741153625285],[107.55267594274271,34.90741223313623],[107.55293591098567,34.90769950281018],[107.55293699730387,34.907698805926806],[107.55267713154376,34.90741153625285]]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,35 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55222964523762,34.90807691819413],[107.55223409399133,34.908082560044676],[107.55223380417024,34.908082724276625],[107.5522293626621,34.90807702446188],[107.55223090606869,34.90807616528198],[107.55223164986732,34.90807577300462],[107.55223229177574,34.908075533562595],[107.55223294896768,34.908075345065676],[107.55223371823885,34.90807521006114],[107.55223450279358,34.908075148927004],[107.55223546056169,34.90807521006114],[107.55223647946393,34.90807542403061],[107.55223740666497,34.90807576026835],[107.55223848670134,34.90807634104264],[107.55223915917682,34.908076860682776],[107.55223970938404,34.90807741088999],[107.55224013732298,34.90807787958502],[107.55224049393877,34.90807841960321],[107.55224018826809,34.908077859206976],[107.55223985203035,34.908077145975405],[107.55223970938404,34.908076697658416],[107.5522395056036,34.9080760048049],[107.55223941390238,34.908075301762345],[107.55223936295728,34.90807426248206],[107.55223945465848,34.90807359510106],[107.55223957183223,34.908072943003624],[107.5522397399511,34.90807233166228],[107.55224012034128,34.90807143333013],[107.5522406229997,34.908070563866865],[107.55224099659719,34.90807007479379],[107.55224151963368,34.90806953137926],[107.55224249249663,34.908068722295425],[107.55224366117328,34.90806778775644],[107.55224799507195,34.90807420407334],[107.55224780252881,34.90807432671059],[107.5522434938553,34.90806795306181]]},
{"type":"LineString","coordinates":[[107.55236123642315,34.9080191785895],[107.55236189013073,34.90802037329644],[107.55236236350518,34.90802172579487],[107.5523625438383,34.908022785251966],[107.55236261146322,34.908023844709064],[107.55236250227718,34.90802512324274],[107.55236222825533,34.90802636937279],[107.55236173233925,34.908027518996455],[107.55236130404808,34.908028375578795],[107.55236062779886,34.90802923216113],[107.55235997409129,34.908029953493624],[107.55235924289683,34.9080305776153],[107.55235889068372,34.9080308297999],[107.55235851874666,34.90803106366942],[107.55235393997594,34.90802391092514],[107.55235430627759,34.90802367423791],[107.55235885968895,34.908030791760886]]},
{"type":"LineString","coordinates":[[107.55224117384115,34.90802626641651],[107.55223584596348,34.90801795338164],[107.55223542089254,34.908018228711676],[107.5522407713118,34.908026587634915],[107.55224119678525,34.90802629036704],[107.55224161662329,34.90802598182834],[107.55224191107347,34.90802575218538],[107.55224254083056,34.90802520977716],[107.55224319453814,34.90802447717385],[107.55224392714143,34.90802350788333],[107.55224433289095,34.90802284290494],[107.55224468228639,34.9080221441141],[107.55224489643196,34.9080215805731],[107.55224529091069,34.90802043094944],[107.55224544870217,34.90801934895072],[107.55224553886873,34.908017703410984],[107.55224543743135,34.90801661014144],[107.55224511057756,34.90801516747647],[107.5522445928241,34.90801390232687],[107.55224439558474,34.90801349375964],[107.55224422652243,34.90801318662979],[107.55224396236274,34.908012748476715],[107.55224426103952,34.908013175359024],[107.55224446673198,34.90801345712953],[107.5522451514343,34.90801423481614],[107.55224589530843,34.908014944877806],[107.5522469434947,34.90801572256439],[107.55224811002458,34.908016398813594],[107.55224909058592,34.90801675384443],[107.55224988517874,34.90801699053165],[107.55225120386469,34.908017244125105],[107.55225226895719,34.90801727793757],[107.5522534523933,34.90801722721888],[107.55225475417302,34.90801697362542],[107.55225621444859,34.90801649743323],[107.55225717176393,34.908016009970304],[107.55225744015027,34.90801585499653],[107.55225786562373,34.90801558731455],[107.55225251198414,34.90800726099609],[107.55225207805756,34.90800753713118],[107.55225741760866,34.908015843725664]]},
{"type":"LineString","coordinates":[[107.55236123642315,34.9080191785895],[107.55236189013073,34.90802037329644],[107.55236236350518,34.90802172579487],[107.5523625438383,34.908022785251966],[107.55236261146322,34.908023844709064],[107.55236250227718,34.90802512324274],[107.55236222825533,34.90802636937279],[107.55236173233925,34.908027518996455],[107.55236130404808,34.908028375578795],[107.55236062779886,34.90802923216113],[107.55235997409129,34.908029953493624],[107.55235924289683,34.9080305776153],[107.55235889068372,34.9080308297999],[107.55235851874666,34.90803106366942],[107.55235393997594,34.90802391092514],[107.55235430627759,34.90802367423791],[107.55235885968895,34.908030791760886]]},
{"type":"LineString","coordinates":[[107.5524011584317,34.90799345461583],[107.5524019924724,34.90799462678113],[107.55240307447114,34.90799561861331],[107.55240440442793,34.90799643011237],[107.55240571184308,34.90799701619502],[107.55240715450806,34.90799730923634],[107.55240859717304,34.907997354319626],[107.55240994967147,34.907997219069784],[107.55241139233647,34.90799681332025],[107.55241272229325,34.907996170883514],[107.5524130885949,34.907995934196286],[107.55240849080468,34.907988796949375],[107.55240812098089,34.90798902941004],[107.5524126941162,34.90799615538612]]},
{"type":"LineString","coordinates":[[107.55222454007149,34.90809739129306],[107.55222929647037,34.90809423253296],[107.55222900433071,34.90809387648774],[107.55222416576754,34.90809705350658],[107.55222472874503,34.908097923839335],[107.5522253617143,34.90809867853346],[107.55222637203063,34.90809955495245],[107.55222740669194,34.90810012705929],[107.5522285752506,34.908100601786245],[107.5522296951193,34.908100820890986],[107.55223103409276,34.90810085740845],[107.55223210527151,34.90810073568359],[107.55223329817514,34.908100346164034],[107.55223434500893,34.9080997740572],[107.55223339555502,34.908100528751326],[107.55223261651592,34.908101405170314],[107.55223194702916,34.908102354624205],[107.55223144795723,34.908103511010374],[107.55223118016254,34.90810471608648],[107.5522311071276,34.908105969852535],[107.55223124102494,34.90810715058367],[107.55223156968206,34.90810830696984],[107.55223211744394,34.90810941466606],[107.55223232437619,34.90810968246075],[107.55223827672181,34.908105872472646],[107.55223806978955,34.908105562074255],[107.55223216004761,34.908109365976124]]},
{"type":"LineString","coordinates":[[107.55218384683187,34.90806183843075],[107.55219815436922,34.908052619772974],[107.55219781586281,34.90805194276017],[107.55218337856466,34.90806111064198],[107.55218384683187,34.9080618271472],[107.55218561270691,34.90806401051351],[107.55218784684918,34.90806594000003],[107.55219038564722,34.908067530980134],[107.5521931275491,34.90806861420063],[107.55219593715226,34.90806915581088],[107.55219911911247,34.90806922351216],[107.55220179331309,34.908068851155114],[107.5522043998124,34.908067937187816],[107.55220714171429,34.908066583162196],[107.55220477216945,34.908068309544866],[107.55220274113101,34.90807044213522],[107.55220121785219,34.908072947082616],[107.55220016848239,34.908075655133864],[107.55219945761893,34.90807843088639],[107.55219925451509,34.908081443593396],[107.55219962687214,34.908084151644644],[107.55220047313814,34.90808709665037],[107.55220172561185,34.90808966929905],[107.55220220710196,34.90809040202437],[107.55221645064046,34.90808120663892],[107.55221604443278,34.90808052962611],[107.55220173107732,34.908089665772934]]},
{"type":"LineString","coordinates":[[107.55364771709425,34.90715510229168],[107.55363053154693,34.90716605244511],[107.55362994762338,34.90716557007348],[107.55364723895394,34.90715437397395],[107.55364772767258,34.907155103878395],[107.55364872097731,34.90715698893599],[107.55364948261673,34.90715901997445],[107.55364982535447,34.90716036553742],[107.55365010462226,34.907162180778045],[107.55365016809222,34.907163551729006],[107.55365016809222,34.9071655319915],[107.55364991421241,34.90716756302996],[107.55364930490087,34.90716934018861],[107.55364788317395,34.907172792953986],[107.55364600446339,34.9071748747684],[107.5536445319605,34.90717652498714],[107.55364237398214,34.907178200593876],[107.55364458273647,34.907177007358776],[107.55364694381868,34.90717609339147],[107.55364897485713,34.90717568718378],[107.55365146287924,34.90717545869195],[107.55365308771,34.907175534855895],[107.5536553218523,34.90717586489965],[107.55365803836625,34.907176651927045],[107.55365986630086,34.90717756589435],[107.55366240509893,34.90717939382897],[107.55366414100214,34.90718108847667],[107.55366559763755,34.90718293862577],[107.55366606096815,34.907183608233765],[107.55365343573688,34.90719179162622],[107.55365284335066,34.90719113153872],[107.55366559446405,34.907182944972774]]},
{"type":"LineString","coordinates":[[107.55266342750123,34.907419419992145],[107.5526478439192,34.907415941088516],[107.55264450798421,34.90743152467054],[107.55264260173566,34.90743123873325],[107.55264598532686,34.90741551218259],[107.55264771286461,34.90741595300257],[107.55264822516892,34.90741414206643],[107.55266396363369,34.9074177162825],[107.55266360621208,34.907419312765676]]},
{"type":"LineString","coordinates":[[107.552645115601,34.90741938425],[107.5526444722421,34.90741926510946],[107.55264492497614,34.90741716823604],[107.55264556833502,34.90741723972036]]},
{"type":"LineString","coordinates":[[107.55264504411667,34.90741969401539],[107.55264401950807,34.907419503390535],[107.55264463903885,34.90741664401769],[107.55264563981935,34.907416882298755]]},
{"type":"LineString","coordinates":[[107.55260084893494,34.907455448090104],[107.55260404190129,34.907439769195655],[107.55261967313953,34.907443343411714],[107.55262005438924,34.90744153247557],[107.55260442315101,34.907437958259514],[107.55260405381534,34.90743972749647],[107.55260220118002,34.90743941177405],[107.55259891885824,34.90745513236767],[107.55260081319274,34.90745552553144]]},
{"type":"LineString","coordinates":[[107.55260613281766,34.907438327595194],[107.5526062757863,34.90743767827928],[107.5526083905308,34.907438154841415],[107.55260824160514,34.90743880415734]]},
{"type":"LineString","coordinates":[[107.55260575752497,34.90743825611087],[107.55260599580605,34.907437225545245],[107.55260883135078,34.907437862947106],[107.55260859902674,34.90743888755571]]},
{"type":"LineString","coordinates":[[107.55361221440288,34.90728720319664],[107.55360843014647,34.90728129147269],[107.5536087313808,34.90728112202838],[107.55361257211867,34.90728709023376],[107.55361223793682,34.90728729733237],[107.55361157427991,34.90728765975493],[107.55361084472798,34.90728793745534],[107.55361030344753,34.907288102192865],[107.55360953624132,34.90728824810325],[107.55360883493012,34.90728830929148],[107.5536082912963,34.90728831164487],[107.55360745819507,34.90728822692271],[107.55360668628207,34.90728805747839],[107.55360602733195,34.90728783625942],[107.55360517069678,34.907287436182564],[107.55360460117558,34.90728709258714],[107.55360377278114,34.90728644305059],[107.55360321738033,34.907285868822626],[107.55360262432522,34.9072850686689],[107.55360307617673,34.907285840581906],[107.55360341506537,34.90728671604421],[107.55360359392326,34.90728739382148],[107.55360372571327,34.90728821280235],[107.55360376807435,34.90728912591894],[107.5536036127504,34.90729034026989],[107.55360321738031,34.907291582861546],[107.5536028361306,34.907292345360965],[107.5536020895165,34.90729343836509],[107.55360122640957,34.907294308090975],[107.5536006474748,34.90729473699688],[107.55360034565211,34.90729493468194],[107.55359652256475,34.90728897236006],[107.55359682968258,34.907288792325474],[107.55360062894185,34.907294699048435]]},
{"type":"LineString","coordinates":[[107.55340106246993,34.90736430741933],[107.55339727821352,34.90735839569538],[107.55339757944786,34.90735822625107],[107.55340142018572,34.90736419445645],[107.55340108600387,34.90736440155506],[107.55340042234697,34.90736476397762],[107.55339969279504,34.90736504167803],[107.55339915151458,34.907365206415555],[107.55339838430838,34.90736535232594],[107.55339768299717,34.90736541351417],[107.55339713936335,34.90736541586756],[107.55339630626213,34.9073653311454],[107.55339553434912,34.90736516170108],[107.55339487539901,34.90736494048211],[107.55339401876384,34.907364540405254],[107.55339344924263,34.90736419680983],[107.5533926208482,34.90736354727328],[107.55339206544738,34.907362973045316],[107.55339147239228,34.90736217289159],[107.55339192424378,34.907362944804596],[107.55339226313242,34.9073638202669],[107.55339244199031,34.90736449804417],[107.55339257378033,34.90736531702504],[107.55339261614141,34.90736623014163],[107.55339246081745,34.90736744449258],[107.55339206544737,34.90736868708424],[107.55339168419765,34.907369449583655],[107.55339093758356,34.90737054258778],[107.55339007447662,34.907371412313665],[107.55338949554185,34.90737184121957],[107.55338919371917,34.90737203890463],[107.5533853706318,34.90736607658275],[107.55338567774963,34.907365896548164],[107.5533894770089,34.907371803271126]]},
{"type":"LineString","coordinates":[[107.55340794065388,34.90741381026171],[107.55340415639748,34.90740789853776],[107.55340445763181,34.90740772909345],[107.55340829836967,34.90741369729883],[107.55340796418783,34.90741390439744],[107.55340730053092,34.90741426682],[107.55340657097899,34.90741454452041],[107.55340602969854,34.907414709257935],[107.55340526249233,34.90741485516832],[107.55340456118113,34.90741491635655],[107.55340401754731,34.90741491870994],[107.55340318444608,34.90741483398778],[107.55340241253307,34.90741466454346],[107.55340175358296,34.90741444332449],[107.55340089694779,34.907414043247634],[107.55340032742659,34.90741369965221],[107.55339949903215,34.90741305011566],[107.55339894363134,34.907412475887696],[107.55339835057623,34.90741167573397],[107.55339880242774,34.907412447646976],[107.55339914131638,34.90741332310928],[107.55339932017426,34.90741400088655],[107.55339945196428,34.90741481986742],[107.55339949432536,34.90741573298401],[107.5533993390014,34.90741694733496],[107.55339894363132,34.90741818992662],[107.5533985623816,34.907418952426035],[107.55339781576751,34.90742004543016],[107.55339695266058,34.907420915156045],[107.5533963737258,34.90742134406195],[107.55339607190312,34.90742154174701],[107.55339224881575,34.90741557942513],[107.55339255593358,34.907415399390544],[107.55339635519286,34.907421306113505]]},
{"type":"LineString","coordinates":[[107.55320895027275,34.90753719082475],[107.55320516601634,34.9075312791008],[107.55320546725068,34.90753110965649],[107.55320930798854,34.90753707786187],[107.55320897380669,34.907537284960476],[107.55320831014978,34.90753764738304],[107.55320758059786,34.907537925083446],[107.5532070393174,34.907538089820974],[107.5532062721112,34.90753823573136],[107.55320557079999,34.90753829691959],[107.55320502716617,34.90753829927298],[107.55320419406495,34.90753821455082],[107.55320342215194,34.9075380451065],[107.55320276320182,34.90753782388753],[107.55320190656666,34.90753742381067],[107.55320133704545,34.90753708021525],[107.55320050865102,34.9075364306787],[107.5531999532502,34.907535856450735],[107.5531993601951,34.90753505629701],[107.5531998120466,34.907535828210015],[107.55320015093524,34.90753670367232],[107.55320032979313,34.907537381449586],[107.55320046158315,34.90753820043046],[107.55320050394423,34.90753911354705],[107.55320034862027,34.907540327898],[107.55319995325019,34.907541570489656],[107.55319957200047,34.907542332989074],[107.55319882538637,34.9075434259932],[107.55319796227944,34.907544295719084],[107.55319738334467,34.90754472462499],[107.55319708152199,34.90754492231005],[107.55319325843462,34.907538959988166],[107.55319356555245,34.90753877995358],[107.55319736481172,34.907544686676545]]},
{"type":"LineString","coordinates":[[107.5534160747654,34.90734085585544],[107.55341984019458,34.90734672992497],[107.55341952640882,34.907346930747856],[107.55341569822248,34.90734095626688],[107.55341602455967,34.90734076799542],[107.55341673999122,34.90734037890107],[107.55341749307705,34.90734011532103],[107.55341867291153,34.907339801535265],[107.55341961426883,34.90733973877811],[107.55342056817756,34.90733978898383],[107.55342127105767,34.907339889395274],[107.55342202414352,34.90734011532103],[107.55342315377227,34.90734061737825],[107.55342373113808,34.90734103157546],[107.55342450932677,34.907341659146994],[107.55342509924401,34.907342249064236],[107.55342563895553,34.90734298959864],[107.55342518710403,34.90734218630708],[107.55342487331826,34.907341420669816],[107.55342467249537,34.90734075544399],[107.55342458463537,34.90734020318104],[107.55342450932677,34.90733938733805],[107.55342457208393,34.90733840832646],[107.55342468504678,34.9073376050349],[107.55342497372969,34.90733668878046],[107.55342532516978,34.90733591059175],[107.55342576446985,34.907335157505905],[107.55342630418137,34.90733446717722],[107.55342719533294,34.907333601128514],[107.55342764718445,34.90733331244561],[107.55342793586735,34.90733311162271],[107.55343174522653,34.90733908610369],[107.55343143771648,34.907339274375154],[107.55342763306408,34.90733334539309]]},
{"type":"LineString","coordinates":[[107.55351361820858,34.90727850034798],[107.55351738363777,34.90728437441751],[107.553517069852,34.907284575240396],[107.55351324166567,34.90727860075942],[107.55351356800286,34.90727841248796],[107.55351428343441,34.90727802339361],[107.55351503652024,34.90727775981357],[107.55351621635472,34.907277446027805],[107.55351715771202,34.90727738327065],[107.55351811162075,34.907277433476374],[107.55351881450086,34.907277533887815],[107.5535195675867,34.90727775981357],[107.55352069721546,34.90727826187079],[107.55352127458127,34.907278676068],[107.55352205276996,34.907279303639534],[107.5535226426872,34.907279893556776],[107.55352318239872,34.90728063409118],[107.55352273054721,34.907279830799624],[107.55352241676145,34.907279065162356],[107.55352221593856,34.90727839993653],[107.55352212807855,34.90727784767358],[107.55352205276996,34.90727703183059],[107.55352211552712,34.907276052819],[107.55352222848997,34.90727524952744],[107.55352251717288,34.907274333273],[107.55352286861297,34.90727355508429],[107.55352330791304,34.907272801998445],[107.55352384762456,34.90727211166976],[107.55352473877613,34.907271245621054],[107.55352519062764,34.90727095693815],[107.55352547931054,34.90727075611525],[107.55352928866972,34.90727673059623],[107.55352898115967,34.907276918867694],[107.55352517650726,34.90727098988563]]},
{"type":"LineString","coordinates":[[107.55304356713087,34.90762870252119],[107.55304733256006,34.907634576590716],[107.5530470187743,34.907634777413605],[107.55304319058796,34.90762880293263],[107.55304351692514,34.90762861466117],[107.5530442323567,34.90762822556682],[107.55304498544253,34.907627961986776],[107.55304616527701,34.907627648201014],[107.55304710663431,34.90762758544386],[107.55304806054303,34.90762763564958],[107.55304876342315,34.90762773606102],[107.55304951650899,34.907627961986776],[107.55305064613775,34.907628464044],[107.55305122350356,34.90762887824121],[107.55305200169225,34.90762950581274],[107.55305259160949,34.907630095729985],[107.55305313132101,34.90763083626439],[107.5530526794695,34.90763003297283],[107.55305236568374,34.907629267335565],[107.55305216486084,34.90762860210974],[107.55305207700084,34.90762804984679],[107.55305200169225,34.9076272340038],[107.5530520644494,34.90762625499221],[107.55305217741225,34.907625451700646],[107.55305246609517,34.90762453544621],[107.55305281753526,34.9076237572575],[107.55305325683533,34.907623004171654],[107.55305379654685,34.90762231384297],[107.55305468769842,34.90762144779426],[107.55305513954993,34.90762115911136],[107.55305542823282,34.90762095828846],[107.55305923759201,34.90762693276944],[107.55305893008196,34.9076271210409],[107.55305512542955,34.90762119205884]]},
{"type":"LineString","coordinates":[[107.55310677692016,34.90752834206628],[107.55310299266375,34.90752243034233],[107.55310329389809,34.90752226089802],[107.55310713463595,34.9075282291034],[107.5531068004541,34.90752843620201],[107.5531061367972,34.90752879862457],[107.55310540724527,34.90752907632498],[107.55310486596481,34.907529241062505],[107.55310409875861,34.90752938697289],[107.5531033974474,34.90752944816112],[107.55310285381358,34.90752945051451],[107.55310202071236,34.90752936579235],[107.55310124879935,34.90752919634803],[107.55310058984924,34.90752897512906],[107.55309973321407,34.907528575052204],[107.55309916369286,34.90752823145678],[107.55309833529843,34.90752758192023],[107.55309777989761,34.907527007692266],[107.5530971868425,34.90752620753854],[107.55309763869401,34.907526979451546],[107.55309797758265,34.90752785491385],[107.55309815644054,34.90752853269112],[107.55309828823056,34.90752935167199],[107.55309833059164,34.90753026478858],[107.55309817526768,34.90753147913953],[107.5530977798976,34.90753272173119],[107.55309739864788,34.907533484230605],[107.55309665203379,34.90753457723473],[107.55309578892685,34.907535446960615],[107.55309520999208,34.90753587586652],[107.5530949081694,34.90753607355158],[107.55309108508203,34.9075301112297],[107.55309139219986,34.907529931195114],[107.55309519145914,34.907535837918076]]},
{"type":"LineString","coordinates":[[107.55299468009312,34.907597324729096],[107.55299089583671,34.90759141300515],[107.55299119707105,34.90759124356084],[107.55299503780891,34.907597211766216],[107.55299470362706,34.907597418864825],[107.55299403997016,34.907597781287386],[107.55299331041823,34.907598058987794],[107.55299276913777,34.90759822372532],[107.55299200193157,34.90759836963571],[107.55299130062036,34.90759843082394],[107.55299075698655,34.90759843317733],[107.55298992388532,34.90759834845517],[107.55298915197231,34.90759817901085],[107.5529884930222,34.90759795779188],[107.55298763638703,34.90759755771502],[107.55298706686582,34.9075972141196],[107.55298623847139,34.907596564583045],[107.55298568307057,34.907595990355084],[107.55298509001547,34.907595190201356],[107.55298554186697,34.907595962114364],[107.55298588075561,34.90759683757667],[107.5529860596135,34.907597515353935],[107.55298619140352,34.90759833433481],[107.5529862337646,34.9075992474514],[107.55298607844064,34.907600461802346],[107.55298568307056,34.907601704394004],[107.55298530182084,34.90760246689342],[107.55298455520675,34.907603559897545],[107.55298369209982,34.90760442962343],[107.55298311316504,34.90760485852934],[107.55298281134236,34.9076050562144],[107.55297898825499,34.907599093892514],[107.55297929537282,34.90759891385793],[107.5529830946321,34.90760482058089]]},
{"type":"LineString","coordinates":[[107.55245073325194,34.90800714462889],[107.55244694899554,34.908001232904944],[107.55244725022987,34.90800106346063],[107.55245109096774,34.90800703166601],[107.55245075678589,34.90800723876462],[107.55245009312898,34.90800760118718],[107.55244936357705,34.90800787888759],[107.5524488222966,34.90800804362512],[107.5524480550904,34.9080081895355],[107.55244735377919,34.90800825072373],[107.55244681014537,34.90800825307712],[107.55244597704414,34.90800816835496],[107.55244520513114,34.90800799891064],[107.55244454618102,34.90800777769167],[107.55244368954585,34.908007377614815],[107.55244312002465,34.90800703401939],[107.55244229163021,34.90800638448284],[107.5524417362294,34.90800581025488],[107.55244114317429,34.90800501010115],[107.5524415950258,34.90800578201416],[107.55244193391444,34.90800665747646],[107.55244211277233,34.90800733525373],[107.55244224456234,34.9080081542346],[107.55244228692342,34.908009067351195],[107.55244213159946,34.90801028170214],[107.55244173622938,34.9080115242938],[107.55244135497966,34.908012286793216],[107.55244060836557,34.90801337979734],[107.55243974525864,34.90801424952323],[107.55243916632386,34.90801467842913],[107.55243886450118,34.908014876114194],[107.55243504141382,34.90800891379231],[107.55243534853165,34.908008733757725],[107.55243914779092,34.90801464048069]]},
{"type":"LineString","coordinates":[[107.55264087409029,34.90788921687783],[107.55263708983388,34.90788330515388],[107.55263739106822,34.90788313570957],[107.55264123180608,34.90788910391495],[107.55264089762423,34.907889311013555],[107.55264023396732,34.90788967343612],[107.5526395044154,34.907889951136525],[107.55263896313494,34.90789011587405],[107.55263819592874,34.90789026178444],[107.55263749461753,34.90789032297267],[107.55263695098371,34.90789032532606],[107.55263611788249,34.9078902406039],[107.55263534596948,34.90789007115958],[107.55263468701936,34.90788984994061],[107.5526338303842,34.90788944986375],[107.55263326086299,34.90788910626833],[107.55263243246856,34.907888456731776],[107.55263187706774,34.907887882503815],[107.55263128401263,34.907887082350086],[107.55263173586414,34.907887854263095],[107.55263207475278,34.9078887297254],[107.55263225361067,34.907889407502665],[107.55263238540068,34.90789022648354],[107.55263242776176,34.90789113960013],[107.5526322724378,34.90789235395108],[107.55263187706772,34.907893596542735],[107.552631495818,34.90789435904215],[107.55263074920391,34.907895452046276],[107.55262988609698,34.907896321772164],[107.5526293071622,34.90789675067807],[107.55262900533953,34.90789694836313],[107.55262518225216,34.907890986041245],[107.55262548936999,34.90789080600666],[107.55262928862926,34.907896712729624]]},
{"type":"LineString","coordinates":[[107.55345585848464,34.906962424770335],[107.55344991470135,34.90696623747756],[107.55344971607023,34.906965931114335],[107.55345567837,34.906962104940604],[107.55345587700111,34.90696242813698],[107.55345626248013,34.90696315701213],[107.55345661260952,34.906964045802155],[107.55345680114074,34.90696501539128],[107.55345689540636,34.906965971513884],[107.5534568550068,34.90696695456952],[107.55345673380819,34.906967675028106],[107.55345653181045,34.90696824062176],[107.55345618168104,34.90696925061043],[107.55345573728603,34.9069700047353],[107.55345530635753,34.90697058379547],[107.5534547676969,34.90697114938912],[107.55345366344264,34.90697203817915],[107.55345470036433,34.9069714725855],[107.55345572381951,34.90697112245609],[107.55345696273895,34.906970920458356],[107.55345798619413,34.906970933924875],[107.55345900964932,34.90697108205654],[107.55345992537238,34.906971351386844],[107.5534609757606,34.906971809248375],[107.55346191841669,34.906972536440215],[107.55346248948106,34.90697300987249],[107.55346299573793,34.9069735598954],[107.55346324697257,34.90697388856262],[107.55346353103195,34.906974320753534],[107.55345755779065,34.906978145664795],[107.55345736378865,34.9069778426682],[107.55346330252193,34.906974019861146]]},
{"type":"LineString","coordinates":[[107.55292486524826,34.907408517141384],[107.5529189821876,34.90741226759254],[107.55291881672653,34.90741197343951],[107.5529247365563,34.90740813106553],[107.55292496636335,34.9074085079491],[107.55292542597746,34.90740941798504],[107.5529257201305,34.90741038317468],[107.55292585801473,34.90741093471161],[107.55292594074527,34.90741168847876],[107.55292595912984,34.90741230436167],[107.55292591316842,34.90741290186002],[107.55292570174595,34.90741406927986],[107.55292540759291,34.907414786277876],[107.55292503990162,34.907415650352405],[107.55292441482644,34.90741657877292],[107.55292382652037,34.907417203848105],[107.55292270506195,34.90741810469177],[107.5529234036754,34.9074176726545],[107.55292446078785,34.907417259001804],[107.55292499394022,34.90741713030985],[107.55292551790032,34.90741704757931],[107.55292654743594,34.90741695565649],[107.55292777920177,34.90741708434844],[107.55292882712195,34.90741730496322],[107.55292944070673,34.90741760141433],[107.55293000143595,34.90741789097122],[107.55293042198286,34.90741815295126],[107.55293116655773,34.907418711382405],[107.5529319019403,34.9074194375727],[107.55293238913126,34.90742009022474],[107.55293258216919,34.90742038437777],[107.5529266194421,34.90742419917491],[107.55292642027598,34.9074238927655],[107.55293235236215,34.90742009022475]]},
{"type":"LineString","coordinates":[[107.55279349209437,34.90736881000057],[107.55279878943429,34.907377064311],[107.55279835897694,34.90737733770958],[107.55279300346712,34.90736899614429],[107.55279351794768,34.907368691075426],[107.55279438661836,34.90736822571614],[107.55279523202107,34.90736786894068],[107.55279617825163,34.90736757421313],[107.55279742696572,34.907367357045466],[107.5527984895361,34.907367279485584],[107.5528000484897,34.907367380313424],[107.55280130495979,34.907367659529],[107.55280243733405,34.90736807835236],[107.5528035852203,34.90736865229549],[107.55280474861853,34.90736941238233],[107.55280557075328,34.90737020349313],[107.55280612918443,34.90737079294822],[107.55280691253924,34.907371855518605],[107.55280648595989,34.907371126455715],[107.55280605938054,34.907370234517074],[107.552805756897,34.90736933482245],[107.55280543114547,34.907367962012536],[107.55280533807361,34.907366519398735],[107.5528054931934,34.90736454937774],[107.55280594304071,34.90736307573998],[107.55280651439855,34.90736183736719],[107.55280725121743,34.90736061967704],[107.55280811213213,34.907359626910555],[107.55280922640902,34.90735860312014],[107.55280968918296,34.90735829288061],[107.55281012093297,34.90735802142102],[107.55281546222356,34.907366369449655],[107.55281503305888,34.90736663573858],[107.55280974088963,34.90735840922041]]},
{"type":"LineString","coordinates":[[107.55273041005685,34.907409368648366],[107.55273570739678,34.907417622958796],[107.55273527693943,34.90741789635738],[107.5527299214296,34.90740955479209],[107.55273043591016,34.90740924972322],[107.55273130458085,34.90740878436394],[107.55273214998356,34.90740842758848],[107.55273309621411,34.90740813286093],[107.55273434492821,34.90740791569326],[107.55273540749859,34.90740783813338],[107.55273696645219,34.90740793896122],[107.55273822292227,34.9074082181768],[107.55273935529654,34.90740863700016],[107.55274050318279,34.907409210943285],[107.55274166658101,34.90740997103013],[107.55274248871577,34.90741076214093],[107.55274304714692,34.90741135159602],[107.55274383050173,34.9074124141664],[107.55274340392238,34.90741168510351],[107.55274297734303,34.90741079316487],[107.55274267485949,34.907409893470245],[107.55274234910796,34.90740852066033],[107.5527422560361,34.90740707804653],[107.55274241115589,34.907405108025536],[107.5527428610032,34.90740363438778],[107.55274343236104,34.90740239601499],[107.55274416917992,34.90740117832484],[107.55274503009461,34.90740018555835],[107.55274614437151,34.907399161767934],[107.55274660714545,34.907398851528406],[107.55274703889546,34.907398580068815],[107.55275238018605,34.90740692809745],[107.55275195102136,34.90740719438638],[107.55274665885212,34.907398967868204]]},
{"type":"LineString","coordinates":[[107.55290088347,34.907601596292544],[107.5528955512275,34.907593288901],[107.55289512707184,34.90759356157249],[107.5529004699183,34.907601903805386],[107.55290089710364,34.90760162734679],[107.5529014401744,34.9076012274286],[107.5529017628356,34.907600963846164],[107.55290221728809,34.90760054574987],[107.55290280504664,34.90759994587259],[107.55290330797406,34.9075993096391],[107.55290377454529,34.90759861281196],[107.55290416840411,34.90759790992544],[107.55290450166927,34.90759717068273],[107.55290480463759,34.90759631631205],[107.55290510760592,34.90759520744798],[107.55290526514945,34.90759376531875],[107.55290521667452,34.907592589801645],[107.552905059131,34.90759153547187],[107.55290476828141,34.907590299361104],[107.55290425929462,34.907589111725265],[107.5529037018329,34.907588105870424],[107.55290441683815,34.90758907536907],[107.55290499853734,34.90758975401812],[107.55290564083019,34.907590347836035],[107.55290631947923,34.90759082046662],[107.55290719202802,34.90759139004708],[107.55290804033932,34.90759178996527],[107.55290890076935,34.907592153527254],[107.55290985814926,34.90759243225811],[107.5529111821209,34.90759261100943],[107.55291224553966,34.90759263221721],[107.55291354830347,34.907592511029875],[107.55291466928627,34.90759227471458],[107.55291566302238,34.90759195356816],[107.55291652345242,34.90759155364997],[107.55291714150775,34.90759120220671],[107.55291757475246,34.90759092347585],[107.5529122182725,34.90758260093594],[107.5529118001762,34.907582867548065],[107.55291712787417,34.907591180998935]]},
{"type":"LineString","coordinates":[[107.55296753650165,34.907558914114816],[107.55296220425915,34.90755060672327],[107.55296178010349,34.90755087939476],[107.55296712294995,34.90755922162766],[107.55296755013529,34.907558945169065],[107.55296809320605,34.90755854525087],[107.55296841586726,34.907558281668436],[107.55296887031975,34.907557863572144],[107.5529694580783,34.90755726369486],[107.55296996100572,34.907556627461375],[107.55297042757694,34.90755593063423],[107.55297082143576,34.907555227747714],[107.55297115470093,34.907554488505],[107.55297145766924,34.907553634134324],[107.55297176063758,34.907552525270255],[107.5529719181811,34.90755108314102],[107.55297186970617,34.90754990762392],[107.55297171216266,34.907548853294145],[107.55297142131306,34.907547617183376],[107.55297091232627,34.90754642954754],[107.55297035486456,34.907545423692696],[107.5529710698698,34.90754639319134],[107.552971651569,34.90754707184039],[107.55297229386184,34.907547665658306],[107.55297297251089,34.907548138288895],[107.55297384505967,34.90754870786935],[107.55297469337097,34.90754910778754],[107.552975553801,34.907549471349526],[107.55297651118092,34.907549750080385],[107.55297783515255,34.9075499288317],[107.55297889857131,34.90754995003948],[107.55298020133512,34.90754982885215],[107.55298132231792,34.90754959253685],[107.55298231605403,34.90754927139043],[107.55298317648408,34.907548871472244],[107.5529837945394,34.90754852002898],[107.55298422778411,34.90754824129812],[107.55297887130415,34.90753991875821],[107.55297845320786,34.90754018537034],[107.55298378090582,34.90754849882121]]},
{"type":"LineString","coordinates":[[107.55208779144318,34.90782237752485],[107.55209308878311,34.90783063183528],[107.55209265832576,34.907830905233865],[107.55208730281593,34.907822563668574],[107.5520878172965,34.90782225859971],[107.55208868596718,34.90782179324042],[107.55208953136989,34.907821436464964],[107.55209047760044,34.907821141737415],[107.55209172631454,34.90782092456975],[107.55209278888492,34.907820847009866],[107.55209434783852,34.907820947837706],[107.5520956043086,34.90782122705328],[107.55209673668287,34.907821645876645],[107.55209788456912,34.90782221981977],[107.55209904796735,34.90782297990661],[107.5520998701021,34.90782377101741],[107.55210042853325,34.9078243604725],[107.55210121188806,34.90782542304289],[107.55210078530871,34.90782469398],[107.55210035872936,34.90782380204136],[107.55210005624582,34.90782290234673],[107.55209973049429,34.90782152953682],[107.55209963742243,34.90782008692302],[107.55209979254222,34.90781811690202],[107.55210024238953,34.90781664326426],[107.55210081374737,34.90781540489147],[107.55210155056625,34.907814187201325],[107.55210241148094,34.90781319443484],[107.55210352575784,34.90781217064442],[107.55210398853178,34.90781186040489],[107.5521044202818,34.9078115889453],[107.55210976157238,34.90781993697394],[107.5521093324077,34.907820203262865],[107.55210404023845,34.90781197674469]]},
{"type":"LineString","coordinates":[[107.55256770291962,34.90747065367406],[107.55257151385825,34.90747659369386],[107.5525712098258,34.90747679068867],[107.55256738863889,34.90747083472709],[107.55256769267133,34.90747064000968],[107.55256801881345,34.90747045136531],[107.55256830121063,34.907470323831106],[107.55256856538864,34.90747019326036],[107.55256879920135,34.90747009912797],[107.55256912410995,34.90746998373987],[107.55256951582217,34.90746985620566],[107.55257016260283,34.90746971652534],[107.55257087922365,34.90746963453906],[107.55257151689469,34.90746961328337],[107.55257199970278,34.90746964061213],[107.55257260397204,34.90746972563494],[107.55257327200839,34.907469874424855],[107.55257409490774,34.9074701537855],[107.55257489655135,34.9074705424612],[107.55257548563796,34.90747092506383],[107.55257620225876,34.90747152629654],[107.55257676098007,34.907472109310085],[107.55257731666485,34.90747286540577],[107.55257688851428,34.907472109310085],[107.55257670632255,34.90747167812299],[107.55257654235,34.90747124086283],[107.55257639052353,34.90747070947029],[107.55257634193906,34.907470445292276],[107.55257625691625,34.90746994122848],[107.55257621440485,34.90746948574915],[107.55257620225873,34.90746885415115],[107.55257624477014,34.907468204333966],[107.55257632979294,34.90746773063547],[107.55257640266967,34.907467317667546],[107.55257659700752,34.907466734654],[107.55257682171064,34.90746610912906],[107.55257713750964,34.90746552611552],[107.55257756869675,34.907464845933056],[107.5525780059569,34.907464287211745],[107.55257852823986,34.90746380136713],[107.55257891084253,34.907463473422006],[107.55257929002904,34.90746319406135],[107.55257960089368,34.90746299820524],[107.55258342312442,34.90746895132006],[107.552583116435,34.907469145657906],[107.552579312803,34.90746322025141]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,108 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55243250649312,34.90715643688628],[107.55246106002511,34.90717785203526],[107.55251340816727,34.90717547257435],[107.5527680104949,34.90703270491389],[107.55325817946203,34.90673289282728],[107.5532986302992,34.90668530360705],[107.55327959461113,34.906651991152955],[107.55323914377396,34.90663057600398],[107.55314634479481,34.906618678698976],[107.55267045259359,34.906923249707745],[107.55244202433704,34.90705887898497],[107.55241585026596,34.90710646820503],[107.55243250649312,34.90715643688628]]]},
{"type":"Polygon","coordinates":[[[107.55178557863479,34.9074891807133],[107.5517970000476,34.907527727981574],[107.5518298366095,34.90755913686684],[107.5519112141759,34.9075577091902],[107.55204541577666,34.90746776556432],[107.55225813959049,34.90734355769973],[107.55236093230599,34.9072721738695],[107.55236521533573,34.9072321989247],[107.5523466555399,34.9071993623628],[107.55232238503766,34.907180802566984],[107.5522667056502,34.90717080883064],[107.5521967494966,34.90720507306918],[107.55191835255891,34.90737782193827],[107.55180271075398,34.90745348879824],[107.55178557863479,34.9074891807133]]]},
{"type":"Polygon","coordinates":[[[107.5517641634857,34.90798743984783],[107.5520140068914,34.90783896148116],[107.55184554105205,34.90764479746315],[107.55173418227707,34.907533438688006],[107.55165566006394,34.907537721717745],[107.55158142088044,34.90757912433935],[107.55152716916962,34.9076362314035],[107.5515028986672,34.90768477240795],[107.55152003078655,34.90771760896985],[107.5517641634857,34.90798743984783]]]},
{"type":"Polygon","coordinates":[[[107.5519440507378,34.9081773208361],[107.55198973638915,34.90816732709999],[107.55213393172608,34.90807452812061],[107.55214678081552,34.90801884873315],[107.552126793343,34.90798886752452],[107.55201971759777,34.907866087336686],[107.5518997927631,34.90794603722645],[107.55179557237096,34.90800742732034],[107.55180984913704,34.90803455317587],[107.5519440507378,34.9081773208361]]]},
{"type":"Polygon","coordinates":[[[107.5507847773357,34.90844144100788],[107.55080619248469,34.90843287494823],[107.5509518154982,34.90834721435209],[107.55094324943872,34.90831866081993],[107.55087472096176,34.90825156001944],[107.55082760763378,34.90819302527882],[107.55079762642515,34.90819588063198],[107.55071624885858,34.90825298769607],[107.55066342482439,34.908281541228234],[107.55065771411802,34.908305811730486],[107.55068912300328,34.90835006970519],[107.5507433747141,34.90841003212262],[107.5507847773357,34.90844144100788]]]},
{"type":"Polygon","coordinates":[[[107.55086472722547,34.90854280604674],[107.55103462074123,34.90843287494823],[107.55101320559231,34.90840574909271],[107.55098750741342,34.90839718303317],[107.55092611731936,34.9084300195949],[107.5508461674296,34.9084757052463],[107.55083617369348,34.90850996948484],[107.55086472722547,34.90854280604674]]]},
{"type":"Polygon","coordinates":[[[107.5510988661884,34.908768378950015],[107.55123306778921,34.90868985673677],[107.55111171527784,34.90854566139984],[107.55097037529407,34.90863274967279],[107.5510988661884,34.908768378950015]]]},
{"type":"Polygon","coordinates":[[[107.55115454557608,34.90886688863577],[107.55118595446118,34.90888259307832],[107.55135584797716,34.90878836642253],[107.55135584797716,34.908771234303174],[107.55135013727056,34.908739825417854],[107.55115454557608,34.90886688863577]]]},
{"type":"Polygon","coordinates":[[[107.55128160879366,34.90895397690855],[107.55149290493102,34.9088269136908],[107.55147862816494,34.908811209248086],[107.55127304273412,34.90893970014247],[107.55128160879366,34.90895397690855]]]},
{"type":"Polygon","coordinates":[[[107.55149373774253,34.908802464728865],[107.55150801450844,34.908819120956025],[107.5517066995024,34.90869300952272],[107.55170907896348,34.90866921491255],[107.55149373774253,34.908802464728865]]]},
{"type":"Polygon","coordinates":[[[107.55150230380207,34.90907324739146],[107.55147888197422,34.90905211777766],[107.55145865655572,34.90901642586266],[107.55202258881411,34.908679732130224],[107.55198927635996,34.90863809156258],[107.55196072282797,34.90860953803059],[107.55146875340188,34.908915489126684],[107.55139237270367,34.908963316292954],[107.55129314917974,34.90901828184218],[107.551272447869,34.90906610900845],[107.55128244160517,34.909102514761685],[107.55131170897556,34.90913249597048],[107.5513452593757,34.90915034192807],[107.55137952361406,34.90914891425143],[107.55150230380207,34.90907324739146]]]},
{"type":"Polygon","coordinates":[[[107.55153194395461,34.90910375208142],[107.55141915750295,34.909175849750056],[107.55140773609014,34.909187271162864],[107.55139774235386,34.90922224923946],[107.55141558831144,34.90924366438861],[107.55145056638821,34.90928649468668],[107.5514676985074,34.9092943469081],[107.55162117374243,34.909201547928774],[107.55153194395461,34.90910375208142]]]},
{"type":"Polygon","coordinates":[[[107.55163759202338,34.90922153540123],[107.55149268284805,34.90930933751241],[107.55148768597991,34.90932290044009],[107.5515133841588,34.90935216781048],[107.55155478678017,34.90936144770842],[107.55159618940178,34.90934502942747],[107.55166828707024,34.909298629937894],[107.5516968406024,34.90928292549512],[107.55163759202338,34.90922153540123]]]},
{"type":"Polygon","coordinates":[[[107.55176829581643,34.909369252340525],[107.55168453878895,34.909423504051574],[107.55165027455058,34.909388288028595],[107.55158364964234,34.90942826297356],[107.55167026202287,34.90952439319807],[107.5517787654448,34.909593873459585],[107.5519005938483,34.90966430550537],[107.55192058132081,34.90966430550537],[107.5519795919538,34.90963099305128],[107.55202622938941,34.909601487734676],[107.55194532771526,34.909509164647716],[107.5523500264431,34.90925951159892],[107.5523500264431,34.909246662509474],[107.55231433452809,34.9092038322114],[107.5522914917023,34.909178134032516],[107.55223438463815,34.90915671888342],[107.55221558689635,34.90917611149075],[107.55219655120828,34.90919038825666],[107.55215431577551,34.90919990610075],[107.55208412167576,34.90923440828533],[107.55206984490968,34.90926355668262],[107.55204842976053,34.90928378210111],[107.55199489188794,34.909297464002066],[107.55197704593053,34.90932542266876],[107.55193718995866,34.90935159673984],[107.55174941082754,34.90946105194615],[107.55173870325302,34.90944915464115],[107.55190169633192,34.90934802754833],[107.55189574767934,34.909343268626344],[107.55179937950868,34.909397996229416],[107.55176829581643,34.909369252340525]]]},
{"type":"Polygon","coordinates":[[[107.55192049407395,34.90933788509574],[107.55194262306134,34.90932396524897],[107.55193655543565,34.909316826865904],[107.5519151402865,34.909330746712726],[107.55192049407395,34.90933788509574]]]},
{"type":"Polygon","coordinates":[[[107.55196725048268,34.90931754070414],[107.55197867189548,34.90929933782746],[107.55194904760594,34.90928970101038],[107.5519322724059,34.90927935035512],[107.55196725048268,34.90931754070414]]]},
{"type":"Polygon","coordinates":[[[107.55258142902608,34.908997850203605],[107.55243295065924,34.90882938436425],[107.55239963820509,34.9088389022084],[107.55231492939339,34.90889505748811],[107.55236347039784,34.90895216455226],[107.55235585612263,34.90896358596501],[107.552366325751,34.90897786273109],[107.55221975095316,34.90907018581822],[107.55223688307234,34.909111112547464],[107.55224354556316,34.90914347321717],[107.5523054115493,34.90917773745571],[107.55258142902608,34.908997850203605]]]},
{"type":"Polygon","coordinates":[[[107.55234253114094,34.90919772492816],[107.55253383980585,34.90941282820313],[107.55254716478754,34.90942805675343],[107.55257191118199,34.90942805675343],[107.55265947534696,34.90937190147372],[107.55263187359941,34.90934429972617],[107.55257000761327,34.909382371102254],[107.55244722742532,34.90925197663904],[107.55251004519585,34.909212953478516],[107.55248149166368,34.90917202674933],[107.55258713973245,34.90911206433191],[107.55260141649853,34.909121582176],[107.55264139144333,34.9091006429191],[107.55264615036532,34.90907018581822],[107.55262616289298,34.90903782514857],[107.5526023682828,34.90902354838249],[107.55234157935655,34.909184399946525],[107.55234253114094,34.90919772492816]]]},
{"type":"Polygon","coordinates":[[[107.55276635280387,34.90930535588103],[107.55282702905953,34.90926728450495],[107.55278776795302,34.90921969528472],[107.55270924573972,34.90913760388014],[107.55266522571105,34.90913760388014],[107.55263191325707,34.909160208759545],[107.55276635280387,34.90930535588103]]]},
{"type":"Polygon","coordinates":[[[107.5528649219761,34.909434223523306],[107.55288966837054,34.90938758608769],[107.55289347550809,34.909343804005005],[107.55285064521001,34.909296214785],[107.55281447740276,34.909297166569445],[107.5527830685175,34.909315250473014],[107.55279163457698,34.90933143080781],[107.55278687565504,34.909341900436345],[107.55268503472394,34.90940376642243],[107.55267361331119,34.90939234500968],[107.55259080806815,34.90944469315184],[107.55258224200844,34.909459921702194],[107.55259651877452,34.90948276452792],[107.5524727868023,34.909563666202075],[107.55247088323347,34.9095817501057],[107.55251656888481,34.909632194679034],[107.55253084565089,34.909641712523126],[107.5528649219761,34.909434223523306]]]},
{"type":"Polygon","coordinates":[[[107.55249982937653,34.90965746455498],[107.55244272231238,34.90958964991631],[107.55242487635496,34.90958964991631],[107.55216432537475,34.909752642995045],[107.55208104423951,34.9096550850939],[107.55205011124644,34.909622962370406],[107.55196088145863,34.9096753105124],[107.55195850199772,34.90970267431396],[107.55208104423951,34.909828785747436],[107.55216670483577,34.90985614954894],[107.5522345194745,34.909826406286356],[107.55249982937653,34.90965746455498]]]},
{"type":"Polygon","coordinates":[[[107.5520496353542,34.90959256475605],[107.55206261134816,34.909587988259375],[107.55201787748126,34.90953754368604],[107.55204928636653,34.90951089372271],[107.55204357566015,34.90949852052552],[107.55209306844904,34.90946806342447],[107.5521006827243,34.90947948483745],[107.55215778978845,34.90944426881447],[107.55214827194447,34.909433799186104],[107.55219395759565,34.90940239030084],[107.55220918614617,34.90941857063558],[107.55226153428833,34.909379547475055],[107.55225296822869,34.909368126062304],[107.55229865388003,34.90933862074587],[107.55231293064611,34.909349090374235],[107.55235671272857,34.909322440410904],[107.55249353173645,34.909475082834604],[107.55242143406798,34.90952933454548],[107.5524364246723,34.90954575282643],[107.55241001265517,34.90956359878402],[107.5523917066684,34.90954402375138],[107.5523769540103,34.90955116213445],[107.5523826647165,34.909562107655006],[107.55234221387951,34.90958637815743],[107.55233793084977,34.9095801915588],[107.55232032283823,34.9095920888638],[107.55233602728094,34.90960731741416],[107.55230366661124,34.90962730488661],[107.55228701038425,34.90961112455187],[107.55221372298519,34.90965823787968],[107.55222799975127,34.90967632178348],[107.55219801854264,34.90969535747138],[107.5521880248063,34.90968821908848],[107.55217422393241,34.90967870124439],[107.55215280878349,34.90968631551965],[107.55212330346706,34.90965681020322],[107.55207619013908,34.90961588347386],[107.55205334731329,34.90962540131795],[107.5520823767377,34.90965585841877],[107.5521033159946,34.909653954849944],[107.55215614002879,34.909713441375175],[107.55217136857931,34.90972010386599],[107.55228367913872,34.90965443074214],[107.55242454323036,34.90956591479272],[107.55251020382667,34.90951356665056],[107.55255493769357,34.909479302412024],[107.5524169289551,34.909311788357286],[107.55237409865703,34.909275620550034],[107.55229662340662,34.90931916468634],[107.55203178939678,34.909479064465984],[107.55199038677517,34.90950690415974],[107.55198681758367,34.909524036279095],[107.5520496353542,34.90959256475605]]]},
{"type":"Polygon","coordinates":[[[107.55262189770906,34.91031313990618],[107.55263367604095,34.910309570714674],[107.55260131537125,34.91027340290742],[107.55258227968324,34.91027245112298],[107.55249566730265,34.91016965840748],[107.5524499816513,34.91012206918748],[107.5524547405733,34.91011255134333],[107.55241095849078,34.910064010338886],[107.55239668172487,34.91006496212333],[107.55236432105517,34.91003260145362],[107.55236301235163,34.91001713495706],[107.5522802071086,34.90992766722326],[107.55233445881947,34.909891499416005],[107.55233445881947,34.909881981571914],[107.55230304993421,34.90985247625548],[107.55226688212696,34.90987436729665],[107.5522259553976,34.90991148688846],[107.55221072684725,34.90994955826437],[107.55222024469117,34.90998096714986],[107.55226688212696,34.91003236350758],[107.55243725153497,34.91022272038788],[107.55254480317245,34.91033883808507],[107.55257716384216,34.91034169343834],[107.55262189770906,34.91031313990618]]]},
{"type":"Polygon","coordinates":[[[107.55273444621469,34.910438061609],[107.55265354454036,34.910345857494974],[107.55261309370337,34.91037381616184],[107.55260417072458,34.91039939536762],[107.55260892964651,34.910412482403046],[107.55266008805825,34.91046780487147],[107.55267376995903,34.910474943254485],[107.55268685699446,34.910470184332496],[107.55273444621469,34.910438061609]]]},
{"type":"Polygon","coordinates":[[[107.55275264909125,34.910456740377754],[107.55270053889524,34.91048458007168],[107.5526912589973,34.91049385996962],[107.5526991112186,34.910511705927036],[107.55271981252929,34.91053883178256],[107.5527690673722,34.91055382238687],[107.55278976868306,34.91055025319537],[107.55308387006329,34.91037107978167],[107.55309314996123,34.91035251998579],[107.55309743299097,34.91033039099847],[107.55308387006329,34.91030326514294],[107.55296965593499,34.910372507458305],[107.55296822825835,34.910388925739255],[107.55278762716802,34.91049600148449],[107.55275264909125,34.910456740377754]]]},
{"type":"Polygon","coordinates":[[[107.55236227471858,34.90987424832372],[107.55250567690183,34.90978775491607],[107.5525134101502,34.909795488164434],[107.55258598371086,34.90975325273149],[107.55257170694478,34.90973957083071],[107.55254196368219,34.909728268390836],[107.55249437446219,34.9097365965045],[107.5523456581493,34.90982939548371],[107.55233614030516,34.90984307738444],[107.55234446841865,34.90985735415052],[107.55236227471858,34.90987424832372]]]},
{"type":"Polygon","coordinates":[[[107.55262560173657,34.90972814941779],[107.55270650341072,34.909673421814716],[107.55277074885788,34.909726959687305],[107.55306937121424,34.91006841234173],[107.55319191345603,34.91020999027154],[107.55311815016489,34.91026471787461],[107.5531240988173,34.91027661517961],[107.55315741127146,34.910294461137255],[107.55319429291688,34.91029922005919],[107.55324545132862,34.910268287066174],[107.55328114324368,34.91023973353418],[107.55328114324368,34.91020285188853],[107.55279692292896,34.90965795531815],[107.55275052343939,34.90962702232508],[107.55270650341072,34.90962345313358],[107.55267913960915,34.90962583259466],[107.55265415526873,34.90963891963014],[107.5526184633535,34.90966271424014],[107.55261132497048,34.909698406155314],[107.55262560173657,34.90972814941779]]]},
{"type":"Polygon","coordinates":[[[107.55295277762485,34.91067993382018],[107.55289923975226,34.910620447295116],[107.55297538250443,34.91056452996145],[107.55295158789443,34.91053597642929],[107.55292660355377,34.910520509932724],[107.5528468916101,34.910565719691874],[107.55280406131203,34.910599032146024],[107.55280406131203,34.910625206217105],[107.55283380457462,34.91066208786259],[107.5528837732557,34.91071086681325],[107.55290042948286,34.910712056543844],[107.55295277762485,34.91067993382018]]]},
{"type":"Polygon","coordinates":[[[107.55300036684508,34.91055263265645],[107.55310149393773,34.9104990947838],[107.55313361666123,34.91052764831579],[107.55316335992387,34.91050504343622],[107.55313004746989,34.91047054125164],[107.55309435555472,34.91042771095357],[107.55306818148364,34.910431280145076],[107.552986090079,34.91048005909573],[107.55296705439093,34.91050028451423],[107.55296705439093,34.910520509932724],[107.55300036684508,34.91055263265645]]]},
{"type":"Polygon","coordinates":[[[107.55315027288839,34.91055025319537],[107.55319786210845,34.910601411607104],[107.553402495755,34.91047530017363],[107.55345722335807,34.91043960825857],[107.55347031039372,34.91041343418749],[107.55344770551415,34.910388449847005],[107.55337156276192,34.91030040978984],[107.55332635300277,34.91028375356268],[107.55329423027928,34.91029565086785],[107.55316098046296,34.910376552542004],[107.55313004746989,34.910395588230074],[107.5531205296258,34.91041224445706],[107.55320500049146,34.9105109920888],[107.55315027288839,34.91055025319537]]]},
{"type":"Polygon","coordinates":[[[107.55322522591013,34.91062877540861],[107.55323712321496,34.9106466213662],[107.55327876378277,34.91068945166427],[107.55322403617953,34.91073704088433],[107.55323831294561,34.910754886841914],[107.55318358534254,34.9107846301045],[107.5531681188458,34.910764404686006],[107.55315027288839,34.9107798711824],[107.5531538420799,34.9107846301045],[107.55319310318646,34.91083102959408],[107.55322403617953,34.91085244474306],[107.55326924593868,34.91083221932456],[107.55345841308866,34.91071562573535],[107.55358333479137,34.91064305217469],[107.55361307805396,34.91060973972054],[107.55360831913202,34.910568099152954],[107.55357738613895,34.910524079124286],[107.55352503799679,34.910478869365306],[107.55349291527324,34.91047292071272],[107.55322522591013,34.91062877540861]]]},
{"type":"Polygon","coordinates":[[[107.55297300304335,34.91069896950819],[107.55292541382335,34.91072038465734],[107.55291113705727,34.91073228196234],[107.55291113705727,34.910752507380835],[107.55306223283122,34.91091669019022],[107.55309792474623,34.910922638842806],[107.55313361666123,34.91091431072931],[107.5531681188458,34.9108952750413],[107.55319191345603,34.91087148043107],[107.5531240988173,34.91079176848757],[107.55308126851924,34.91081794255848],[107.55297300304335,34.91069896950819]]]},
{"type":"Polygon","coordinates":[[[107.55320896625983,34.9110489485646],[107.55316137703977,34.910996600422436],[107.55338504637439,34.91085621222305],[107.55365392546793,34.910696788335656],[107.55369794549665,34.91074318782523],[107.55372055037606,34.91073010078975],[107.55372174010665,34.910707495910174],[107.55370032495756,34.91067656291716],[107.55368009953906,34.91065871695952],[107.553644407624,34.910653958037585],[107.55362061301383,34.910668234803666],[107.55320063814634,34.9109216474007],[107.55314829000412,34.91096090850726],[107.55314829000412,34.91100373880528],[107.55316732569236,34.91103348206792],[107.55320896625983,34.9110489485646]]]},
{"type":"Polygon","coordinates":[[[107.55378479582322,34.910790777045406],[107.55375624229123,34.910805053811316],[107.55389425102953,34.910956149585274],[107.55408579764048,34.911173870267305],[107.55360276705642,34.911476061814994],[107.55359086975119,34.911473682354085],[107.55334935445916,34.9112071827214],[107.55325774521049,34.911109624820085],[107.5532648835935,34.911133419430314],[107.55332080092722,34.911202423799466],[107.55348498373661,34.91137612445277],[107.55355636756661,34.91146297477951],[107.55360633624792,34.911485579659086],[107.55364678708492,34.9114796310065],[107.55386688722803,34.91135232984277],[107.55411078198108,34.911200044338386],[107.55412386901656,34.91117862918924],[107.55412743820807,34.91113698862182],[107.55389663049061,34.91088238629413],[107.5538347645043,34.910809812733476],[107.55378479582322,34.910790777045406]]]},
{"type":"Polygon","coordinates":[[[107.5537633806743,34.911679029838865],[107.55382619844482,34.911650476306704],[107.55374624855489,34.911551966621175],[107.55376480835076,34.911537689855095],[107.55374053784851,34.91150485329314],[107.55372483340597,34.91151056399974],[107.55367629240135,34.911560532680824],[107.55367772007799,34.911589086212814],[107.55370056290371,34.911621922774714],[107.5537633806743,34.911679029838865]]]},
{"type":"Polygon","coordinates":[[[107.55378336814675,34.91152484076565],[107.553843330564,34.91149343188039],[107.55382762612146,34.91147772743784],[107.55380192794257,34.9114648783484],[107.55377194673378,34.91148201046758],[107.5537619529976,34.911501997940036],[107.55378336814675,34.91152484076565]]]},
{"type":"Polygon","coordinates":[[[107.55386617338957,34.91147915511431],[107.5539789598414,34.91140919896088],[107.55395040630924,34.91137779007545],[107.55391756974734,34.91138492845846],[107.5538404752109,34.91143775249287],[107.55383619218094,34.91145631228869],[107.55386617338957,34.91147915511431]]]},
{"type":"Polygon","coordinates":[[[107.55400180266702,34.91139920522454],[107.55416741315304,34.911299267862375],[107.55414742568058,34.91127356968349],[107.55412458285497,34.911270714330215],[107.55411030608889,34.91127356968349],[107.55397324913486,34.9113535195732],[107.55397467681149,34.911372079369016],[107.55400180266702,34.91139920522454]]]},
{"type":"Polygon","coordinates":[[[107.55420453274468,34.91127642503676],[107.55431731919634,34.91120361352989],[107.55430304243043,34.91118648141071],[107.55427591657491,34.911180770704334],[107.55425307374918,34.91119076444045],[107.55419168365529,34.91122645635551],[107.55418597294886,34.91124644382796],[107.55420453274468,34.91127642503676]]]},
{"type":"Polygon","coordinates":[[[107.55435301111135,34.911187909087346],[107.55443581635438,34.911140795759366],[107.55444438241409,34.911142223436],[107.55447864665263,34.91116649393825],[107.55451005553789,34.91120075817662],[107.55451719392079,34.911227884032144],[107.55447721897599,34.91126500362378],[107.5546385464321,34.91144346319925],[107.55471706864535,34.91139063916489],[107.55455003048269,34.911202185853256],[107.55445294847374,34.9111008208144],[107.55438727534994,34.91110653152077],[107.55434016202196,34.91113508505293],[107.5543344513157,34.91116078323182],[107.55435301111135,34.911187909087346]]]},
{"type":"Polygon","coordinates":[[[107.55465139552155,34.9114677337015],[107.55474704985397,34.911584803183075],[107.55467852137707,34.911631916510885],[107.55473991147096,34.91170187266448],[107.55478416944567,34.91168331286866],[107.55486554701218,34.911627633481146],[107.55487554074836,34.91159765227252],[107.55486554701218,34.91155767732755],[107.55473134541143,34.91140634360761],[107.55465139552155,34.9114677337015]]]},
{"type":"Polygon","coordinates":[[[107.55461855895959,34.91145345693559],[107.5545942884574,34.911426331080065],[107.55456430724877,34.91144917390568],[107.5545614518955,34.911440607846146],[107.55459000542766,34.91142062037369],[107.55448292968237,34.91130212321548],[107.5544543761502,34.91131925533483],[107.55445009312047,34.91131211695176],[107.55446722523982,34.91129784018568],[107.55444866544383,34.911270714330215],[107.55426449516193,34.91138921148843],[107.554271633545,34.91140063290118],[107.55429733172389,34.91138207310536],[107.55430732546017,34.9113949221948],[107.55428733798772,34.911412054313985],[107.55429304869409,34.91142490340343],[107.55428448263444,34.9114320417865],[107.55424450768965,34.911393494518165],[107.55421595415748,34.911412054313985],[107.5542345139533,34.911440607846146],[107.55422737557029,34.911447746229044],[107.55420310506804,34.911422048050326],[107.55417026850614,34.91144203552261],[107.55422166486392,34.911509136323104],[107.55426735051526,34.91148343814422],[107.55437728161377,34.911589086212814],[107.55434444505187,34.91161906742144],[107.55437728161377,34.911660470043046],[107.55443724403102,34.911653331660034],[107.55448007432926,34.91167760216223],[107.55450577250798,34.91171329407729],[107.55450006180155,34.91174470296255],[107.55447008059292,34.91178182255436],[107.55441582888193,34.91179181629053],[107.55439155837985,34.911794671643804],[107.55437585393713,34.91180609305661],[107.55435443878804,34.911841784971614],[107.5544101181755,34.9119003197124],[107.55447293594608,34.91187890456331],[107.55463711875564,34.911771828818075],[107.55471706864535,34.91171900478383],[107.55467566602374,34.91166332539615],[107.55465710622809,34.91164904863024],[107.55456002421903,34.91169901731138],[107.55446722523982,34.91159051388945],[107.55452575998044,34.91154482823811],[107.55453147068687,34.91150628096983],[107.55458001169148,34.91147772743784],[107.55461855895959,34.91145345693559]]]},
{"type":"Polygon","coordinates":[[[107.55420024971494,34.911710200777975],[107.55422975503137,34.91174351323207],[107.55428591031108,34.911733043603704],[107.55432683704026,34.9117463685854],[107.55432207811833,34.91172067040651],[107.55433064417798,34.911691165089906],[107.55435443878804,34.91166356334236],[107.55432588525605,34.91163120267265],[107.55420024971494,34.911710200777975]]]},
{"type":"Polygon","coordinates":[[[107.55420120149938,34.91151794032879],[107.55416313012313,34.91148177252154],[107.55414314265079,34.91147891716827],[107.55407842131143,34.911520795681895],[107.55406509632974,34.91153126531043],[107.55406795168284,34.911547445645226],[107.55408698737108,34.91157124025523],[107.55409745699944,34.91157980631493],[107.55410411949026,34.911582661668206],[107.5541659854764,34.91154363850768],[107.55413838372868,34.91150937426909],[107.55414790157278,34.91150271177827],[107.55417455153605,34.911535072447975],[107.55419358722412,34.911525554604054],[107.55420120149938,34.91151794032879]]]},
{"type":"Polygon","coordinates":[[[107.55407937309582,34.91159598664967],[107.55406128919202,34.911577902746046],[107.55403178387564,34.9115531563516],[107.55399561606839,34.91157219203967],[107.55396135182986,34.91159598664967],[107.55396896610506,34.91161407055347],[107.55399561606839,34.91164547943873],[107.55401845889395,34.91163120267265],[107.55398705000869,34.91160074557183],[107.55399751963722,34.91159122772768],[107.55402892852254,34.911627395535106],[107.55407937309582,34.91159598664967]]]},
{"type":"Polygon","coordinates":[[[107.55393375008225,34.91168259903043],[107.55389948584371,34.91164738300739],[107.55387854658682,34.911641672301016],[107.55383952342646,34.911667370479904],[107.5538024038346,34.91168735795236],[107.55379193420623,34.91170734542487],[107.55380525918793,34.91173494717242],[107.55387759480254,34.91181299349347],[107.5539090036878,34.911809186355924],[107.55393089472898,34.9117911024523],[107.55394517149506,34.911773970332945],[107.55389187156845,34.911710200777975],[107.55393375008225,34.91168259903043]]]},
{"type":"Polygon","coordinates":[[[107.55396611075196,34.91180157208066],[107.55392708759143,34.911823463122005],[107.55390995547225,34.91184249880985],[107.55392423223816,34.911872955910894],[107.55395278577032,34.91189008803008],[107.55398133930231,34.91187961840171],[107.55398990536202,34.91187676304844],[107.55408793915535,34.911974796841946],[107.5540649059729,34.91198797905582],[107.55405705375159,34.9120065388517],[107.55406990284104,34.912033664707224],[107.55411130546247,34.91206792894559],[107.5541420005095,34.91207078429886],[107.55418054777778,34.912052938341276],[107.55422694726741,34.91202081561778],[107.55422266423761,34.91200439733683],[107.55416912636485,34.91194443491935],[107.55413771747953,34.91196156703876],[107.55404420466215,34.911863771191406],[107.5540270725428,34.911873051089344],[107.55402136183642,34.91185734664663],[107.55413771747953,34.911785962816566],[107.5542397963568,34.911898749268175],[107.55419339686722,34.911932299668365],[107.55424907625473,34.911993689762255],[107.55426263918241,34.91199940046863],[107.5542890511997,34.91198583754095],[107.55437399795738,34.911934441183234],[107.55438256401709,34.91191873674052],[107.55436043502976,34.91188804169366],[107.55433687836592,34.911865912706276],[107.55429618958271,34.911884472502095],[107.55426263918241,34.911884472502095],[107.55422908878228,34.91186876805938],[107.55420624595666,34.9118523497786],[107.55418982767571,34.9118223685698],[107.55419054151395,34.911792387361174],[107.55420196292675,34.911766689182286],[107.55421409817797,34.91175169857797],[107.55418411696934,34.91171957585448],[107.55412915142006,34.911745274033365],[107.55412272687522,34.911738849488586],[107.55411487465398,34.91174384635673],[107.55412772374342,34.91176097847591],[107.55412201303699,34.911755267769536],[107.55407561354741,34.91178239362483],[107.55399423598107,34.91182807927623],[107.55396611075196,34.91180157208066]]]},
{"type":"Polygon","coordinates":[[[107.55460406804218,34.912205699737854],[107.55456694845049,34.912161441763146],[107.55441275937727,34.912258523772266],[107.5544056209942,34.91227137286171],[107.5543592215048,34.91222283185704],[107.55434708625359,34.912225687210366],[107.55433923403234,34.91221640731243],[107.55434423090031,34.912211410444286],[107.5543256711045,34.912194278325046],[107.55433352332574,34.9121857122654],[107.55430996666195,34.91215715873341],[107.55430354211711,34.912161441763146],[107.5542671363637,34.9121157561118],[107.5543991964496,34.91203295086876],[107.55441775624541,34.91205579369455],[107.55461192026343,34.91193943805138],[107.5546604612681,34.91199083440915],[107.55467830722552,34.911977271481305],[107.55467902106392,34.91196656390673],[107.55462048632313,34.91190231845974],[107.55459478814424,34.91187590644245],[107.55456552077385,34.91186734038291],[107.5543078251469,34.91202724016239],[107.5541857587973,34.912104334698995],[107.55417576506119,34.912135029746025],[107.55419432485701,34.91216286943978],[107.55425143192116,34.91222283185704],[107.55427784393828,34.91224567468282],[107.5542885515128,34.91224567468282],[107.55430282827888,34.91225709609563],[107.5542971175725,34.91226780367015],[107.5543256711045,34.91229849871701],[107.55437492594734,34.91231777235129],[107.5544106178624,34.91231848618952],[107.55460406804218,34.912205699737854]]]},
{"type":"Polygon","coordinates":[[[107.55475534227566,34.91211403100266],[107.55508489762491,34.9119141562781],[107.55495759646118,34.911774957809314],[107.55481482880089,34.91185704921395],[107.55473749631807,34.91176543996522],[107.55463636922542,34.91182730595153],[107.55464588706934,34.91185585948352],[107.55475177308415,34.91198197091677],[107.55469109682849,34.912018852562426],[107.55473273739608,34.9120735801655],[107.55472678874366,34.91208428774007],[107.55475534227566,34.91211403100266]]]},
{"type":"Polygon","coordinates":[[[107.55481958772287,34.911832064873465],[107.55495164780854,34.91175949131281],[107.55490643804944,34.911702384248656],[107.55515875787916,34.91155791487694],[107.55515399895722,34.911550300601846],[107.55519073783512,34.911531455270676],[107.55526174095155,34.9115495391743],[107.55526478666155,34.91151870135968],[107.55525978800887,34.91150013006319],[107.5552324242073,34.91147395599211],[107.55520743986665,34.91147633545296],[107.55517412741273,34.9114941814106],[107.55474939362307,34.9117559221213],[107.55481958772287,34.911832064873465]]]},
{"type":"Polygon","coordinates":[[[107.55430038933139,34.912458239866055],[107.55434633672337,34.912429971869244],[107.55270624563593,34.91060887518296],[107.55192399783022,34.90975524354718],[107.55174256392849,34.909651142128155],[107.55159979626808,34.909552989361714],[107.55137077314635,34.90928827432481],[107.55132318392612,34.9092971973036],[107.55154328406923,34.90955596368792],[107.55165333414067,34.90965411645436],[107.55182584506372,34.909752269220974],[107.55191507485137,34.90981770439862],[107.55201917627045,34.90992775447006],[107.55283140528479,34.910830545770295],[107.5534380726628,34.91149503405086],[107.55430038933139,34.912458239866055]]]},
{"type":"Polygon","coordinates":[[[107.55512979408832,34.911212104240064],[107.55517262438639,34.91118711989941],[107.55525352606054,34.91128943672271],[107.55524757740812,34.91137747677993],[107.55497750858393,34.91154641851125],[107.55483593065412,34.91139056381536],[107.55504532322266,34.91126326265163],[107.55503580537857,34.911254934538135],[107.55499892373308,34.911257313999045],[107.55485139715063,34.91134416432578],[107.55480618739153,34.91138104597144],[107.55480618739153,34.91141673788644],[107.55481451550503,34.911432204383004],[107.55489184798785,34.91152262390125],[107.55493586801634,34.91155117743324],[107.55498345723652,34.91155831581631],[107.55508815352073,34.911497639560594],[107.55524043902511,34.911403650851014],[107.5552701822877,34.911382235701865],[107.5552939768977,34.911250175615976],[107.55530825366378,34.911141910140316],[107.55529754608926,34.911110977147246],[107.5552570952521,34.91110621822526],[107.55519403953554,34.91113715121833],[107.5551107584003,34.91119425828248],[107.55512979408832,34.911212104240064]]]},
{"type":"Polygon","coordinates":[[[107.55506364507227,34.91095797780463],[107.55516834135665,34.9110693365796],[107.55482189183425,34.911283488070126],[107.55474765265075,34.91120258639597],[107.55466104027016,34.91125588632258],[107.55467341346741,34.91127682557931],[107.5547200509032,34.911331077290356],[107.55476288120121,34.91134059513428],[107.5547971454398,34.911334884427845],[107.55511218607694,34.91113786505656],[107.55520831630162,34.91108361334568],[107.55524543589326,34.9110483973227],[107.55525876087489,34.9110217473596],[107.55525209838407,34.9110036634558],[107.55515882351256,34.91089896717165],[107.55506364507227,34.91095797780463]]]},
{"type":"Polygon","coordinates":[[[107.5550455611687,34.91093513497884],[107.55514169139332,34.91088088326802],[107.55506364507227,34.91079236731861],[107.55500082730191,34.9107600066489],[107.55494467202203,34.910763813786446],[107.55491135956788,34.9107838012589],[107.55494372023759,34.91082377620387],[107.5550455611687,34.91093513497884]]]},
{"type":"Polygon","coordinates":[[[107.55464485993542,34.911006518809074],[107.55461440283437,34.91096559207972],[107.55450685119695,34.911030313419076],[107.55449447799987,34.91106743301077],[107.55450589941267,34.911094082974046],[107.55457918681157,34.911170225726266],[107.55466960632987,34.911117877584104],[107.55459822249964,34.91103602412551],[107.55464485993542,34.911006518809074]]]},
{"type":"Polygon","coordinates":[[[107.55469149737104,34.911134057919014],[107.55460107785291,34.911189261414336],[107.5546172581877,34.91121686316205],[107.55463914922882,34.91123209171235],[107.55465628134823,34.91122923635925],[107.5547324241004,34.91117974357036],[107.55469149737104,34.911134057919014]]]},
{"type":"Polygon","coordinates":[[[107.55467722060496,34.91100842237796],[107.55471719554987,34.91105125267603],[107.55497417733864,34.91089230468077],[107.55494181666893,34.91084566724504],[107.55467722060496,34.91100842237796]]]},
{"type":"Polygon","coordinates":[[[107.55477049547648,34.91110931152457],[107.55503128440262,34.91094845996054],[107.55499130945782,34.910905629662466],[107.55472956874712,34.91106552944211],[107.55477049547648,34.91110931152457]]]},
{"type":"Polygon","coordinates":[[[107.55482284361847,34.91116927394182],[107.55508839146694,34.91101127773106],[107.55504651295308,34.91096559207972],[107.55478477224256,34.91112834721264],[107.55482284361847,34.91116927394182]]]},
{"type":"Polygon","coordinates":[[[107.55487614354507,34.91123018814369],[107.55513883604021,34.9110693365796],[107.5550988610953,34.91102269914387],[107.55483807216899,34.91118450249235],[107.55487614354507,34.91123018814369]]]},
{"type":"Polygon","coordinates":[[[107.55364551010746,34.91041569864137],[107.5536008952136,34.91044841623017],[107.55366038173884,34.910549543322816],[107.55410950500362,34.91104625580783],[107.55418088883386,34.91099866658783],[107.55415114557127,34.910945128715184],[107.55421955507512,34.91092430843139],[107.55428499025271,34.910989743609036],[107.55422550372771,34.91103435850283],[107.55420765777012,34.911028409850246],[107.55413627394006,34.91107302474427],[107.55418981181248,34.91112061396427],[107.55426416996909,34.91111169098548],[107.55500775153342,34.91065067041569],[107.5552040570663,34.910858873253744],[107.55526949224395,34.91086184757995],[107.5553230301166,34.91082615566478],[107.55534682472677,34.91074882318213],[107.55552528430223,34.90915755863443],[107.55548959238706,34.90910104643558],[107.5551891854351,34.90876792189465],[107.55502559749084,34.90887499764011],[107.55496908529204,34.90881551111488],[107.55507913536348,34.90874710161103],[107.55512969890987,34.9087887421785],[107.5551772881301,34.90875305026344],[107.55512077593107,34.908696538064646],[107.55508805834228,34.90869356373821],[107.55483821493675,34.90885417735609],[107.55470437025508,34.90891961253391],[107.55442180926076,34.908601359624356],[107.55436827138794,34.90858648799315],[107.5542136064227,34.90869356373821],[107.55407083876241,34.908773870547236],[107.55405894145724,34.90881253678867],[107.55409463337242,34.90885417735609],[107.55416899152885,34.908821459767466],[107.55429688755794,34.90897909905897],[107.55401432656339,34.909154584308226],[107.55388345620815,34.90901181664793],[107.55402027521598,34.90891366388132],[107.55397863464839,34.908869048987526],[107.55392212244953,34.908860126008676],[107.55382099535672,34.90893150983891],[107.55362766415004,34.90905940586799],[107.5537198682639,34.90917837891823],[107.55367822769625,34.90922001948587],[107.5535533059936,34.90910104643558],[107.55349679379458,34.90912484104564],[107.55344623024837,34.909169455939434],[107.55346705053216,34.90924976274846],[107.55350869109958,34.90922596813846],[107.55359197223481,34.90933899253611],[107.55342540996452,34.909452016933926],[107.55346407620578,34.909502580480364],[107.55343135861693,34.909541246721574],[107.55337484641814,34.90949365750157],[107.55323802741026,34.909573964310425],[107.55324695038905,34.909588835941804],[107.55297033804715,34.909773244169685],[107.55352058840481,34.91038298105235],[107.55358007492981,34.910365135094935],[107.5536008952136,34.910353237789934],[107.55364551010746,34.91041569864137]]]},
{"type":"Polygon","coordinates":[[[107.55289003123812,34.909612630551806],[107.55305064485617,34.90950555480657],[107.55296141506835,34.90944904260772],[107.5528721852807,34.90948473452278],[107.55284541634433,34.909547195374216],[107.55289003123812,34.909612630551806]]]},
{"type":"Polygon","coordinates":[[[107.5530595678348,34.90949365750157],[107.55327371932532,34.9093717101249],[107.55324100173664,34.909327095231106],[107.5532766936517,34.90930627494731],[107.55331833421928,34.9093479155149],[107.55344325592199,34.90927355735846],[107.55341648698572,34.90922299381208],[107.55335402613434,34.90922001948587],[107.55312797733882,34.90935088984128],[107.55300602996215,34.90943714530272],[107.5530595678348,34.90949365750157]]]},
{"type":"Polygon","coordinates":[[[107.5535622289724,34.90900586799535],[107.55353843436222,34.90897315040655],[107.55328264230411,34.90912186671943],[107.55282757038668,34.908643000192],[107.55276510953547,34.908678692107],[107.55261341889621,34.908773870547236],[107.55255393237115,34.90884525437747],[107.55264613648501,34.90894935579655],[107.55282162173427,34.909154584308226],[107.55296438939456,34.90930627494731],[107.55303279889858,34.90933304388369],[107.5535622289724,34.90900586799535]]]},
{"type":"Polygon","coordinates":[[[107.55363063847625,34.908958278775174],[107.55371689393769,34.908910689555114],[107.55389832783936,34.908785767852294],[107.55389237918695,34.90875305026344],[107.55385668727172,34.90871735834844],[107.55358007492998,34.90889284359753],[107.55363063847625,34.908958278775174]]]},
{"type":"Polygon","coordinates":[[[107.55397863464839,34.908738178632234],[107.55406786443604,34.908696538064646],[107.55429688755794,34.90855377040418],[107.55426416996909,34.90850618118412],[107.5539459170596,34.908687615085796],[107.55397863464839,34.908738178632234]]]},
{"type":"Polygon","coordinates":[[[107.55434150245173,34.908518078489124],[107.55453483365841,34.90841100274389],[107.55471329323393,34.90828608104107],[107.55468949862387,34.908229568842216],[107.5542701186215,34.90776854827226],[107.55418981181265,34.907801265861224],[107.55412735096127,34.907845880755076],[107.55457052557364,34.908303926998656],[107.55430581053673,34.90848536090033],[107.55434150245173,34.908518078489124]]]},
{"type":"Polygon","coordinates":[[[107.5527888317701,34.90861708389588],[107.55266281749823,34.90848288229512],[107.5523926396155,34.90864926610601],[107.55239549496861,34.90868543391326],[107.55247925199603,34.908774901647064],[107.55254206976656,34.90876728737186],[107.5527888317701,34.90861708389588]]]},
{"type":"Polygon","coordinates":[[[107.55261998720016,34.90844719038006],[107.55253064835381,34.90834850223479],[107.55242309671632,34.90838657361087],[107.55237931463381,34.90841036822087],[107.5523755074961,34.908456053872214],[107.55244689132633,34.908532196624435],[107.55261998720016,34.90844719038006]]]},
{"type":"Polygon","coordinates":[[[107.5541075964777,34.907800869284245],[107.55420277491794,34.907739003298104],[107.55421705168402,34.9077033113831],[107.55418611869095,34.90765810162395],[107.55413852947072,34.90760337402088],[107.55409807863356,34.9076009945598],[107.55401003857656,34.90766048108503],[107.55411235539964,34.907774695213334],[107.55409094025072,34.907793730901176],[107.5541075964777,34.907800869284245]]]},
{"type":"Polygon","coordinates":[[[107.55396482881741,34.90761527132588],[107.55402431534247,34.90758195887179],[107.55401717695958,34.90755578480071],[107.55394817259025,34.907472503665474],[107.5538791682211,34.90752247234673],[107.55396482881741,34.90761527132588]]]},
{"type":"Polygon","coordinates":[[[107.55229270225328,34.908871983656184],[107.55238978426217,34.90881487659203],[107.55240120567498,34.908796792688236],[107.55237074857416,34.90876348023431],[107.55217087384972,34.90854456982163],[107.5521347060423,34.90853124483999],[107.5520823579003,34.9085398108997],[107.55202525083615,34.90857026800052],[107.55200811871697,34.90858835190414],[107.55200907050124,34.90860453223911],[107.55206046685896,34.9086568803811],[107.55208330968475,34.90864926610601],[107.5522413058955,34.90881487659203],[107.55229270225328,34.908871983656184]]]},
{"type":"Polygon","coordinates":[[[107.55148209722091,34.908789386616036],[107.5515659732215,34.90873870409655],[107.55155669332356,34.908724070411324],[107.55147281732303,34.90877832212237],[107.55148209722091,34.908789386616036]]]},
{"type":"Polygon","coordinates":[[[107.55159167140033,34.9087222858156],[107.55170481477109,34.90865345990596],[107.55133647420735,34.90824228904415],[107.55129221623264,34.90827227025278],[107.55166162755393,34.9086619664792],[107.55158310534068,34.908709793645414],[107.55159167140033,34.9087222858156]]]},
{"type":"Polygon","coordinates":[[[107.55175050042249,34.9086220510207],[107.55185329313775,34.90856779930988],[107.5519104002019,34.908529252041546],[107.55189041272962,34.90851069224573],[107.55180046910357,34.908566371633185],[107.55143926692284,34.90817804359699],[107.55138644288849,34.908219446218595],[107.55175050042249,34.9086220510207]]]},
{"type":"Polygon","coordinates":[[[107.55177130880895,34.90863429334769],[107.55179593623029,34.908637862539194],[107.55180985607723,34.90863393642837],[107.5519312085886,34.90855862648772],[107.55192335636713,34.90854756199383],[107.55191479030765,34.90854042361099],[107.55184590491137,34.90858503850484],[107.55177130880895,34.90863429334769]]]},
{"type":"Polygon","coordinates":[[[107.55205409585216,34.9084083635251],[107.55191275586833,34.90849687947451],[107.55195594308572,34.90854399280249],[107.55206480342673,34.90847439356804],[107.55206980029487,34.908462972155235],[107.55207729559703,34.908446553874285],[107.55207551100125,34.90843334786575],[107.55205409585216,34.9084083635251]]]},
{"type":"Polygon","coordinates":[[[107.5520446176659,34.9083985581629],[107.551985963952,34.908335502446164],[107.55144201916607,34.90773016756634],[107.55139205048499,34.9077173184769],[107.55135064786356,34.90773159524298],[107.55199322130818,34.9084313947248],[107.5520446176659,34.9083985581629]]]},
{"type":"Polygon","coordinates":[[[107.55219495994373,34.90809718951215],[107.55215403321438,34.908120508229956],[107.55211501005385,34.90814430283996],[107.55211358237739,34.908162386743584],[107.5521235761135,34.908174284048584],[107.55214356358601,34.90818332600048],[107.55216212338183,34.9081809465394],[107.55220447778765,34.908150965330776],[107.55223303131982,34.908131453750514],[107.55219495994373,34.90809718951215]]]},
{"type":"Polygon","coordinates":[[[107.55229013838397,34.90815477246849],[107.55220305011119,34.90820331347294],[107.55217973139321,34.908221397376565],[107.55218020728546,34.90823757771136],[107.55218734566847,34.90824852323209],[107.55219495994373,34.908256613399374],[107.55220828492537,34.90826137232153],[107.55223445899645,34.90826613124352],[107.55227015091151,34.90824852323209],[107.55233677581975,34.908209500071564],[107.55232630619122,34.90819427152104],[107.55229013838397,34.90815477246849]]]},
{"type":"Polygon","coordinates":[[[107.55076061093513,34.908656761408],[107.55077607743164,34.90864248464209],[107.55040964043673,34.9082367865405],[107.5508391331482,34.90795125121974],[107.55082247692121,34.90792983607082],[107.55035967175564,34.9082367865405],[107.55074514443857,34.90865914086908],[107.55076061093513,34.908656761408]]]},
{"type":"Polygon","coordinates":[[[107.55500388471103,34.91204325948712],[107.55513416020113,34.91197366025261],[107.55526146136486,34.91212654062218],[107.55539471118124,34.91186955883359],[107.55550892530948,34.910775006770905],[107.55564693404779,34.90984701697852],[107.55569928219,34.90930449986928],[107.55567072865784,34.90920456250706],[107.55562313943778,34.909161732208986],[107.55534811340311,34.91144432932299],[107.555299532741,34.9118523077413],[107.55500626417188,34.912033146777844],[107.55500388471103,34.91204325948712]]]},
{"type":"Polygon","coordinates":[[[107.55363592448771,34.90714764829602],[107.55367875478595,34.90712266395553],[107.55367875478595,34.90710243853687],[107.55360618122523,34.90700844982723],[107.55353479739506,34.90694063518856],[107.55348244925284,34.90697275791206],[107.55363592448771,34.90714764829602]]]},
{"type":"Polygon","coordinates":[[[107.55345349914404,34.90695828285766],[107.55349989863362,34.906921401212],[107.5535022780947,34.90690712444609],[107.55347610402362,34.90687143253092],[107.55336188989514,34.90675364921111],[107.55331430067514,34.9067477005587],[107.5531132362201,34.90687143253092],[107.55276107599127,34.90708796348247],[107.55278249114042,34.90710818890096],[107.55289908472957,34.90703442560982],[107.55301686804938,34.9071950392277],[107.55343327372537,34.906945195822175],[107.55345349914404,34.90695828285766]]]},
{"type":"Polygon","coordinates":[[[107.55276345545235,34.907122465667044],[107.55274323003368,34.90709629159596],[107.55256833964972,34.90720217761077],[107.5525433553093,34.90722954141228],[107.55253621692623,34.907273561441],[107.55255763207538,34.907306873895095],[107.55261949806146,34.90738658583865],[107.55268255377803,34.907349704193166],[107.55260522129538,34.90722954141228],[107.55276345545235,34.907122465667044]]]},
{"type":"Polygon","coordinates":[[[107.54385365688357,34.89537890286719],[107.543854416255,34.89537850838849],[107.54384997836927,34.8953625024138],[107.54382308478148,34.89529146665557],[107.5437795343291,34.895174069783984],[107.54374219691684,34.89507785642048],[107.54374083596521,34.89498276732135],[107.54374000755986,34.894962234703186],[107.54374113182423,34.89491170197723],[107.543740895137,34.89488247110295],[107.54374006673166,34.89485217513609],[107.54373769985925,34.89483359518766],[107.5437307175856,34.89479679032166],[107.54369651627927,34.894704363954006],[107.54366065816224,34.89461844648549],[107.54364811373847,34.894615724582216],[107.54363900127969,34.89461773642376],[107.54359119045697,34.89464803239062],[107.54365255162425,34.894718210157606],[107.54330569371355,34.89493946274376],[107.54328963165754,34.89492215141673],[107.54325432534111,34.894950696200176],[107.5432813076866,34.89496892111774],[107.54332059776863,34.89499472002701],[107.54337834945545,34.895025489368365],[107.54348710724274,34.8950814659009],[107.54352172275178,34.895099888057814],[107.54359541137953,34.895161170329324],[107.54364156539154,34.89519982924537],[107.54367730516498,34.89523042107127],[107.54374783796283,34.89528975067306],[107.54385365688357,34.89537890286719]]]},
{"type":"Polygon","coordinates":[[[107.54244586089727,34.894648002804715],[107.54247200744108,34.89466051764268],[107.54248434476351,34.894669171519915],[107.54255246631003,34.89471594683592],[107.54259247385023,34.89474381675856],[107.54265424922013,34.89478659797737],[107.54270856894198,34.89482449752184],[107.54273555128746,34.89484295912664],[107.54282377645659,34.89492692392543],[107.54284592150658,34.894948092640576],[107.54286859910287,34.894969882659694],[107.542913155476,34.89501239760537],[107.54298416164833,34.89507976471136],[107.54304549322971,34.895138522318966],[107.54309022711828,34.89518201359951],[107.54313593734169,34.89522537174349],[107.54316105577516,34.895249158811225],[107.54318564166233,34.89527294587896],[107.54321936959421,34.89530596374907],[107.54325087858315,34.89532726560076],[107.5432782159595,34.895343241989536],[107.54330426634898,34.8953588189686],[107.54333368953162,34.89537648175398],[107.54334718070437,34.89538393740207],[107.54336848255606,34.8953993368657],[107.54340962175714,34.89543004703525],[107.54344556863188,34.89545725127501],[107.54348275811464,34.895486097532526],[107.54356228502766,34.89554250306069],[107.5436045337002,34.895569130375314],[107.54362370536673,34.89558084639375],[107.5436286757988,34.89557552093083],[107.54355411931785,34.89551232543745],[107.54347743265176,34.89544327193486],[107.54346092371668,34.89542871566953],[107.54337908910306,34.895356289373744],[107.54327719524576,34.89526717662747],[107.5432383193664,34.895235223849916],[107.54316500549346,34.89517211711426],[107.54312444321751,34.89513821166697],[107.5430979046606,34.89511389205295],[107.54307358504659,34.895086909707466],[107.54302601091112,34.895032767501064],[107.54301340731554,34.89502122899805],[107.54288914651394,34.89488116932312],[107.54282133561937,34.894835015311095],[107.54278885029552,34.89481424600569],[107.54276009279573,34.894794896823726],[107.54273009268792,34.89477554764177],[107.54270630562019,34.89476258901532],[107.5426815422176,34.89475020731403],[107.54264448587138,34.894730769374355],[107.54263614264613,34.89472668651945],[107.54260308039717,34.89471119829809],[107.54259219278407,34.89470599117878],[107.5425692932935,34.89469498522209],[107.54254964825249,34.89468705619951],[107.54252870143165,34.89467581355556],[107.54249047644223,34.894659008761444],[107.54245053547028,34.894641079702915],[107.54244586089727,34.894648002804715]]]},
{"type":"Polygon","coordinates":[[[107.543205456822,34.8949160067263],[107.54324644257362,34.8948943997533],[107.54323190662117,34.89487934978985],[107.54319587098874,34.89490810728963],[107.543205456822,34.8949160067263]]]},
{"type":"Polygon","coordinates":[[[107.54314684344571,34.894867034656876],[107.54320675490358,34.894837034549084],[107.54316415120026,34.89479345451086],[107.5432581456208,34.89473380932614],[107.54316046775504,34.89463173795349],[107.54321600789545,34.89459692273964],[107.54317125181754,34.89455194476739],[107.54313734637027,34.89454218141871],[107.54307366270953,34.89458194487519],[107.54305422476986,34.89459832067367],[107.54302852941126,34.89463777347815],[107.54302169506718,34.894670835727126],[107.543031103385,34.89467114637913],[107.54303022690264,34.89468038827623],[107.54302046355396,34.894680033245365],[107.54302108485798,34.89470519605769],[107.54305410272814,34.89476129093382],[107.54307371818324,34.8947900484336],[107.543099990467,34.8948200485414],[107.5431283041782,34.894853421442384],[107.54314684344571,34.894867034656876]]]},
{"type":"Polygon","coordinates":[[[107.54357626436766,34.89463498870491],[107.54364056933242,34.89457756246307],[107.5435421148367,34.89443643769567],[107.54348686315886,34.89441287252224],[107.54347494743558,34.89440381923527],[107.54340893388482,34.89439898193975],[107.5433851468171,34.894402354732954],[107.54332603417868,34.89442152639947],[107.54330100450291,34.894436792726516],[107.54325112266689,34.89446856798862],[107.54321295684927,34.89449342014891],[107.54322236516713,34.89452253267955],[107.54323425870098,34.894544012046666],[107.54325848955727,34.8945702843304],[107.54336180353796,34.89450353852846],[107.54340010249216,34.89454423394098],[107.5434150803567,34.89453955197146],[107.54346267668157,34.89450788765652],[107.54357626436766,34.89463498870491]]]},
{"type":"Polygon","coordinates":[[[107.5441880934892,34.89549198882555],[107.54419370741469,34.8954902580501],[107.54418170848109,34.89545834410407],[107.54417154017531,34.89543256553513],[107.54414424717783,34.895367128909555],[107.54412061543611,34.895311278117205],[107.54410144376963,34.89526727647984],[107.54401377333633,34.89506104792838],[107.54394028194811,34.894902349133446],[107.54387824030515,34.89477826584747],[107.54384096206472,34.89470237800091],[107.54381673120845,34.89465391628836],[107.54379103584985,34.89460492202952],[107.54377878728513,34.894579093534375],[107.54377186418334,34.89456178577989],[107.54376946772503,34.89455353131237],[107.54376254462323,34.89452770281722],[107.54372926048,34.894395631336884],[107.5437100888135,34.894316814485705],[107.54368905323497,34.894128559371595],[107.54367973367488,34.894021517566955],[107.5436658874713,34.89389423900324],[107.54366162710097,34.89387879516078],[107.54364991108254,34.89383778909632],[107.54357488862368,34.89371377237864],[107.54354593141908,34.89366584321238],[107.54348415604925,34.893566257055845],[107.54347430394284,34.893567854694716],[107.5432949689791,34.893684615469155],[107.54328884469675,34.89369699717044],[107.54328671451158,34.89370858005228],[107.54329177370134,34.893731213269675],[107.54334436264767,34.893787663176596],[107.54350386026202,34.89395927621909],[107.54351890469476,34.893976850246716],[107.54365523654542,34.89412163626977],[107.54354466662163,34.89421696205599],[107.5436618268058,34.89441626750565],[107.54367840230914,34.89441114174759],[107.543679067992,34.8944125396816],[107.5436697484319,34.89441653377879],[107.54373119096029,34.89452550606372],[107.54372639804366,34.894528834478045],[107.54372772940938,34.89453056525349],[107.54372566579251,34.894532362597225],[107.54377292927586,34.894609648377795],[107.54380647969224,34.89468247408318],[107.54382175711397,34.89471592464713],[107.54384622095924,34.894770077948166],[107.54388243410706,34.89485099170037],[107.54388975661857,34.89486803318171],[107.54394088106253,34.89497940192494],[107.54396128424231,34.89500316680322],[107.5440000602692,34.89508767524289],[107.54407305239526,34.89524926975828],[107.54408636605251,34.89527922548719],[107.54412943573384,34.8953700911982],[107.5441880934892,34.89549198882555]]]},
{"type":"Polygon","coordinates":[[[107.54313249120953,34.893786697907494],[107.54322743580727,34.89388735345847],[107.54332086404227,34.89383003389095],[107.54332232854458,34.89381905012368],[107.5432337261553,34.89372392404234],[107.54313249120953,34.893786697907494]]]},
{"type":"Polygon","coordinates":[[[107.54317947300179,34.89366304734436],[107.54309453186826,34.8937164351101],[107.54312262368515,34.89374892043389],[107.54320530149694,34.89369713030703],[107.54317947300179,34.89366304734436]]]},
{"type":"Polygon","coordinates":[[[107.54318120377724,34.893537499556096],[107.54314499062941,34.8935615972758],[107.54321888142738,34.8936397484441],[107.54318945824473,34.89365625737915],[107.5432029716069,34.893673431997065],[107.5432142882156,34.893683417240034],[107.54322121131739,34.89368674565436],[107.54338550184838,34.89358170089831],[107.54339428886219,34.89357011801646],[107.54339562022793,34.8935566712226],[107.54339448856705,34.89353836494383],[107.54338380435706,34.89348314655021],[107.54337085682535,34.89346437429342],[107.54334076795986,34.8934802175456],[107.5433209306105,34.89345798373792],[107.54335155202227,34.8934413416663],[107.54331653710362,34.89340978829853],[107.54325675878238,34.89344600144636],[107.54328298668725,34.893473161307234],[107.54324983568057,34.89349419688577],[107.54330502079003,34.89355537314101],[107.54322886667033,34.89359251824487],[107.54318120377724,34.893537499556096]]]},
{"type":"Polygon","coordinates":[[[107.54307219901042,34.89330047865111],[107.54319248710178,34.893426596790874],[107.5432228422404,34.89340968844611],[107.54324627427724,34.89343471812182],[107.54329926263325,34.893391581872194],[107.54319408474065,34.89329146316936],[107.54313896619945,34.893277616965776],[107.54309689504241,34.8932858714333],[107.54307219901042,34.89330047865111]]]},
{"type":"Polygon","coordinates":[[[107.542892064425,34.89349709260624],[107.542894627304,34.893496027513656],[107.5429876897684,34.893439710743316],[107.54310857777664,34.89356625705587],[107.54313826723241,34.893550413803695],[107.54309103703316,34.89349725902696],[107.54309150301117,34.89349359777121],[107.54311253858968,34.89348188175279],[107.54298712393799,34.893354603189074],[107.54287662058249,34.893423834207],[107.5428736915779,34.89345126034102],[107.5428795495871,34.89347549119729],[107.542892064425,34.89349709260624]]]},
{"type":"Polygon","coordinates":[[[107.54273379832422,34.89346693717251],[107.54295746776639,34.893330738458666],[107.54294675027229,34.89331895587198],[107.5429315061347,34.893329473661225],[107.54288976781916,34.893286936526245],[107.54268756110417,34.89341383512405],[107.54273379832422,34.89346693717251]]]},
{"type":"Polygon","coordinates":[[[107.54304596431895,34.89327424395963],[107.54304906572852,34.89327277412334],[107.5430536589403,34.89326831404816],[107.54306364418323,34.89325959360264],[107.54307436167734,34.893251405703424],[107.54308254957658,34.893239756253315],[107.54308467976173,34.89323416451727],[107.54309240168296,34.89321146473162],[107.5430867433786,34.89319082856286],[107.543040345283,34.89313784020692],[107.542999206082,34.89309370543307],[107.54296132872707,34.893052100254096],[107.5428954261236,34.8929848662849],[107.54286307393645,34.89299565034729],[107.54294135824115,34.89307779561264],[107.54300639545693,34.89314682692558],[107.54302426904182,34.893166564422465],[107.5430819171778,34.89322903875919],[107.54308141791563,34.89323012049385],[107.54308015311815,34.893232716657025],[107.54303300313208,34.8932611544994],[107.54304596431895,34.89327424395963]]]},
{"type":"Polygon","coordinates":[[[107.54347510276115,34.89356880329273],[107.54348502143581,34.89356687281242],[107.54346897847888,34.89354144372704],[107.54345433345588,34.893517612280526],[107.54343982156946,34.89349258260486],[107.54342407816972,34.893467652781624],[107.54339412244092,34.89341609564384],[107.54337428509157,34.89339292988019],[107.54334832345995,34.893363373561066],[107.54331503931678,34.89332742668644],[107.54327509834496,34.893284290436874],[107.54325233199101,34.89325752998577],[107.54323622246572,34.893241287323896],[107.54321665138953,34.89321918665283],[107.54317777551033,34.89317698235929],[107.54313856678965,34.89313191562942],[107.54307932101484,34.893069474576826],[107.54304017886247,34.89302580578099],[107.54302100719602,34.89300383824649],[107.54297640644417,34.892954344725595],[107.54296199441018,34.892939267008735],[107.54294308901686,34.89291942965941],[107.54292178716523,34.892896796442045],[107.5429014172696,34.892876559682996],[107.54286147629777,34.89283275775058],[107.54284150581188,34.892811855308665],[107.54282033709681,34.892790952866754],[107.54277839907641,34.892746485251486],[107.5427389906509,34.892706477711414],[107.54269139432618,34.89266027932069],[107.54267708214462,34.89264570086598],[107.54263511084008,34.892604361960146],[107.54259242392646,34.89256297312811],[107.54257205403084,34.89254290278977],[107.5425506356847,34.8925223831155],[107.54250779899245,34.892481793102895],[107.54248623086767,34.89246112364999],[107.54248345996275,34.89245816552177],[107.5424713653372,34.89247473478428],[107.54247956571798,34.89247922814361],[107.54250040367185,34.89250079626838],[107.54250180784665,34.892503323783],[107.54253991715045,34.89254303384606],[107.54256839381515,34.89257300595691],[107.54258279362764,34.89258837464999],[107.54259394979633,34.89260028673278],[107.5426056699752,34.89261287750004],[107.54265195157626,34.89266273506618],[107.54267166619027,34.89268351685304],[107.54269267732569,34.89270611938654],[107.54272156120109,34.8927368146474],[107.54273893084319,34.89275537783813],[107.5427599162354,34.89277797803135],[107.54276785684381,34.89278633989221],[107.54277716125704,34.8927963183093],[107.54279562264503,34.89281616280948],[107.5428196866905,34.892841989094244],[107.54284191302217,34.8928656266216],[107.54286838873779,34.892894092755],[107.54288538627358,34.89291228032894],[107.54291849671507,34.89294810258301],[107.54295039868867,34.89298179751223],[107.54298776641258,34.89302218640595],[107.54303251526906,34.89307036517873],[107.54310624958411,34.89314913773875],[107.5431831827849,34.89322924316781],[107.54319907058377,34.893244544504334],[107.5432179173519,34.89326248492154],[107.5432499861809,34.89329330085364],[107.54330079514858,34.89334059104703],[107.54332857213929,34.893366981853944],[107.5433575753695,34.893393425975624],[107.54336567921324,34.89340089004223],[107.54337655542457,34.89341080658785],[107.54338353965836,34.89341723101661],[107.54338641865549,34.89341976346778],[107.54343714765092,34.893503867503945],[107.54347416142413,34.89356415317053],[107.54347613407032,34.89356761863003],[107.54347510276115,34.89356880329273]]]},
{"type":"Polygon","coordinates":[[[107.54266231089343,34.892863250658465],[107.54276659456691,34.89297051995859],[107.54278941328482,34.89299712402458],[107.54284182169538,34.892964122187216],[107.54286565339379,34.89295287277254],[107.54277608459448,34.892850934948555],[107.54269675222936,34.8928432576229],[107.54266231089343,34.892863250658465]]]},
{"type":"Polygon","coordinates":[[[107.5426199789728,34.89279975277757],[107.54262248476658,34.89280044586948],[107.542638265936,34.892816866816],[107.54262792287227,34.892825663751644],[107.54264173139549,34.89283920570108],[107.54267798543331,34.8928142543927],[107.54269163401226,34.89278589093958],[107.54268822186752,34.892767550661624],[107.54266604292674,34.892769896511126],[107.5426199789728,34.89279975277757]]]},
{"type":"Polygon","coordinates":[[[107.54252723794514,34.89271847442368],[107.54256559125172,34.89275738753524],[107.54257578769985,34.89275188945046],[107.5426096625664,34.89278821013173],[107.54265146133943,34.89276048645575],[107.54265881877652,34.892754728461504],[107.54266852206311,34.89274630472919],[107.5426675623974,34.89273884066258],[107.54256071961535,34.89262362746297],[107.54254632462975,34.89262783932913],[107.54253555504793,34.89263445035956],[107.54258108585422,34.89268680545535],[107.54252723794514,34.89271847442368]]]},
{"type":"Polygon","coordinates":[[[107.54252022705404,34.89262385405072],[107.5425267847697,34.892619455582896],[107.54254245930959,34.89260514056944],[107.54247640232008,34.89253308566928],[107.54246848507799,34.892526447981474],[107.54245704906167,34.892519410432946],[107.54244169441034,34.89251701126868],[107.54240698650061,34.892516851324395],[107.54239083212788,34.89252100987579],[107.54204951102471,34.89273877401915],[107.54204623216688,34.89274397220839],[107.54204791158188,34.89274741101051],[107.54209261600941,34.89279611404513],[107.54211416850177,34.89278191898989],[107.542130042972,34.89279835326512],[107.54221045496105,34.892747211080156],[107.54220077833185,34.89273665475738],[107.54227472257386,34.89268802169835],[107.54227470757911,34.8926844079572],[107.54225762852843,34.89266584442366],[107.54244902185788,34.892543966878854],[107.54252108675458,34.89262074013541],[107.54252022705404,34.89262385405072]]]},
{"type":"Polygon","coordinates":[[[107.54121045330476,34.89349592527064],[107.54126032593202,34.89354858692632],[107.54123096615926,34.89356664063743],[107.54125161396674,34.8935919218309],[107.54227374791334,34.89293569042461],[107.54261910760958,34.89331019996677],[107.54280336342535,34.89319378052071],[107.54271158039731,34.893090046655665],[107.54268623172734,34.89306654234327],[107.5427126150369,34.89304515229434],[107.54260266208819,34.89292352591201],[107.54244422727784,34.89275692644576],[107.54239496943646,34.89278891030441],[107.54237297209909,34.89276623820208],[107.54229604889471,34.89281596837893],[107.54228235116621,34.89282399808185],[107.54220331932143,34.89287595498303],[107.54221900760653,34.89289326270401],[107.54213747913141,34.892943313394206],[107.54211551553227,34.89291861699702],[107.54121045330476,34.89349592527064]]]},
{"type":"Polygon","coordinates":[[[107.54202195515437,34.89275602816522],[107.54163515036399,34.89300273910009],[107.54101579205081,34.893394250375984],[107.54090822608319,34.89345733246429],[107.54089866129003,34.89347221103144],[107.54088469365556,34.89349255519468],[107.54087702663881,34.89351168478101],[107.54087603979508,34.893524134194344],[107.54087664708354,34.893536431785556],[107.5408793798816,34.89354979213156],[107.5408843141003,34.893558977369445],[107.5410859338674,34.89375847162695],[107.5411047598095,34.893773046549875],[107.54116791780885,34.89384136650107],[107.5412236365246,34.89380766199181],[107.54115896030413,34.89373964568484],[107.54114620724657,34.89372582987249],[107.54108418791309,34.893658876320295],[107.54105234322469,34.89367758839584],[107.54090583488494,34.893521894818164],[107.54091904340883,34.89351369642402],[107.54091228732477,34.893507699450524],[107.54111276842607,34.89338821544699],[107.54115155897611,34.89343140883836],[107.54205713992923,34.89285623076033],[107.54203683372153,34.89283330562113],[107.54207797751435,34.89280795132813],[107.54206765361062,34.89279459098212],[107.5420322790581,34.89276149376132],[107.54202195515437,34.89275602816522]]]},
{"type":"Polygon","coordinates":[[[107.54166342723255,34.89420160242251],[107.54166161089906,34.89420242705195],[107.5416378391088,34.89418788633625],[107.54153067352745,34.89412303575752],[107.54151851404393,34.89411201115913],[107.54147324023363,34.89408639518054],[107.54142125168634,34.89405679359348],[107.54134334992865,34.89401193860986],[107.54111710247214,34.89387288816067],[107.5407531826411,34.89351499402928],[107.54079025555528,34.89349467418128],[107.54066012206061,34.89334886846342],[107.54092017288136,34.893194632170335],[107.54104284855944,34.89333524984188],[107.54126020608251,34.89319755044637],[107.54123577903118,34.893157991593334],[107.5412656102974,34.89314177894865],[107.54127209535527,34.893151938872656],[107.54129760324957,34.89317312339504],[107.54143508647648,34.89308665595675],[107.54141260494252,34.89305185281283],[107.54144092302857,34.893035207830955],[107.54147097046338,34.893063958254196],[107.54176395096688,34.89287517101386],[107.54174496415854,34.8928527975642],[107.54173736222961,34.892842673668305],[107.54174853094035,34.89283665697571],[107.54175667329079,34.89284616839393],[107.54177915482475,34.892867208803914],[107.54193486826993,34.89276935648623],[107.54193357125835,34.892754080572125],[107.54192420395253,34.89272439341831],[107.54183824090765,34.89263136886593],[107.54175732179662,34.892681447923934],[107.54173445596294,34.89265300974422],[107.5418435970851,34.89258426813078],[107.54195665326071,34.89270431375764],[107.54197171300622,34.89271115909651],[107.54199741305041,34.89271800443539],[107.54201074344715,34.892721415095444],[107.54240042336917,34.89246796942627],[107.54238620427931,34.892442989944094],[107.54239946261985,34.89243511179971],[107.54241099161163,34.8924460643419],[107.5424250665891,34.89245163668792],[107.54244432961286,34.89243780189779],[107.54244805251646,34.89242519206305],[107.54245184747624,34.89242005205422],[107.54244800447898,34.89241719382501],[107.54242737238746,34.892396873977006],[107.54238759736583,34.89235402455758],[107.54234980789279,34.892310086288916],[107.54230990477126,34.89226736496939],[107.54227077024917,34.89222470769981],[107.54222926587879,34.89218262687982],[107.54220960254281,34.89216097799527],[107.5421668598733,34.89211949497487],[107.54214516828877,34.89210019458864],[107.54210357851844,34.89205826321857],[107.54206190334817,34.892016929648065],[107.54201402244902,34.89198049234073],[107.54196631234971,34.891942688634366],[107.54190624772589,34.89189577560117],[107.54173089318436,34.89189440920215],[107.54146307897545,34.89195225342756],[107.54001219094403,34.89280739148405],[107.5400780058304,34.89287434503626],[107.54018321855533,34.89298274602558],[107.54031166006367,34.893114375798326],[107.54041778372128,34.89322459865301],[107.54052367964573,34.89333345510867],[107.54054554203013,34.893355659092826],[107.54056672121501,34.8933777492104],[107.54060805478552,34.89341771638187],[107.54062991716992,34.893439464899686],[107.54069533352326,34.893504596586546],[107.54071702510778,34.89352657283753],[107.54078135972857,34.89359176145768],[107.54084706074835,34.893655640612096],[107.5408698340654,34.893677389129905],[107.54091333110102,34.89372054456578],[107.54097863358776,34.89378476531996],[107.54100021130569,34.893806684637646],[107.54102719768646,34.89383179221973],[107.54104780753842,34.8938468795423],[107.54107314285368,34.89386489892945],[107.54109916136845,34.893883174516404],[107.54112535068309,34.893901620903236],[107.54120226756152,34.89395576446459],[107.54125464619081,34.89399174630559],[107.54132342160842,34.89403205507682],[107.54136760184356,34.89405596705976],[107.5414227132709,34.894087621970506],[107.54147919109728,34.8941197323476],[107.54150105348168,34.89413202993882],[107.54154614464952,34.89415776378713],[107.54161275660204,34.89419716162568],[107.54165067417497,34.89421947947642],[107.54166342723255,34.89420160242251]]]}
]}

View File

@ -0,0 +1,7 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55387881725068,34.909403664303454],[107.55394163502137,34.90937701434029],[107.55375508527845,34.90911812898287],[107.55363896758126,34.90898678273521],[107.5536047033429,34.90893157923995],[107.55364087115015,34.90890112213913],[107.55367132825097,34.90885924362527],[107.55365609970067,34.90882497938691],[107.5536370640126,34.90880975083638],[107.55361041404933,34.90877739016668],[107.55357995694845,34.90880213656112],[107.55361231761799,34.90884020793726],[107.55361422118682,34.90886305076299],[107.55358566765489,34.90887066503825],[107.55350952490267,34.908922061395856],[107.5533800822239,34.909009625561],[107.55332107159103,34.90904008266182],[107.55329632519658,34.909022950542635],[107.55320114675635,34.908944904221585],[107.5530203077198,34.90873170451533],[107.55293083998595,34.90863462250644],[107.5529670077932,34.90860416540539],[107.55304315054542,34.9085546726165],[107.55307741478396,34.90849566198369],[107.55311548616004,34.90844236205709],[107.55309835404086,34.90841761566264],[107.55307551121513,34.90844807276346],[107.55301840415098,34.90852421551568],[107.55299175418781,34.908552769047844],[107.55289467217875,34.90861558681837],[107.5528851543346,34.90864794748808],[107.55298413991255,34.908758354478664],[107.55324112170115,34.90903817909299],[107.55328680735249,34.909081961175445],[107.55333249300384,34.90908386474433],[107.55353998200349,34.908965843478484],[107.55357234267319,34.9089886863041],[107.55375698884728,34.90921901812936],[107.55387881725068,34.909403664303454]]]},
{"type":"Polygon","coordinates":[[[107.55394924929647,34.90936178578977],[107.5540060549622,34.90934248042947],[107.55384234804507,34.90910834146649],[107.55380427666893,34.908832323989884],[107.55381569808173,34.90880186688884],[107.5539527550356,34.908712399155206],[107.55437154017267,34.90844589952252],[107.55440199727354,34.90841544242153],[107.55437344374155,34.908381178183106],[107.55429349385179,34.9084420923848],[107.55414311191612,34.908529656549774],[107.55402318708144,34.908598185026904],[107.55398130856776,34.90855059580667],[107.5540193799439,34.908537270825036],[107.55401747637501,34.90851442799948],[107.5540060549622,34.90851442799948],[107.55398892284302,34.90853156011866],[107.55395085146694,34.90854107796275],[107.55373765176085,34.908293614018135],[107.55365770187097,34.90820414628428],[107.55366341257735,34.908185110596264],[107.55372813391676,34.908135617807375],[107.55376810886173,34.9081051607065],[107.55379856596255,34.90805566791744],[107.55384615518261,34.90800427155972],[107.5538347337698,34.90797762159656],[107.5538137945129,34.907987139440536],[107.55376620529285,34.90803472866071],[107.55373194105431,34.90809373929352],[107.55369958038477,34.908118485687964],[107.5536272447701,34.908166074908195],[107.55360820908209,34.90819082130264],[107.55361772692618,34.90821747126597],[107.55370148395343,34.90830693899977],[107.55382902306337,34.9084420923848],[107.55392420150366,34.90854107796275],[107.55396227287974,34.908584860045266],[107.55399493494781,34.90861368324954],[107.55382361375536,34.9087240902403],[107.55375318170957,34.908767872322755],[107.55374747100319,34.90885543648773],[107.55377412096647,34.909051504074625],[107.55378744594816,34.90912574325796],[107.55384074587454,34.90919617530375],[107.55394924929647,34.90936178578977]]]},
{"type":"Polygon","coordinates":[[[107.55211898375376,34.90805798789188],[107.55213445025032,34.908061557083386],[107.552173711357,34.90809130034603],[107.55265912140214,34.90864690449092],[107.55314512631259,34.90918406781293],[107.55259785028136,34.90952195127585],[107.55346730533279,34.91049586466556],[107.55322555209472,34.91064624660112],[107.55323316636981,34.910659571582755],[107.55347491960805,34.910512996784746],[107.55388561457761,34.91095890777717],[107.55391178864869,34.9109398720891],[107.55263401808861,34.90953123117373],[107.5531884325029,34.90918382986689],[107.55272591287263,34.908667724774716],[107.55272079703138,34.90865752283554],[107.55303345820761,34.90845622043446],[107.55300490467545,34.90844765437481],[107.55269795420583,34.90863610768656],[107.5524181295915,34.908334867923145],[107.5521446343435,34.90803945783938],[107.55211898375376,34.90805798789188]]]},
{"type":"Polygon","coordinates":[[[107.55313594159315,34.90835775833801],[107.55315878441871,34.90838916722333],[107.5531473630059,34.90839678149854],[107.55317782010678,34.908441515365496],[107.55319019330398,34.90843485287468],[107.55316735047842,34.90839773328298],[107.55318828973532,34.90838060116363],[107.55335675557444,34.90827209774176],[107.553478583978,34.90840249220497],[107.55351951070719,34.90837679402608],[107.553478583978,34.90838821543889],[107.55336246628087,34.9082692423886],[107.55373651755099,34.908035103425675],[107.55375840859216,34.908041765916494],[107.5537717335738,34.90802463379708],[107.55373937290426,34.90801035703123],[107.55370986758771,34.90802463379708],[107.55369654260602,34.908017971306435],[107.55350713751,34.90813884792556],[107.5531521219279,34.908351095847195],[107.55313594159315,34.90835775833801]]]},
{"type":"Polygon","coordinates":[[[107.55395828926538,34.90896644825801],[107.55397256603129,34.90895574068344],[107.55382622917949,34.90879631679604],[107.55381433187449,34.908803455179054],[107.55395828926538,34.90896644825801]]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,60 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55305118754292,34.907570934938235],[107.5530370976527,34.90758005003806],[107.55304380559589,34.90759048105017],[107.5530435488325,34.90759070571813],[107.55304386978673,34.90759118714946],[107.55305202202389,34.90758601978653],[107.5530516047834,34.90757937603419],[107.55305282440945,34.90757895879371],[107.55305035306196,34.907578188503585],[107.55305154059256,34.90757780335852],[107.55305125173376,34.907570870747385],[107.55304929391303,34.90757225085053]]},
{"type":"LineString","coordinates":[[107.55304383769129,34.90759046500247],[107.55305192573762,34.90758531368725]]},
{"type":"LineString","coordinates":[[107.55304621275253,34.9075888923268],[107.55303950480935,34.90757849341011]]},
{"type":"LineString","coordinates":[[107.55304865200459,34.90758731965113],[107.55304200825226,34.907576888639014]]},
{"type":"LineString","coordinates":[[107.55305112335209,34.90758577907088],[107.55304444750433,34.90757538015418]]},
{"type":"LineString","coordinates":[[107.55305170106968,34.907581285711814],[107.55304688675639,34.907573743287664]]},
{"type":"LineString","coordinates":[[107.55305138011546,34.90757547644045],[107.55304926181762,34.907572202707414]]},
{"type":"LineString","coordinates":[[107.55304865200459,34.90758731965113],[107.55304200825226,34.907576888639014]]},
{"type":"LineString","coordinates":[[107.55305112335209,34.90758577907088],[107.55304444750433,34.90757538015418]]},
{"type":"LineString","coordinates":[[107.55304383769129,34.90759046500247],[107.55305192573762,34.90758531368725]]},
{"type":"LineString","coordinates":[[107.55304621275253,34.9075888923268],[107.55303950480935,34.90757849341011]]},
{"type":"LineString","coordinates":[[107.55305170106968,34.907581285711814],[107.55304688675639,34.907573743287664]]},
{"type":"LineString","coordinates":[[107.55305138011546,34.90757547644045],[107.55304926181762,34.907572202707414]]},
{"type":"LineString","coordinates":[[107.55305118754292,34.907570934938235],[107.5530370976527,34.90758005003806],[107.55304380559589,34.90759048105017],[107.5530435488325,34.90759070571813],[107.55304386978673,34.90759118714946],[107.55305202202389,34.90758601978653],[107.5530516047834,34.90757937603419],[107.55305282440945,34.90757895879371],[107.55305035306196,34.907578188503585],[107.55305154059256,34.90757780335852],[107.55305125173376,34.907570870747385],[107.55304929391303,34.90757225085053]]},
{"type":"LineString","coordinates":[[107.55227025059227,34.90807490214498],[107.55226360683994,34.90806447113287]]},
{"type":"LineString","coordinates":[[107.55227272193977,34.90807336156473],[107.55226604609202,34.90806296264803]]},
{"type":"LineString","coordinates":[[107.55226543627897,34.908078047496325],[107.5522735243253,34.9080728961811]]},
{"type":"LineString","coordinates":[[107.55226781134022,34.90807647482065],[107.55226110339703,34.90806607590396]]},
{"type":"LineString","coordinates":[[107.55227329965736,34.90806886820567],[107.55226848534407,34.90806132578152]]},
{"type":"LineString","coordinates":[[107.55227297870314,34.9080630589343],[107.5522708604053,34.90805978520127]]},
{"type":"LineString","coordinates":[[107.5522727861306,34.90805851743209],[107.55225869624039,34.90806763253191],[107.55226540418357,34.908078063544025],[107.55226514742019,34.90807828821198],[107.55226546837442,34.90807876964331],[107.55227362061157,34.90807360228038],[107.55227320337109,34.908066958528046],[107.55227442299713,34.90806654128756],[107.55227195164964,34.90806577099744],[107.55227313918024,34.908065385852375],[107.55227285032144,34.90805845324124],[107.55227089250072,34.90805983334438]]},
{"type":"LineString","coordinates":[[107.55365340241516,34.907191807493675],[107.55221330887797,34.908083258834004]]},
{"type":"LineString","coordinates":[[107.55362979159301,34.90716568960851],[107.5521940748378,34.908054316535946]]},
{"type":"LineString","coordinates":[[107.5526772186891,34.9074128363116],[107.55293598568251,34.90769857803454]]},
{"type":"LineString","coordinates":[[107.55362517985957,34.907161045680354],[107.55219035920445,34.908049129207264]]},
{"type":"LineString","coordinates":[[107.55328305620402,34.90708739624723],[107.55328312245844,34.90708360893884],[107.55328721266795,34.9070821993995],[107.55327910920143,34.90708062817739],[107.55328319958771,34.907079254109284],[107.55328326322382,34.907075470118954],[107.55329594775944,34.90706732648584],[107.55330130979088,34.907075679717494],[107.5532830562372,34.907087396744394]]},
{"type":"LineString","coordinates":[[107.55328306903198,34.907086664124954],[107.55330097234486,34.90707517215757],[107.55330098014744,34.90707516702489]]},
{"type":"LineString","coordinates":[[107.55328469671583,34.90708561770097],[107.55328314411314,34.907083181263744]]},
{"type":"LineString","coordinates":[[107.55328632444443,34.90708457183008],[107.55328320598156,34.907079715159284]]},
{"type":"LineString","coordinates":[[107.55328795119104,34.90708352154007],[107.55328325066444,34.907076201098434],[107.55329627674882,34.907067839532694]]},
{"type":"LineString","coordinates":[[107.55328560395571,34.90707986377424],[107.55330070072293,34.90707017258281]]},
{"type":"LineString","coordinates":[[107.55328958077484,34.90708247817869],[107.55328488024811,34.907075158309986]]},
{"type":"LineString","coordinates":[[107.55329121292269,34.90708141168498],[107.55328651313249,34.90707411685826]]},
{"type":"LineString","coordinates":[[107.55329281560935,34.907080358939815],[107.55328813644195,34.907073068041264]]},
{"type":"LineString","coordinates":[[107.5532944615057,34.90707933369173],[107.55328977129034,34.90707202732603]]},
{"type":"LineString","coordinates":[[107.55329607990504,34.90707828094657],[107.55329138968965,34.90707096672455]]},
{"type":"LineString","coordinates":[[107.55329771401694,34.9070772124888],[107.55329302380153,34.9070699395124]]},
{"type":"LineString","coordinates":[[107.55329933241623,34.90707620688148],[107.55329465202121,34.90706888873131]]},
{"type":"LineString","coordinates":[[107.55349202731045,34.907316169416774],[107.55349170456242,34.90730931427209],[107.55349294332781,34.90730891849477],[107.55349046064066,34.90730814368805],[107.55349163122469,34.90730777206287],[107.55349131648337,34.90730110901866],[107.553499137301,34.907296088200475],[107.5535058780315,34.907306591488926],[107.55350612272588,34.90730643423577],[107.55350643511669,34.90730692291934],[107.55349204211905,34.907316163070234]]},
{"type":"LineString","coordinates":[[107.55349199610664,34.90731550197231],[107.55350587662116,34.90730659289927]]},
{"type":"LineString","coordinates":[[107.55349366305767,34.90731442735018],[107.55349191307273,34.907311634813915]]},
{"type":"LineString","coordinates":[[107.55349610012901,34.90731285199795],[107.5534915346163,34.907305738702]]},
{"type":"LineString","coordinates":[[107.55349854284171,34.9073112865181],[107.55349181104336,34.90730079686292]]},
{"type":"LineString","coordinates":[[107.55350099119575,34.90730972103826],[107.55349425375609,34.9072992248015]]},
{"type":"LineString","coordinates":[[107.5535034324981,34.907308154148076],[107.55349669834922,34.907297658381445]]},
{"type":"LineString","coordinates":[[107.55256202132723,34.907520503704845],[107.55256208758165,34.90751671639646],[107.55256617779116,34.907515306857114],[107.55255807432464,34.90751373563501],[107.55256216471092,34.9075123615669],[107.55256222834703,34.90750857757657],[107.55257491288265,34.907500433943454],[107.55258027491409,34.90750878717511],[107.55256202136042,34.90752050420201]]},
{"type":"LineString","coordinates":[[107.55256203415519,34.90751977158257],[107.55257993746807,34.907508279615186],[107.55257994527065,34.90750827448251]]},
{"type":"LineString","coordinates":[[107.55256366183905,34.90751872515859],[107.55256210923635,34.90751628872136]]},
{"type":"LineString","coordinates":[[107.55256528956764,34.9075176792877],[107.55256217110477,34.9075128226169]]},
{"type":"LineString","coordinates":[[107.55256691631425,34.90751662899769],[107.55256221578765,34.90750930855605],[107.55257524187203,34.90750094699031]]},
{"type":"LineString","coordinates":[[107.55256456907892,34.90751297123186],[107.55257966584614,34.90750328004043]]},
{"type":"LineString","coordinates":[[107.55256854589805,34.907515585636304],[107.55256384537132,34.9075082657676]]},
{"type":"LineString","coordinates":[[107.5525701780459,34.907514519142595],[107.5525654782557,34.90750722431588]]},
{"type":"LineString","coordinates":[[107.55257178073256,34.90751346639743],[107.55256710156516,34.90750617549888]]},
{"type":"LineString","coordinates":[[107.55257342662891,34.90751244114935],[107.55256873641355,34.90750513478365]]},
{"type":"LineString","coordinates":[[107.55257504502825,34.90751138840419],[107.55257035481286,34.907504074182164]]},
{"type":"LineString","coordinates":[[107.55257667914015,34.90751031994642],[107.55257198892474,34.907503046970014]]},
{"type":"LineString","coordinates":[[107.55257829753944,34.907509314339094],[107.55257361714442,34.90750199618893]]}
]}

View File

@ -0,0 +1,145 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55258547560547,34.907471226751284],[107.55260156692844,34.90746124389745],[107.55259907727809,34.90745867511886],[107.55258299354217,34.90746859832738],[107.55258547560547,34.907471226751284]]]},
{"type":"Polygon","coordinates":[[[107.5526665890064,34.907416895545694],[107.55266773149631,34.907418141088705],[107.55266381896845,34.90742060687785],[107.55266642359535,34.90742313893878],[107.55266428361651,34.90742447894525],[107.5526680861533,34.90742836011782],[107.55267256945551,34.90742549267245],[107.55266772677801,34.90742036859678],[107.55343346062311,34.906946416093575],[107.55343100131013,34.906943777052845],[107.5526665890064,34.907416895545694]]]},
{"type":"Polygon","coordinates":[[[107.55201915662936,34.907851309242005],[107.55202211753895,34.90784922427422],[107.5520047319561,34.90783072703277],[107.55257292878694,34.907479022538034],[107.55257070380272,34.907476214007254],[107.55199909441922,34.907829996746514],[107.55201915662936,34.907851309242005]]]},
{"type":"Polygon","coordinates":[[[107.55221862061819,34.908075160100076],[107.55223083881559,34.90808801709389],[107.55223334968542,34.90808636227611],[107.55222871489856,34.908081494020536],[107.55223904024578,34.90807489648686],[107.55223752702246,34.90807305467791],[107.5522269604002,34.90807985121235],[107.5522208708806,34.90807367530693],[107.55221862061819,34.908075160100076]]]},
{"type":"Polygon","coordinates":[[[107.55225187097062,34.90806453757583],[107.55225317234267,34.90806647450168],[107.55230089733921,34.90803651326262],[107.55233445355742,34.90807105848888],[107.55226204558107,34.908116433570854],[107.55224692664311,34.90810046746232],[107.55224431825468,34.90810210002566],[107.55226127167545,34.908120510626816],[107.55233900379591,34.90807253424189],[107.55230171990976,34.90803322298053],[107.55225187097062,34.90806453757583]]]},
{"type":"Polygon","coordinates":[[[107.552475366444,34.907985083095916],[107.55244041044229,34.907948198299884],[107.55233641053503,34.90801216127811],[107.5523713012658,34.90804872043036],[107.55237353395721,34.90804719279939],[107.552352908302,34.90802655973696],[107.55236144300213,34.90802108349244],[107.5523598604823,34.90801933085298],[107.55235146713694,34.90802468622237],[107.55233989238982,34.908012668568205],[107.55243986486975,34.90795112383904],[107.55245094754731,34.90796276631316],[107.55243015073522,34.90797537944422],[107.55243178021252,34.90797700892151],[107.55245241984463,34.907964329213385],[107.55247336529627,34.90798632307015],[107.552475366444,34.907985083095916]]]},
{"type":"Polygon","coordinates":[[[107.55225871648975,34.908117929500186],[107.55226127599893,34.90812054953826],[107.55248598965166,34.907982112232006],[107.5524837450421,34.90797866061536],[107.55225871648975,34.908117929500186]]]},
{"type":"Polygon","coordinates":[[[107.55346079959709,34.906976082449404],[107.55345758091164,34.90697815765449],[107.55362917249711,34.90716575440637],[107.55363340866276,34.90716330265297],[107.55346079959709,34.906976082449404]]]},
{"type":"Polygon","coordinates":[[[107.55203200213063,34.907859467457385],[107.55202950653941,34.90786112306662],[107.5521716238599,34.90801074656787],[107.55216187019752,34.90801604201255],[107.5521961362987,34.90805177666105],[107.5522002354508,34.90804920649281],[107.55219646660605,34.90804535198766],[107.5522367954624,34.90802041830062],[107.55223523387362,34.90801788629596],[107.55219458092164,34.90804311786156],[107.55217708942199,34.90802517110198],[107.55218509601367,34.908020365507866],[107.55203727999728,34.90786489904839],[107.55209233668504,34.90783080802963],[107.55209106003237,34.90782871896164],[107.55203539431282,34.90786302361226],[107.55203200213063,34.907859467457385]]]},
{"type":"Polygon","coordinates":[[[107.55280742230359,34.907778566571636],[107.55281382922368,34.90777450400183],[107.55279893313444,34.907758049866125],[107.55284201967213,34.90773109711813],[107.5528237537828,34.907711797596896],[107.55294793053457,34.90763511018987],[107.55297888032699,34.90766771449663],[107.55302806021461,34.907637033769554],[107.55302231036788,34.90763100748787],[107.5529798304441,34.907657902080054],[107.55295042049667,34.90762695228765],[107.55281155039872,34.90771283739584],[107.5528288747665,34.90773017289136],[107.55278661437444,34.90775665199265],[107.55280742230359,34.907778566571636]]]},
{"type":"Polygon","coordinates":[[[107.55299123385858,34.90759101136319],[107.55299278347263,34.90759264074245],[107.55300534001192,34.90758499005328],[107.5530496860658,34.907631125260814],[107.5530016585662,34.90766058861818],[107.55295698866657,34.907614925324346],[107.55298043307413,34.90760037225325],[107.55297882027354,34.907598672211],[107.5529531837263,34.90761465270189],[107.55300043610963,34.90766345893442],[107.55305284663862,34.907631046937595],[107.55300609439755,34.90758176940673],[107.55299123385858,34.90759101136319]]]},
{"type":"Polygon","coordinates":[[[107.552733801966,34.907416263855055],[107.55270652802272,34.90743378881435],[107.55286914602735,34.90761303372867],[107.55289641997064,34.907595595813866],[107.55289511430314,34.907593593790374],[107.5528702776059,34.907609493919],[107.55270983571381,34.90743437878265],[107.55273507861881,34.9074181885057],[107.552733801966,34.907416263855055]]]},
{"type":"Polygon","coordinates":[[[107.55291350003594,34.907584550834066],[107.55296290262541,34.90755280860648],[107.5529616646592,34.90755087428426],[107.55294367546256,34.907562325471794],[107.55293172534152,34.907551805463534],[107.55292762457842,34.90755459088753],[107.5528934076002,34.907517976568805],[107.55289719887173,34.90751557800925],[107.55289258768397,34.90751036490515],[107.55288861076724,34.90751297314273],[107.55284028893546,34.90746196291401],[107.55284372842155,34.90745969149727],[107.55283861524292,34.90745465579105],[107.55283528392957,34.907457005787286],[107.55278741244031,34.90740677784571],[107.55278954938744,34.9074047571072],[107.55278493977943,34.90740014749919],[107.55278281574437,34.907402019748936],[107.55277391932984,34.90739297054177],[107.55279827431244,34.90737741769551],[107.55279684291399,34.90737552205973],[107.55275119152813,34.90740494973107],[107.55275250686724,34.90740684536684],[107.55277277148066,34.90739389910347],[107.55292642320886,34.90755546920668],[107.55292599765797,34.90755570132534],[107.5529370213941,34.907566735726455],[107.55291220404008,34.90758262618348],[107.55291350003594,34.907584550834066]]]},
{"type":"Polygon","coordinates":[[[107.55281484998254,34.90736431092893],[107.55281618466486,34.90736634196726],[107.55285165638044,34.9073435951161],[107.55285930435933,34.90735165981173],[107.55285560293368,34.907353988523234],[107.55286033042609,34.90735902412101],[107.55286398629508,34.90735658687501],[107.55291096498553,34.90740596781522],[107.55290738612364,34.90740837006498],[107.55291223169057,34.907413402678465],[107.55291567143404,34.907411017442264],[107.55291733830121,34.907412880411464],[107.55291900516839,34.90741180185035],[107.55285187290976,34.90734051876565],[107.55281484998254,34.90736431092893]]]},
{"type":"Polygon","coordinates":[[[107.55292925915919,34.90742254456412],[107.55292760454837,34.9074235373306],[107.55296546909109,34.907463425707476],[107.55296139997414,34.90746602405926],[107.55296646786142,34.90747076195179],[107.5529702107749,34.907468498794806],[107.55300500816118,34.907505011592406],[107.55300088805485,34.90750785504606],[107.55301028868394,34.90751962772672],[107.55297872054538,34.907539996139654],[107.5529800552277,34.90754179505931],[107.55301866776713,34.90751681300283],[107.55300725732738,34.907503661892456],[107.55300682210488,34.907503908518535],[107.55292925915919,34.90742254456412]]]},
{"type":"Polygon","coordinates":[[[107.55306789146586,34.90761626573086],[107.55307106053336,34.907619782501634],[107.55320671527305,34.90753588618004],[107.55320529832817,34.90753431179684],[107.55320306795198,34.90753575498143],[107.5531581066996,34.90748851223109],[107.55310337755786,34.90752250772036],[107.553104988415,34.90752422310057],[107.55315736445728,34.90749171185935],[107.55318685116582,34.90752243021464],[107.55318351580571,34.90752449440606],[107.55319553011608,34.9075371867652],[107.55312748004069,34.90757935561948],[107.55312098071806,34.90758347572581],[107.55310749249871,34.90759173256188],[107.55306617728804,34.907548268223536],[107.5530925817877,34.90753179263999],[107.55309099428464,34.907530119857846],[107.55306275079045,34.90754761557785],[107.55309569218217,34.90758225084345],[107.55309288610422,34.90758422892002],[107.55309529480691,34.90758666343617],[107.55309815590853,34.90758482514382],[107.55310503568307,34.907592072922384],[107.55310153705342,34.90759429606402],[107.55310223159621,34.907594994062244],[107.55309503737692,34.9075994653974],[107.55309443785863,34.90759884557843],[107.55309117765405,34.90760089594822],[107.55309175082459,34.90760148941946],[107.55306789146586,34.90761626573086]]]},
{"type":"Polygon","coordinates":[[[107.55321512439339,34.90752501277831],[107.55321711369218,34.90752709965604],[107.55340234611016,34.907412380510685],[107.55340027110975,34.9074102190586],[107.55321512439339,34.90752501277831]]]},
{"type":"Polygon","coordinates":[[[107.5534162794015,34.90740631913536],[107.55357915114377,34.90730562081325],[107.55354032534763,34.907266605038906],[107.55352028166006,34.90727902496438],[107.55352207985491,34.907280928720574],[107.55353849384677,34.9072707707276],[107.55354154550606,34.907273981155],[107.55354316338233,34.907272971565234],[107.55355630321732,34.90728635199577],[107.55355443689163,34.90728754121727],[107.55355860966802,34.90729190880115],[107.55355452260692,34.90729446857155],[107.55356677698879,34.90730700656469],[107.55349588806871,34.90735135287499],[107.55348368825818,34.90733898989987],[107.55347892982552,34.907341775323864],[107.55345870215166,34.907320160522495],[107.55346659758152,34.90731527174822],[107.55346699689497,34.90731560798521],[107.55346951009426,34.907314051412456],[107.55346915341394,34.90731368856828],[107.55349128219777,34.907300002267554],[107.5534917858774,34.907300483807425],[107.5534943430201,34.90729887313961],[107.55349384862353,34.90729840827178],[107.55350969155954,34.90728859616077],[107.5535078630359,34.907286712874324],[107.55342974593533,34.90733507788023],[107.55343153925622,34.90733697394344],[107.55345637517016,34.90732160452716],[107.553488959679,34.907355381884216],[107.55344901000868,34.90737999692433],[107.55341656787476,34.907346242394446],[107.55341909180787,34.90734466309129],[107.55341732800669,34.90734275538165],[107.55339770122161,34.907354916492245],[107.55339948208884,34.90735681255544],[107.55341441293776,34.90734757078027],[107.55344664105394,34.90738147290859],[107.55342167077214,34.90739680801382],[107.55341132665436,34.90738546019791],[107.55340682391872,34.907388226766486],[107.55338546511453,34.90736549726499],[107.55338715232861,34.90736444636421],[107.55338533391595,34.907362553168426],[107.55338117721605,34.907365124414895],[107.55341522325278,34.90740095147263],[107.55341268455986,34.90740253405574],[107.5534162794015,34.90740631913536]]]},
{"type":"Polygon","coordinates":[[[107.5535403797667,34.90726657923091],[107.55354224124362,34.90726844440612],[107.55358195521673,34.90724386263776],[107.55361410534762,34.90727767659196],[107.55361193567916,34.90727901784155],[107.5536156734262,34.9072829922797],[107.55369690645495,34.90723261623979],[107.55365738251007,34.90718940092471],[107.55365352353701,34.90719183817086],[107.55368450744956,34.90722557530691],[107.55368001982201,34.90722828335802],[107.55368512643268,34.90723362208734],[107.55361554508141,34.90727674078547],[107.55358162812277,34.90724103220664],[107.5535403797667,34.90726657923091]]]},
{"type":"Polygon","coordinates":[[[107.55240699561874,34.907577536928486],[107.55240353329978,34.90757971065339],[107.55245223518506,34.90762991450829],[107.55241920267588,34.90765042432169],[107.5524305690912,34.90766231907539],[107.5524398438766,34.90765670098197],[107.55243105410261,34.90764747647908],[107.55245768997372,34.90763101707195],[107.55240699561874,34.907577536928486]]]},
{"type":"Polygon","coordinates":[[[107.55232289816679,34.907710071347616],[107.55228840480895,34.90773137909253],[107.55223799440401,34.90767822166962],[107.55223433853502,34.90768036876728],[107.55228741418381,34.907736719579894],[107.55231513944737,34.90771950725943],[107.55232422115613,34.90772906875656],[107.55233428273422,34.90772287229688],[107.55232289816679,34.907710071347616]]]},
{"type":"Polygon","coordinates":[[[107.5533169967947,34.90701658788346],[107.5535176512757,34.90722760058764],[107.55350580012596,34.90723493660909],[107.55357669900685,34.90730710588857],[107.55357914108342,34.90730559394161],[107.55350872833151,34.90723472702185],[107.55352037978537,34.90722758701513],[107.55331873319864,34.90701553119891],[107.5533169967947,34.90701658788346]]]},
{"type":"Polygon","coordinates":[[[107.55236859720868,34.908014281145746],[107.55236958904086,34.908016118289446],[107.55242369167837,34.907981693613394],[107.55242201608377,34.90798020248795],[107.55236859720868,34.908014281145746]]]},
{"type":"Polygon","coordinates":[[[107.55240266988396,34.9079952367219],[107.55242324646096,34.90801660722275],[107.5524251674314,34.90801538997416],[107.55240459560925,34.90799392437577],[107.55240266988396,34.9079952367219]]]},
{"type":"Polygon","coordinates":[[[107.55260106521669,34.90745740920132],[107.5525990029639,34.907458725812745],[107.55260159542637,34.90746128870488],[107.55260492001102,34.907459226006374],[107.55260366431801,34.90745770040575],[107.55260223806376,34.90745857566044],[107.55260106521669,34.90745740920132]]]},
{"type":"Polygon","coordinates":[[[107.55200479075187,34.90782775345831],[107.5520157167254,34.9078391997163],[107.55202109115312,34.90783586768181],[107.55201016638733,34.90782444580181],[107.55200479075187,34.90782775345831]]]},
{"type":"Polygon","coordinates":[[[107.55246777866819,34.90798846490064],[107.55247459218829,34.907984238124655],[107.55246257648355,34.90797158909712],[107.5524557389973,34.90797581204219],[107.55246777866819,34.90798846490064]]]},
{"type":"Polygon","coordinates":[[[107.55343619783095,34.90699561411216],[107.55344373655653,34.906991285445756],[107.55343859792355,34.90698553324465],[107.55343115841012,34.90699013500553],[107.55343619783095,34.90699561411216]]]},
{"type":"Polygon","coordinates":[[[107.55332692283815,34.907022340852805],[107.55333433079456,34.90701775072191],[107.55332894737553,34.907012074635695],[107.55332150786211,34.90701667639657],[107.55332692283815,34.907022340852805]]]},
{"type":"Polygon","coordinates":[[[107.55346639635843,34.90718410282679],[107.55347300922918,34.90718002426715],[107.55346842941145,34.90717520938736],[107.55346181235137,34.90717932116177],[107.55346639635843,34.90718410282679]]]},
{"type":"Polygon","coordinates":[[[107.55240326951052,34.907917123671474],[107.55240987585884,34.90791302695995],[107.55239763985571,34.9079001615817],[107.55239108827556,34.90790439700808],[107.55240326951052,34.907917123671474]]]},
{"type":"Polygon","coordinates":[[[107.55229740720841,34.90798289447627],[107.55230439471042,34.90797848534482],[107.55229213776168,34.907965558841454],[107.55228495674224,34.90797001289149],[107.55229740720841,34.90798289447627]]]},
{"type":"Polygon","coordinates":[[[107.55227242905094,34.9078711236256],[107.55228219206093,34.90786489912069],[107.55227186769903,34.907854112728174],[107.55226209918527,34.90786038467882],[107.55227242905094,34.9078711236256]]]},
{"type":"Polygon","coordinates":[[[107.55309926057205,34.90733734298461],[107.5530976102397,34.90733541759686],[107.5530714717533,34.907352199038975],[107.55307090695894,34.90735495013412],[107.55308509202945,34.907369615064475],[107.55310343519602,34.90735785279114],[107.55316321632553,34.90742163009023],[107.55311603477958,34.90745082070385],[107.55305714264502,34.90738704103092],[107.55307432221649,34.907376079952314],[107.55304978404544,34.907350249271225],[107.55308909880338,34.90732479740255],[107.5530874943136,34.907322978980794],[107.55304644993679,34.90734955238785],[107.55306979959344,34.90737445757001],[107.55305150298881,34.907386181607926],[107.55311567390828,34.907456104092695],[107.55316892322352,34.90742239221125],[107.55310701298619,34.90735624722649],[107.55311187067323,34.90735309075474],[107.5531017188141,34.90734232881996],[107.55309349968962,34.90734759643839],[107.55310085940224,34.90735504670419],[107.55308459944295,34.90736528426828],[107.55307343942408,34.90735441750796],[107.55307360083454,34.90735370012802],[107.55309926057205,34.90733734298461]]]},
{"type":"Polygon","coordinates":[[[107.55267713154376,34.90741153625285],[107.55267594274271,34.90741223313623],[107.5529356675724,34.90769919256527],[107.5529367538906,34.90769849568189],[107.55267713154376,34.90741153625285]]]},
{"type":"Polygon","coordinates":[[[107.55355122057308,34.9073227878136],[107.55355572981843,34.9073280076067],[107.55355884529703,34.90732598527848],[107.55355428139418,34.9073208201429],[107.55355122057308,34.9073227878136]]]},
{"type":"Polygon","coordinates":[[[107.55357874612001,34.907352764378174],[107.55357568529892,34.90735484136391],[107.55360276746077,34.907384758442106],[107.55362187279096,34.907373138980454],[107.55362700718162,34.90737848516909],[107.5536290568386,34.907377173388625],[107.55362538927055,34.907373162071245],[107.55362690469877,34.907372192722164],[107.55362559291832,34.90737085361294],[107.55364888632353,34.90735655181624],[107.55365022195453,34.90735785577217],[107.55365148895625,34.907357079733615],[107.55366991591244,34.90737602404895],[107.55366843510423,34.90737705876704],[107.55366994758752,34.907378484143976],[107.55364722650606,34.9073923395071],[107.55364594403622,34.907390912047084],[107.55364431455897,34.90739195395605],[107.55363987517839,34.90738747467128],[107.55363785285017,34.90738878645175],[107.55364345513722,34.90739468978043],[107.55362327705122,34.90740724244352],[107.55379466015103,34.90759640580083],[107.55387722643,34.90754612694911],[107.55387891818127,34.90754786569618],[107.55388106966858,34.907546633749796],[107.5539425410837,34.9076143105258],[107.55394051533939,34.907615625722364],[107.55394374696525,34.90761962938566],[107.55394577954172,34.90761834835005],[107.5539593687675,34.90763331084601],[107.55396240225983,34.90763134317531],[107.5538803939343,34.907540425441354],[107.55379578063018,34.907591568610364],[107.55362785937405,34.90740768853371],[107.55367556501463,34.907377759794414],[107.55365104529552,34.907352206543436],[107.5536040397416,34.90738032129647],[107.55357874612001,34.907352764378174]]]},
{"type":"Polygon","coordinates":[[[107.55398985232497,34.907661001772034],[107.55398690081893,34.90766296944273],[107.55399063631869,34.907667365956904],[107.55398869090668,34.9076684981989],[107.55399180638526,34.90767224223898],[107.55399395676302,34.90767097847734],[107.55402861201935,34.90771068935628],[107.55402593019903,34.90771233645852],[107.55402935110368,34.90771577847987],[107.5540320751574,34.90771430031119],[107.55408359989413,34.90776920371921],[107.55408150934129,34.90777057630441],[107.55408332177338,34.90777261578259],[107.55404700527936,34.90779482691286],[107.55404897295006,34.90779786040519],[107.55409070822483,34.907772093120144],[107.55398985232497,34.907661001772034]]]},
{"type":"Polygon","coordinates":[[[107.55240723268275,34.90803663754751],[107.55241024567853,34.9080347159941],[107.55240607308009,34.908029884300234],[107.55240308804852,34.9080318296442],[107.55240723268275,34.90803663754751]]]},
{"type":"Polygon","coordinates":[[[107.55222258407855,34.907818197627215],[107.55223234708853,34.90781197312231],[107.55222202272664,34.90780118672979],[107.55221225421288,34.90780745868044],[107.55222258407855,34.907818197627215]]]},
{"type":"Polygon","coordinates":[[[107.55401915460814,34.907816038124295],[107.55401731396583,34.90781305803675],[107.55400543744042,34.907820595905264],[107.554003804966,34.907818938779364],[107.5540017178091,34.90782026995818],[107.55398380835418,34.90780053962637],[107.55398181432501,34.907801744808836],[107.55400135077625,34.90782326921911],[107.55394053288644,34.90786022449607],[107.55394312950682,34.907862788247854],[107.55401915460814,34.907816038124295]]]},
{"type":"Polygon","coordinates":[[[107.55397522827688,34.907794382239594],[107.55397720039365,34.90779316610093],[107.55395348568939,34.90776590158673],[107.55384149975613,34.907832877810435],[107.55389376085046,34.907890595094266],[107.55389846836603,34.907887552921565],[107.5538952070694,34.9078839556345],[107.55389244975784,34.90788565384617],[107.553845089739,34.90783326127756],[107.55395274614577,34.90776910627647],[107.55397522827688,34.907794382239594]]]},
{"type":"Polygon","coordinates":[[[107.55391554452356,34.90787560700683],[107.55356672482998,34.90808983647184],[107.55356914027993,34.90809258822272],[107.55391799734385,34.90787823238727],[107.55391554452356,34.90787560700683]]]},
{"type":"Polygon","coordinates":[[[107.55353690330449,34.908108164446865],[107.55349172642327,34.908135984004176],[107.55328467727344,34.90790965751994],[107.55337059660803,34.90785696713302],[107.55332795681647,34.90780888564684],[107.55332486514064,34.9078107737043],[107.5533656882285,34.90785578386296],[107.5532799441932,34.90790843042506],[107.55349063080281,34.90814080473404],[107.55353925366708,34.9081108268045],[107.55353690330449,34.908108164446865]]]},
{"type":"Polygon","coordinates":[[[107.55323757232765,34.90777444276625],[107.5532869092621,34.90782895698523],[107.55327874485315,34.90783400676741],[107.5532814567383,34.90783696150798],[107.55332454924599,34.90781043440983],[107.55332486367851,34.90781077516689],[107.5533256987527,34.9078102603751],[107.55324476623052,34.90772118573938],[107.55324215122457,34.90772294686586],[107.5532547152466,34.90773680267285],[107.55324259046667,34.90774415849261],[107.55324421992198,34.90774593436434],[107.55325642300559,34.90773859048305],[107.55327108973444,34.907755060740165],[107.55326759084684,34.90775744495556],[107.55327154446987,34.907761798383156],[107.55327516456319,34.90775953026575],[107.55329998599525,34.90778678547669],[107.55329893514221,34.90778759906521],[107.55330038625128,34.90778915032265],[107.55330146027158,34.90778842652635],[107.55331713807715,34.90780577317729],[107.55331348888477,34.907808178282515],[107.55331632102407,34.90781123604936],[107.55328899979331,34.907827751733365],[107.5532424020656,34.907776219675455],[107.55325477503006,34.90776859624126],[107.55325328810251,34.907766819332046],[107.553240778168,34.90777450199653],[107.55323957628632,34.907773105148436],[107.55323757232765,34.90777444276625]]]},
{"type":"Polygon","coordinates":[[[107.5532301151564,34.90771284782132],[107.55323393298325,34.90771052027196],[107.5532060818429,34.9076797199562],[107.55320234811676,34.907682147536086],[107.55320626501855,34.90768657420168],[107.55314662684607,34.90772452470825],[107.55309087009879,34.90766307070367],[107.55309759228233,34.90765894625197],[107.5530960787185,34.90765718094991],[107.55304909664322,34.90768604016285],[107.55305050961131,34.907687865517715],[107.55308845438616,34.90766453345291],[107.5531047081852,34.90768275210533],[107.55310082623596,34.90768536403409],[107.55310554687779,34.907690259260974],[107.55310934552828,34.90768792499463],[107.55315717732822,34.90774074232684],[107.55315359544493,34.907743228594725],[107.55315812028674,34.907748173833156],[107.55316190851089,34.90774582609956],[107.5531904179342,34.907776195615156],[107.55315937921708,34.9077952966409],[107.55316092080977,34.90779705947276],[107.55319188250598,34.90777792867443],[107.55319277152128,34.90777885429105],[107.55319472394197,34.90777762373833],[107.55319384125886,34.90777668756808],[107.55322333473269,34.90775855891741],[107.55322461716233,34.907759991541496],[107.55322657403899,34.907758741992254],[107.55322530394885,34.90775735928729],[107.55323453604294,34.90775161707514],[107.55323305974196,34.90775003199505],[107.55319237876658,34.90777500472431],[107.55314822117847,34.907726350876196],[107.55320741905747,34.907687920580436],[107.55322070332784,34.907702435825655],[107.55321874146168,34.907703646854124],[107.55322332912262,34.90770868900688],[107.55322526819286,34.90770743345534],[107.5532301151564,34.90771284782132]]]},
{"type":"Polygon","coordinates":[[[107.55319655595196,34.90766927686572],[107.55315362759278,34.907621896574014],[107.5531083787116,34.90764951902912],[107.55310998182375,34.907651293903285],[107.55315130360066,34.90762595640351],[107.55316812586837,34.90764465243864],[107.5531663535967,34.90764583395307],[107.55317096514659,34.90765093476444],[107.5531729352048,34.9076496907911],[107.55319273130732,34.90767173204083],[107.55319655595196,34.90766927686572]]]},
{"type":"Polygon","coordinates":[[[107.55303661271192,34.90769368309751],[107.55298159337579,34.90772737327386],[107.55298313051988,34.90772925690923],[107.55301642164163,34.90770878617255],[107.55303309638198,34.907727087043426],[107.5530311829811,34.907728332160936],[107.55303578697105,34.90773331513822],[107.55303768155814,34.90773211800902],[107.55308571160248,34.90778494585532],[107.55308385073539,34.90778616154728],[107.5530885274958,34.90779092468961],[107.55309030372283,34.90778983081519],[107.55311804844135,34.90782077424776],[107.55308948723628,34.907838211885746],[107.55309098394501,34.90783999642309],[107.55314866306611,34.90780457657642],[107.55314701697853,34.907802895316046],[107.55311998987261,34.90781948863508],[107.55309217843366,34.90778870176798],[107.55309413404188,34.90778749885786],[107.55308954916595,34.90778250276016],[107.55308768686571,34.907783696677],[107.55303970887043,34.90773092087981],[107.55304158263787,34.90772973416043],[107.55303714828979,34.90772449832456],[107.55303513640501,34.90772587006418],[107.5530185273216,34.90770750913162],[107.5530381138095,34.907695479906806],[107.55303661271192,34.90769368309751]]]},
{"type":"Polygon","coordinates":[[[107.55307638144014,34.90784624860006],[107.5530481550485,34.907863604664875],[107.55302025006549,34.90783279711011],[107.55302395180841,34.9078304710149],[107.5530194811609,34.907825468879366],[107.55301567427816,34.907827772075606],[107.55296763499662,34.9077749435607],[107.5529715782485,34.907772518604716],[107.5529671036868,34.90776754027198],[107.55296324798545,34.90776981536493],[107.55294663151595,34.90775169286938],[107.55297072663384,34.90773687783887],[107.55296916413668,34.90773501486151],[107.55291207539868,34.90777017605537],[107.55291356653177,34.9077719864487],[107.55294464933262,34.90775289343465],[107.55300238596915,34.90781654998308],[107.5529257755733,34.9078658861498],[107.55292360789021,34.907863699451944],[107.55291998879349,34.90786628396056],[107.55294667279907,34.90789570129973],[107.55295037030149,34.90789312747588],[107.5529403506995,34.9078818715096],[107.5529443035804,34.90787957611126],[107.55294010350755,34.90787483604693],[107.55293614843666,34.90787723190719],[107.5529274680389,34.90786738481419],[107.55300401523968,34.90781831280038],[107.55304612585675,34.90786487111074],[107.5530162276605,34.90788327055426],[107.55301775395156,34.90788505429209],[107.55307801202945,34.907847996153066],[107.55307638144014,34.90784624860006]]]},
{"type":"Polygon","coordinates":[[[107.55300616805091,34.90788942019227],[107.55296758648112,34.907913208848896],[107.55296018109068,34.90790463044229],[107.5529569675734,34.90790671668371],[107.55303264085164,34.90799027229449],[107.5530335593893,34.9079897088649],[107.55303326603679,34.907989386453565],[107.55308543423976,34.90795737477577],[107.5530830299714,34.90795468363448],[107.55303702113406,34.90798262461342],[107.55303413085525,34.90797932817621],[107.55303031872529,34.90798170755933],[107.55298878753028,34.9079358714911],[107.55299249732117,34.90793346652321],[107.55299023133678,34.907931205869346],[107.5530647389504,34.9078853560977],[107.55311160329067,34.90793704679855],[107.553095467962,34.90794706101092],[107.55309785173944,34.90794971800068],[107.55315080483942,34.90791718524442],[107.5531484347226,34.9079145259779],[107.5531170755877,34.907933635496555],[107.55311403100066,34.90793030094892],[107.55311034679451,34.907932680332046],[107.55307002520517,34.907887420882965],[107.55307363692114,34.90788531866813],[107.55307036633538,34.90788182634772],[107.553134683036,34.90784240146857],[107.5531376734555,34.90784563954031],[107.55313968185959,34.907844462641144],[107.55318064786549,34.90788968851035],[107.55317850034419,34.90789087740249],[107.55318153853509,34.907894030724705],[107.55316072826585,34.90790688133],[107.55316320412496,34.907909571727956],[107.55322003152448,34.907874642714205],[107.5532176322423,34.907871939879186],[107.55318742463007,34.907890468845714],[107.55318445359924,34.90788722597673],[107.55318256032665,34.90788845404544],[107.55314164549031,34.90784327934575],[107.55314358993243,34.907842051277036],[107.55314067047063,34.907838710066684],[107.55320615147866,34.90779847162745],[107.55320899678513,34.90780187699927],[107.55321226064083,34.90779998272763],[107.55325335177224,34.907845330124516],[107.55324910030521,34.90784815714145],[107.55325166647717,34.90785089735976],[107.55323036805949,34.907864104645384],[107.55323292613626,34.90786679224503],[107.55326898206646,34.90784449812025],[107.55326650494149,34.9078418105206],[107.55325785928957,34.907847153339155],[107.55320758702386,34.90779176522092],[107.55320564258174,34.90779302740265],[107.55320745870098,34.90779500823935],[107.55298358249611,34.90793115729829],[107.552969054407,34.907914806297654],[107.55300778708681,34.907891147163895],[107.55300616805091,34.90788942019227]]]},
{"type":"Polygon","coordinates":[[[107.55380822060063,34.90745668085413],[107.5538673259111,34.90752318529842],[107.55394205825391,34.90747596203388],[107.55388339873367,34.907408439107535],[107.55381116733149,34.90745477399766],[107.55381367971447,34.9074575413482],[107.55388244590571,34.90741341840193],[107.5539371250641,34.90747493236497],[107.55386843242093,34.90751831358136],[107.55381116553053,34.907454775438424],[107.55380822060063,34.90745668085413]]]},
{"type":"Polygon","coordinates":[[[107.55380956485544,34.907473825267985],[107.55385279778707,34.90752125468446],[107.55383781970662,34.90753053622826],[107.5538372357153,34.90753089481941],[107.553836784915,34.90753107923772],[107.55383615994185,34.907531181692335],[107.55383577061431,34.907531181692335],[107.55383529932308,34.907531130465024],[107.55381899824215,34.90752881386097],[107.55381844498723,34.90752862944266],[107.55381803516877,34.907528445024354],[107.55381768682308,34.9075282196242],[107.55381743068654,34.90752798397858],[107.55381718479546,34.907527727842044],[107.55381697988624,34.90752744096912],[107.55379691230085,34.9075053541636],[107.55379629598842,34.90750450669994],[107.55379603472915,34.907504096881475],[107.5537958451881,34.90750367169482],[107.55379573761076,34.90750330285821],[107.55379569650447,34.90750298530751],[107.55379567270774,34.90750267378671],[107.553795642421,34.90750222164888],[107.55379379925623,34.90748705015322],[107.55379382334802,34.90748657313171],[107.55379389506625,34.9074861376996],[107.5537939872754,34.90748566640837],[107.55379409997549,34.90748528220356],[107.55379433562108,34.90748484164872],[107.55379460200308,34.90748445744391],[107.55379483252597,34.90748423204376],[107.55379511939888,34.90748397590721],[107.55379541651727,34.90748378124345],[107.55380522670272,34.90747660370927],[107.55380955797158,34.907473822066464],[107.55380978849445,34.90747274629301],[107.5537947198259,34.907483309952234],[107.55379440990068,34.907483555843314],[107.553794222921,34.907483737700254],[107.55379406667771,34.90748390418901],[107.55379392324124,34.90748408092322],[107.55379376699796,34.90748429351654],[107.55379361331603,34.907484549653084],[107.55379353647506,34.90748467259862],[107.5537933776704,34.90748501582158],[107.55379323935668,34.907485441008234],[107.55379311996782,34.90748571753646],[107.5537930247809,34.90748597713713],[107.55379480737219,34.90750194257817],[107.55379482900557,34.90750214593202],[107.55379486361899,34.907502524516325],[107.553794870109,34.90750265864334],[107.55379488595676,34.907502830606504],[107.55379490900906,34.90750309282628],[107.55379494358749,34.907503303178416],[107.55379498104746,34.90750347030751],[107.55379501850743,34.90750361726585],[107.55379505884892,34.90750375846112],[107.5537951135981,34.90750391982714],[107.55379518275497,34.90750409271931],[107.55379525479337,34.907504254085325],[107.55379532395024,34.90750439239906],[107.55379540175171,34.90750453647586],[107.55379549396086,34.90750469207881],[107.55381625534012,34.90752776402159],[107.55381641670616,34.90752799454447],[107.55381675672743,34.90752841524874],[107.55381718319477,34.907528807137645],[107.55381757508368,34.907529078002035],[107.55381790934186,34.9075292508942],[107.55381818020625,34.90752936615564],[107.55381862396281,34.90752950446938],[107.55383366009136,34.90753173137165],[107.5538348110631,34.9075318415644],[107.55383547237564,34.907531940977385],[107.55383583977148,34.907531962588905],[107.55383612936586,34.9075319582666],[107.55383652269553,34.907531910721254],[107.55383681228992,34.907531850209],[107.55383713646272,34.90753175944061],[107.55383749521395,34.90753162112688],[107.55383779345294,34.907531474168536],[107.5538538785236,34.907521493371924],[107.55380979825986,34.907472736047346],[107.55380956485544,34.907473825267985]]]},
{"type":"Polygon","coordinates":[[[107.5529173544531,34.90785661305679],[107.55288844998661,34.907824374791836],[107.55289128193331,34.90782265345122],[107.55288661283427,34.90781752308409],[107.55288388878056,34.9078192968865],[107.55286655857249,34.907800885767685],[107.55290119858263,34.907779586204654],[107.552899688079,34.907777786666266],[107.55286152224066,34.90780145591845],[107.55287995315639,34.9078218546462],[107.5528736339851,34.90782604169098],[107.55290535753052,34.90785993893632],[107.55291136490061,34.90785652100119],[107.55291362768651,34.9078590213499],[107.5529173544531,34.90785661305679]]]},
{"type":"Polygon","coordinates":[[[107.55303355169748,34.90798971399286],[107.55303047494883,34.9079916087572],[107.55307378350868,34.90803937977208],[107.55315575706518,34.9079892207213],[107.55315743581613,34.90799107253938],[107.55315947186311,34.90798975679204],[107.55322166967449,34.90805840429905],[107.55322024187089,34.90805944270172],[107.55322330515877,34.90806299923086],[107.55322103365289,34.908064738555346],[107.55322478148832,34.90806870027344],[107.55322867889248,34.90806608847879],[107.55323831344245,34.90807676671957],[107.55324142513689,34.908074826712536],[107.55315893573109,34.90798299607419],[107.55307488316645,34.90803439529844],[107.55303355169748,34.90798971399286]]]},
{"type":"Polygon","coordinates":[[[107.553267739795,34.90810449668323],[107.55326478828896,34.90810646435393],[107.55326852378872,34.9081108608681],[107.55326657837671,34.9081119931101],[107.55326969385528,34.908115737150176],[107.55327184423305,34.90811447338854],[107.55330649948938,34.908154184267474],[107.55330381766906,34.90815583136972],[107.55330723857371,34.908159273391064],[107.55330996262742,34.90815779522239],[107.55336148736416,34.90821269863041],[107.55335939681132,34.9082140712156],[107.5533612092434,34.908216110693786],[107.55332489274939,34.90823832182406],[107.55332686042009,34.908241355316385],[107.55336859569486,34.90821558803134],[107.553267739795,34.90810449668323]]]},
{"type":"Polygon","coordinates":[[[107.55325311574691,34.90823787715079],[107.55325508786368,34.908236661012126],[107.55323137315942,34.908209396497924],[107.55311938722616,34.90827637272163],[107.55317164832049,34.90833409000546],[107.55317635583606,34.90833104783276],[107.55317309453943,34.9083274505457],[107.55317033722787,34.90832914875737],[107.55312297720903,34.908276756188755],[107.5532306336158,34.908212601187664],[107.55325311574691,34.90823787715079]]]},
{"type":"Polygon","coordinates":[[[107.55329704207817,34.90825953303549],[107.55329520143586,34.90825655294795],[107.55328332491045,34.90826409081646],[107.55328169243603,34.90826243369056],[107.55327960527913,34.908263764869375],[107.5532616958242,34.90824403453757],[107.55325970179504,34.90824523972003],[107.55327923824628,34.9082667641303],[107.55321842035647,34.908303719407265],[107.55322101697685,34.90830628315905],[107.55329704207817,34.90825953303549]]]},
{"type":"Polygon","coordinates":[[[107.55281479077452,34.90855165935806],[107.5527696138933,34.90857947891537],[107.55256256474347,34.90835315243113],[107.55264976267823,34.90829975712622],[107.55247761378013,34.90810854616801],[107.55245833794979,34.90812033011532],[107.55245310747715,34.908114538136026],[107.55245175370776,34.90811552269558],[107.55245688418613,34.9081212608318],[107.5524301856997,34.90813771374517],[107.55241286360496,34.90811811485631],[107.55243889289848,34.90810205422839],[107.55244443104598,34.90810760775969],[107.55244587711785,34.90810672319445],[107.55244053895895,34.9081011542794],[107.55246019938286,34.90808921649466],[107.55243178560916,34.908058264403316],[107.55242870886052,34.9080602181387],[107.55245538427117,34.908089616472],[107.55240957148386,34.90811779948956],[107.55242973957124,34.90814027513841],[107.5524756292773,34.90811209981268],[107.55264485429869,34.908298573856165],[107.55255783166324,34.908351925336255],[107.55276851827284,34.908584299645234],[107.55281714113711,34.9085543217157],[107.55281479077452,34.90855165935806]]]},
{"type":"Polygon","coordinates":[[[107.55319343199359,34.908319101918025],[107.5528446123,34.90853333138303],[107.55284702774996,34.90853608313392],[107.55319588481387,34.908321727298464],[107.55319343199359,34.908319101918025]]]},
{"type":"Polygon","coordinates":[[[107.55250646471676,34.90827083186858],[107.55250753374409,34.90827106246699],[107.55252222024643,34.908261602760525],[107.55252266927444,34.90826137277055],[107.55252311830247,34.90826123039581],[107.55252365494574,34.90826114278059],[107.55252420254091,34.9082611756363],[107.55252472823226,34.908261274203426],[107.5525393133451,34.90826496683037],[107.55253974320729,34.908265122894996],[107.55254014842771,34.90826534193306],[107.5525405016266,34.90826559656481],[107.55254086072263,34.90826587856273],[107.5525412905218,34.90826627766196],[107.55256526702756,34.90829217828088],[107.55256548606562,34.90829258076333],[107.55256564486822,34.90829300514958],[107.55256573522142,34.90829344048773],[107.55256576533915,34.908293900467676],[107.55256577591736,34.908294341793486],[107.55256630172345,34.90830765800954],[107.55256616299934,34.90830819830344],[107.55256595491318,34.908308672885916],[107.55256567746495,34.90830911096205],[107.55256531605215,34.90830949427866],[107.55256491448236,34.90830980093195],[107.55255053376264,34.9083186674764],[107.55250753648201,34.9082710699964],[107.55250646730248,34.90827084479789],[107.5525503098571,34.90831975293169],[107.5525653306547,34.90831045074488],[107.55256583687601,34.90831005647636],[107.55256628468717,34.90830958432764],[107.5525666400156,34.90830903429872],[107.55256689312625,34.90830843559467],[107.55256704888666,34.90830785636067],[107.55256657411582,34.90829446020754],[107.55256653896939,34.90829391020269],[107.55256650002929,34.90829336017377],[107.55256640267903,34.908292824747384],[107.55256620797853,34.908292289321004],[107.55256594513286,34.9082917830997],[107.55254180803509,34.9082657776915],[107.55254140455015,34.9082654049065],[107.5525410127154,34.90826502037301],[107.55254055760298,34.90826468451464],[107.55254005381543,34.90826441436769],[107.55253954759412,34.90826422696846],[107.55252494179443,34.90826052247695],[107.5525242992828,34.90826039592163],[107.55252363730109,34.90826039105412],[107.55252298992193,34.90826048353686],[107.55252234254274,34.90826068797239],[107.55252176817626,34.90826099949319],[107.55250646471676,34.90827083186858]]]},
{"type":"Polygon","coordinates":[[[107.55242624680679,34.90833294475893],[107.55241473220917,34.90832016921511],[107.55248356090998,34.908275927620984],[107.5525401633955,34.90833727127494],[107.55247076398665,34.90838183004607],[107.5524591297325,34.90836919702793],[107.55245615081485,34.908371146466685],[107.55247007104516,34.90838648766566],[107.55254553966245,34.90833810589925],[107.55248467800402,34.90827102116836],[107.5524093081875,34.90831941597014],[107.55242326788913,34.908334872293885],[107.55242624680679,34.90833294475893]]]},
{"type":"Polygon","coordinates":[[[107.55247702760069,34.90787146120788],[107.55248363394901,34.90786736449636],[107.55247139794588,34.90785449911811],[107.55246484636572,34.90785873454449],[107.55247702760069,34.90787146120788]]]},
{"type":"Polygon","coordinates":[[[107.55255120587286,34.90782556643216],[107.55255781222118,34.90782146972064],[107.55254557621805,34.907808604342385],[107.5525390246379,34.907812839768766],[107.55255120587286,34.90782556643216]]]},
{"type":"Polygon","coordinates":[[[107.55262168735199,34.90778193821476],[107.55262829370031,34.90777784150324],[107.55261605769718,34.90776497612499],[107.55260950611702,34.90776921155137],[107.55262168735199,34.90778193821476]]]},
{"type":"Polygon","coordinates":[[[107.55269498081795,34.9077365828072],[107.55270158716627,34.90773248609568],[107.55268935116314,34.90771962071743],[107.55268279958298,34.90772385614381],[107.55269498081795,34.9077365828072]]]},
{"type":"Polygon","coordinates":[[[107.55277400128286,34.907687688174896],[107.55278060763118,34.907683591463375],[107.55276837162805,34.90767072608512],[107.55276182004789,34.9076749615115],[107.55277400128286,34.907687688174896]]]},
{"type":"Polygon","coordinates":[[[107.55286127735224,34.90763385595793],[107.55286788370056,34.90762975924641],[107.55285564769743,34.90761689386816],[107.55284909611727,34.90762112929454],[107.55286127735224,34.90763385595793]]]},
{"type":"Polygon","coordinates":[[[107.55287395553405,34.907626013908576],[107.55288056188238,34.907621917197055],[107.55286832587925,34.9076090518188],[107.55286177429909,34.907613287245184],[107.55287395553405,34.907626013908576]]]},
{"type":"Polygon","coordinates":[[[107.55305385072215,34.907514676806755],[107.5530607218438,34.907510890435674],[107.55304822106734,34.90749771471698],[107.55304166948719,34.90750195014336],[107.55305385072215,34.907514676806755]]]},
{"type":"Polygon","coordinates":[[[107.55312793127152,34.907468824453346],[107.55313453761984,34.907464727741825],[107.55312230161671,34.90745186236357],[107.55311575003655,34.907456097789954],[107.55312793127152,34.907468824453346]]]},
{"type":"Polygon","coordinates":[[[107.5532012936734,34.90742341298794],[107.55320790002172,34.90741931627642],[107.55319566401859,34.907406450898165],[107.55318911243843,34.907410686324546],[107.5532012936734,34.90742341298794]]]},
{"type":"Polygon","coordinates":[[[107.55327564466432,34.90737741064168],[107.55328225101265,34.90737331393016],[107.55327001500952,34.907360448551906],[107.55326346342936,34.90736468397829],[107.55327564466432,34.90737741064168]]]},
{"type":"Polygon","coordinates":[[[107.55335060443308,34.907331002348904],[107.5533572107814,34.90732690563738],[107.55334497477827,34.90731404025913],[107.55333842319811,34.90731827568551],[107.55335060443308,34.907331002348904]]]},
{"type":"Polygon","coordinates":[[[107.55342496593497,34.90728496903823],[107.55343157228329,34.90728087232671],[107.55341933628016,34.907268006948456],[107.5534127847,34.90727224237484],[107.55342496593497,34.90728496903823]]]},
{"type":"Polygon","coordinates":[[[107.55349816377232,34.907239658524546],[107.55350477012064,34.907235561813025],[107.5534923258436,34.907222890257465],[107.55348599940602,34.90722692834286],[107.55349816377232,34.907239658524546]]]},
{"type":"Polygon","coordinates":[[[107.55237087899569,34.90804837702025],[107.55237769251579,34.908044150244265],[107.55236567681105,34.90803150121673],[107.5523588393248,34.9080357241618],[107.55237087899569,34.90804837702025]]]},
{"type":"Polygon","coordinates":[[[107.55226231082129,34.90811571080301],[107.5522691243414,34.908111484027025],[107.55225710863665,34.90809883499949],[107.5522502711504,34.90810305794456],[107.55226231082129,34.90811571080301]]]},
{"type":"Polygon","coordinates":[[[107.5525506983581,34.9079370740621],[107.5525575118782,34.90793284728611],[107.55254549617347,34.90792019825858],[107.55253865868721,34.907924421203646],[107.5525506983581,34.9079370740621]]]},
{"type":"Polygon","coordinates":[[[107.55262444578251,34.90789122191155],[107.55263125930261,34.90788699513556],[107.55261924359787,34.90787434610803],[107.55261240611162,34.907878569053096],[107.55262444578251,34.90789122191155]]]},
{"type":"Polygon","coordinates":[[[107.55269731795029,34.907846047378996],[107.55270413147039,34.90784182060301],[107.55269211576565,34.90782917157548],[107.5526852782794,34.907833394520544],[107.55269731795029,34.907846047378996]]]},
{"type":"Polygon","coordinates":[[[107.55277140418366,34.90780002582397],[107.55277821770376,34.90779579904798],[107.55276620199902,34.90778315002045],[107.55275936451277,34.907787372965515],[107.55277140418366,34.90780002582397]]]},
{"type":"Polygon","coordinates":[[[107.55284543394883,34.90775411720525],[107.55285224746893,34.907749890429265],[107.5528402317642,34.90773724140173],[107.55283339427794,34.9077414643468],[107.55284543394883,34.90775411720525]]]},
{"type":"Polygon","coordinates":[[[107.55292492268785,34.90770491756352],[107.55293173620795,34.907700690787536],[107.55291972050321,34.907688041760004],[107.55291288301696,34.90769226470507],[107.55292492268785,34.90770491756352]]]},
{"type":"Polygon","coordinates":[[[107.55293919426411,34.90769607083647],[107.55294600778421,34.90769184406049],[107.55293399207947,34.907679195032955],[107.55292715459322,34.90768341797802],[107.55293919426411,34.90769607083647]]]},
{"type":"Polygon","coordinates":[[[107.5530449034784,34.90763053746149],[107.5530517169985,34.90762631068551],[107.55303970129376,34.907613661657976],[107.5530328638075,34.90761788460304],[107.5530449034784,34.90763053746149]]]},
{"type":"Polygon","coordinates":[[[107.55312069114046,34.90758355431994],[107.55312750466057,34.90757932754396],[107.55311548895583,34.907566678516424],[107.55310865146957,34.90757090146149],[107.55312069114046,34.90758355431994]]]},
{"type":"Polygon","coordinates":[[[107.55319430403716,34.90753791318379],[107.55320111755726,34.9075336864078],[107.55318910185252,34.90752103738027],[107.55318226436627,34.907525260325336],[107.55319430403716,34.90753791318379]]]},
{"type":"Polygon","coordinates":[[[107.55326623649403,34.907493318059764],[107.55327305001413,34.90748909128378],[107.55326103430939,34.90747644225625],[107.55325419682313,34.90748066520131],[107.55326623649403,34.907493318059764]]]},
{"type":"Polygon","coordinates":[[[107.55334023906431,34.90744744228256],[107.55334705258441,34.907443215506575],[107.55333503687967,34.90743056647904],[107.55332819939342,34.90743478942411],[107.55334023906431,34.90744744228256]]]},
{"type":"Polygon","coordinates":[[[107.55341522296692,34.90740095199582],[107.55342203648702,34.90739672521983],[107.55341131652861,34.90738545416118],[107.55340447904236,34.907389677106245],[107.55341522296692,34.90740095199582]]]},
{"type":"Polygon","coordinates":[[[107.55348060112426,34.9073604150968],[107.55348741464437,34.90735618832081],[107.55347539893963,34.90734353929328],[107.55346856145337,34.907347762238345],[107.55348060112426,34.9073604150968]]]},
{"type":"Polygon","coordinates":[[[107.55355809135192,34.90731241320386],[107.55356490487202,34.907308186427876],[107.55355288916728,34.907295537400344],[107.55354605168102,34.90729976034541],[107.55355809135192,34.90731241320386]]]},
{"type":"Polygon","coordinates":[[[107.55212152493264,34.90775549976716],[107.55213245090619,34.907766946025156],[107.5521378253339,34.90776361399067],[107.55212690056811,34.907752192110664],[107.55212152493264,34.90775549976716]]]},
{"type":"Polygon","coordinates":[[[107.55220741194904,34.90770232793247],[107.55221833792258,34.90771377419046],[107.5522237123503,34.907710442155974],[107.55221278758451,34.90769902027597],[107.55220741194904,34.90770232793247]]]},
{"type":"Polygon","coordinates":[[[107.55227793094943,34.90765868366455],[107.55228885692297,34.90767012992254],[107.55229423135069,34.907666797888055],[107.5522833065849,34.90765537600805],[107.55227793094943,34.90765868366455]]]},
{"type":"Polygon","coordinates":[[[107.55236771038494,34.90760309996845],[107.55237863635848,34.90761454622644],[107.5523840107862,34.90761121419195],[107.55237308602041,34.90759979231195],[107.55236771038494,34.90760309996845]]]},
{"type":"Polygon","coordinates":[[[107.55244568721108,34.907554826568706],[107.55245661318462,34.9075662728267],[107.55246198761233,34.90756294079221],[107.55245106284654,34.90755151891221],[107.55244568721108,34.907554826568706]]]},
{"type":"Polygon","coordinates":[[[107.55251978936796,34.90750897217095],[107.5525307153415,34.907520418428945],[107.55253608976922,34.907517086394456],[107.55252516500343,34.90750566451445],[107.55251978936796,34.90750897217095]]]},
{"type":"Polygon","coordinates":[[[107.55259429234574,34.90746285824585],[107.55260521831929,34.90747430450384],[107.552610592747,34.907470972469355],[107.55259966798121,34.90745955058935],[107.55259429234574,34.90746285824585]]]},
{"type":"Polygon","coordinates":[[[107.55266787815295,34.90741732025135],[107.55267880412649,34.90742876650934],[107.5526841785542,34.90742543447485],[107.55267325378841,34.90741401259485],[107.55266787815295,34.90741732025135]]]},
{"type":"Polygon","coordinates":[[[107.55267973144097,34.90740999392759],[107.55269065741452,34.90742144018558],[107.55269603184223,34.90741810815109],[107.55268510707644,34.90740668627109],[107.55267973144097,34.90740999392759]]]},
{"type":"Polygon","coordinates":[[[107.55275530881592,34.90736322062909],[107.55276623478946,34.90737466688708],[107.55277160921717,34.90737133485259],[107.55276068445139,34.90735991297259],[107.55275530881592,34.90736322062909]]]},
{"type":"Polygon","coordinates":[[[107.5528310532637,34.90731631580511],[107.55284197923724,34.907327762063105],[107.55284735366496,34.907324430028616],[107.55283642889917,34.90731300814861],[107.5528310532637,34.90731631580511]]]},
{"type":"Polygon","coordinates":[[[107.55290584504044,34.907270029506414],[107.55291677101398,34.90728147576441],[107.5529221454417,34.90727814372992],[107.55291122067591,34.907266721849915],[107.55290584504044,34.907270029506414]]]},
{"type":"Polygon","coordinates":[[[107.55300004855366,34.90721172604604],[107.5530109745272,34.907223172304036],[107.55301634895491,34.90721984026955],[107.55300542418912,34.907208418389544],[107.55300004855366,34.90721172604604]]]},
{"type":"Polygon","coordinates":[[[107.55309516919137,34.90715284671667],[107.5531060951649,34.90716429297466],[107.55311146959262,34.907160960940175],[107.55310054482683,34.90714953906017],[107.55309516919137,34.90715284671667]]]},
{"type":"Polygon","coordinates":[[[107.553162233848,34.907111357808745],[107.55317315982154,34.90712280406674],[107.55317853424926,34.90711947203225],[107.55316760948347,34.907108050152246],[107.553162233848,34.907111357808745]]]},
{"type":"Polygon","coordinates":[[[107.55323619932567,34.90706558828016],[107.55324712529921,34.907077034538155],[107.55325249972692,34.907073702503666],[107.55324157496113,34.90706228062366],[107.55323619932567,34.90706558828016]]]},
{"type":"Polygon","coordinates":[[[107.55330984807588,34.90701998911259],[107.55332077404942,34.907031435370584],[107.55332614847714,34.907028103336096],[107.55331522371135,34.90701668145609],[107.55330984807588,34.90701998911259]]]},
{"type":"Polygon","coordinates":[[[107.55347567810998,34.907178778564926],[107.55348308606638,34.907174188434034],[107.55347770264736,34.907168512347816],[107.55347026313393,34.907173114108694],[107.55347567810998,34.907178778564926]]]},
{"type":"Polygon","coordinates":[[[107.55352045859344,34.9072258532381],[107.55352786654984,34.90722126310721],[107.55352248313082,34.90721558702099],[107.55351505419775,34.907220180955946],[107.55352045859344,34.9072258532381]]]},
{"type":"Polygon","coordinates":[[[107.5534116495637,34.907126484950375],[107.55341826243445,34.907122406390734],[107.55341368261672,34.907117591510946],[107.55340706555664,34.907121703285355],[107.5534116495637,34.907126484950375]]]},
{"type":"Polygon","coordinates":[[[107.55342093131524,34.90712116068851],[107.55342833927165,34.90711657055762],[107.55342295585262,34.9071108944714],[107.5534155163392,34.90711549623228],[107.55342093131524,34.90712116068851]]]},
{"type":"Polygon","coordinates":[[[107.55336866348365,34.90706625269006],[107.55337607144006,34.907061662559165],[107.55337068802103,34.90705598647295],[107.55336324850761,34.907060588233826],[107.55336866348365,34.90706625269006]]]},
{"type":"Polygon","coordinates":[[[107.55335938173211,34.90707157695192],[107.55336599460286,34.90706749839228],[107.55336141478513,34.90706268351249],[107.55335479772505,34.9070667952869],[107.55335938173211,34.90707157695192]]]},
{"type":"Polygon","coordinates":[[[107.55336866348365,34.90706625269006],[107.55337607144006,34.907061662559165],[107.55337068802103,34.90705598647295],[107.55336324850761,34.907060588233826],[107.55336866348365,34.90706625269006]]]},
{"type":"Polygon","coordinates":[[[107.55342854264397,34.90695658201074],[107.55343595150849,34.90695205875323],[107.55343077835667,34.90694662084672],[107.55342340656469,34.906951178697604],[107.55342854264397,34.90695658201074]]]},
{"type":"Polygon","coordinates":[[[107.55346808808888,34.907000588284035],[107.5534754969534,34.90699606502652],[107.55347032380158,34.90699062712001],[107.5534629520096,34.906995184970896],[107.55346808808888,34.907000588284035]]]},
{"type":"Polygon","coordinates":[[[107.5535188029078,34.90705503734313],[107.55352621177232,34.90705051408561],[107.5535210386205,34.9070450761791],[107.55351366682852,34.90704963402999],[107.5535188029078,34.90705503734313]]]},
{"type":"Polygon","coordinates":[[[107.55357222615783,34.9071140619534],[107.55357963502234,34.907109538695885],[107.55357446187053,34.907104100789375],[107.55356709007854,34.90710865864026],[107.55357222615783,34.9071140619534]]]},
{"type":"Polygon","coordinates":[[[107.553618697522,34.907164400396354],[107.55362610638652,34.90715987713884],[107.5536209332347,34.90715443923233],[107.55361356144272,34.907158997083215],[107.553618697522,34.907164400396354]]]},
{"type":"Polygon","coordinates":[[[107.55254828358544,34.90772901127128],[107.55255815492215,34.90772290179761],[107.55254798957063,34.90771221082487],[107.55253809847075,34.907718349076134],[107.55254828358544,34.90772901127128]]]},
{"type":"Polygon","coordinates":[[[107.55226019945611,34.90787455759852],[107.55226598488098,34.907870950081495],[107.55226099489182,34.90786568982211],[107.55225518853396,34.90786928456845],[107.55226019945611,34.90787455759852]]]},
{"type":"Polygon","coordinates":[[[107.55221010873869,34.90782176605979],[107.55221589416355,34.90781815854277],[107.5522109041744,34.90781289828338],[107.55220509781654,34.90781649302972],[107.55221010873869,34.90782176605979]]]},
{"type":"Polygon","coordinates":[[[107.5526068016216,34.907612289937795],[107.55261258704645,34.90760868242077],[107.55260772756428,34.907603559086084],[107.55260192120642,34.90760715383242],[107.5526068016216,34.907612289937795]]]},
{"type":"Polygon","coordinates":[[[107.55247837019279,34.90769223308769],[107.55248415561765,34.907688625570664],[107.55247929613547,34.907683502235976],[107.55247348977761,34.907687096982315],[107.55247837019279,34.90769223308769]]]},
{"type":"Polygon","coordinates":[[[107.55266703756378,34.90757403482415],[107.55267282298864,34.90757042730713],[107.55266796350647,34.90756530397244],[107.5526621571486,34.90756889871878],[107.55266703756378,34.90757403482415]]]},
{"type":"Polygon","coordinates":[[[107.55275304338876,34.90752195195702],[107.55275882881362,34.90751834444],[107.55275396933145,34.90751322110531],[107.55274816297359,34.90751681585165],[107.55275304338876,34.90752195195702]]]},
{"type":"Polygon","coordinates":[[[107.55281666633131,34.90758771942209],[107.55282245175617,34.90758411190507],[107.552817592274,34.90757898857038],[107.55281178591613,34.90758258331672],[107.55281666633131,34.90758771942209]]]},
{"type":"Polygon","coordinates":[[[107.55270823826181,34.90764662104138],[107.55271402368668,34.90764301352436],[107.5527091642045,34.90763789018967],[107.55270335784664,34.90764148493601],[107.55270823826181,34.90764662104138]]]},
{"type":"Polygon","coordinates":[[[107.55264031573081,34.90768803120139],[107.55264610115567,34.907684423684366],[107.5526412416735,34.90767930034968],[107.55263543531564,34.907682895096016],[107.55264031573081,34.90768803120139]]]},
{"type":"Polygon","coordinates":[[[107.55257987530587,34.9077266136282],[107.55258566073073,34.907723006111176],[107.55258080124855,34.90771788277649],[107.55257499489069,34.90772147752283],[107.55257987530587,34.9077266136282]]]},
{"type":"Polygon","coordinates":[[[107.5524885338301,34.90778366646666],[107.55249431925496,34.90778005894964],[107.55248945977279,34.90777493561495],[107.55248365341492,34.90777853036129],[107.5524885338301,34.90778366646666]]]},
{"type":"Polygon","coordinates":[[[107.5530458427206,34.90726256307117],[107.55301134936276,34.90728387081609],[107.5529633138033,34.90723320123403],[107.55295973463014,34.90723544180476],[107.55301035873762,34.90728921130345],[107.55303810854876,34.90727202304795],[107.55304716570994,34.907281560480115],[107.55305763683556,34.90727510710094],[107.5530458427206,34.90726256307117]]]},
{"type":"Polygon","coordinates":[[[107.55312852831374,34.907130948910186],[107.5531250473415,34.907133084409814],[107.55317382583806,34.90718337456968],[107.55314079332888,34.90720388438307],[107.5531521597442,34.90721577913678],[107.5531614345296,34.90721016104335],[107.55315264475561,34.90720093654046],[107.55317928062672,34.907184477133335],[107.55312852831374,34.907130948910186]]]},
{"type":"Polygon","coordinates":[[[107.5523790633053,34.90778390432999],[107.55237741297294,34.90778197894224],[107.55235127448654,34.90779876038435],[107.55235070969218,34.9078015114795],[107.55236489476269,34.90781617640985],[107.55238323792926,34.907804414136514],[107.55244301905877,34.907868191435604],[107.55239583751282,34.90789738204923],[107.55233694537826,34.9078336023763],[107.55235412494973,34.90782264129769],[107.55232958677868,34.9077968106166],[107.55236890153662,34.90777135874793],[107.55236729704684,34.90776954032617],[107.55232625267003,34.90779611373323],[107.55234960232669,34.907821018915385],[107.55233130572205,34.9078327429533],[107.55239547664152,34.90790266543807],[107.55244872595676,34.90786895355663],[107.55238681571943,34.907802808571866],[107.55239167340648,34.90779965210012],[107.55238152154735,34.907788890165335],[107.55237330242286,34.90779415778377],[107.55238066213548,34.90780160804957],[107.5523644021762,34.90781184561366],[107.55235324215732,34.90780097885334],[107.55235340356778,34.9078002614734],[107.5523790633053,34.90778390432999]]]},
{"type":"Polygon","coordinates":[[[107.5535992930671,34.90728685147065],[107.55341269401355,34.907402526508065],[107.55341627974207,34.90740632399219],[107.55360330230685,34.907290804242244],[107.5535992930671,34.90728685147065]]]},
{"type":"Polygon","coordinates":[[[107.55340024278304,34.90741023441269],[107.55321512601886,34.90752500595945],[107.55321855645992,34.90752857757093],[107.55340396968198,34.90741401777979],[107.55340024278304,34.90741023441269]]]},
{"type":"Polygon","coordinates":[[[107.5532027171395,34.90753281974189],[107.55306784998419,34.90761623028116],[107.55307106866965,34.907619766600035],[107.55320610522945,34.907536271358516],[107.5532027171395,34.90753281974189]]]},
{"type":"Polygon","coordinates":[[[107.55305544110477,34.907623980536904],[107.55268072541517,34.90785630821717],[107.55268301237588,34.907859653955995],[107.55305863861466,34.9076274533291],[107.55305544110477,34.907623980536904]]]},
{"type":"Polygon","coordinates":[[[107.55267065643544,34.907867340685044],[107.55266820007023,34.90786403729735],[107.55249596863531,34.90797082565736],[107.55249808619153,34.9079740443428],[107.55267065643544,34.907867340685044]]]},
{"type":"Polygon","coordinates":[[[107.55343094205443,34.906943754424496],[107.55342775160307,34.90694578727847],[107.55344752957812,34.90696720283034],[107.55345080473174,34.90696521232749],[107.55343094205443,34.906943754424496]]]},
{"type":"Polygon","coordinates":[[[107.55225263025147,34.908007388794246],[107.55225421136012,34.908009760457205],[107.55230446802757,34.907978439447966],[107.55213559056676,34.90780090353504],[107.55210833526546,34.90781754282119],[107.5521099163741,34.907819801547824],[107.55213498823967,34.90780481866119],[107.55229992826587,34.90797780923538],[107.55225263025147,34.908007388794246]]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,57 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55305118754292,34.907570934938235],[107.5530370976527,34.90758005003806],[107.55304380559589,34.90759048105017],[107.5530435488325,34.90759070571813],[107.55304386978673,34.90759118714946],[107.55305202202389,34.90758601978653],[107.5530516047834,34.90757937603419],[107.55305282440945,34.90757895879371],[107.55305035306196,34.907578188503585],[107.55305154059256,34.90757780335852],[107.55305125173376,34.907570870747385],[107.55304929391303,34.90757225085053]]},
{"type":"LineString","coordinates":[[107.55304383769129,34.90759046500247],[107.55305192573762,34.90758531368725]]},
{"type":"LineString","coordinates":[[107.55304621275253,34.9075888923268],[107.55303950480935,34.90757849341011]]},
{"type":"LineString","coordinates":[[107.55304865200459,34.90758731965113],[107.55304200825226,34.907576888639014]]},
{"type":"LineString","coordinates":[[107.55305112335209,34.90758577907088],[107.55304444750433,34.90757538015418]]},
{"type":"LineString","coordinates":[[107.55305170106968,34.907581285711814],[107.55304688675639,34.907573743287664]]},
{"type":"LineString","coordinates":[[107.55305138011546,34.90757547644045],[107.55304926181762,34.907572202707414]]},
{"type":"LineString","coordinates":[[107.55304865200459,34.90758731965113],[107.55304200825226,34.907576888639014]]},
{"type":"LineString","coordinates":[[107.55305112335209,34.90758577907088],[107.55304444750433,34.90757538015418]]},
{"type":"LineString","coordinates":[[107.55304383769129,34.90759046500247],[107.55305192573762,34.90758531368725]]},
{"type":"LineString","coordinates":[[107.55304621275253,34.9075888923268],[107.55303950480935,34.90757849341011]]},
{"type":"LineString","coordinates":[[107.55305170106968,34.907581285711814],[107.55304688675639,34.907573743287664]]},
{"type":"LineString","coordinates":[[107.55305138011546,34.90757547644045],[107.55304926181762,34.907572202707414]]},
{"type":"LineString","coordinates":[[107.55305118754292,34.907570934938235],[107.5530370976527,34.90758005003806],[107.55304380559589,34.90759048105017],[107.5530435488325,34.90759070571813],[107.55304386978673,34.90759118714946],[107.55305202202389,34.90758601978653],[107.5530516047834,34.90757937603419],[107.55305282440945,34.90757895879371],[107.55305035306196,34.907578188503585],[107.55305154059256,34.90757780335852],[107.55305125173376,34.907570870747385],[107.55304929391303,34.90757225085053]]},
{"type":"LineString","coordinates":[[107.55227823281982,34.90806629653507],[107.55226916848994,34.90805650326644]]},
{"type":"LineString","coordinates":[[107.55228059453239,34.90806484380438],[107.55227160774201,34.9080549947816]]},
{"type":"LineString","coordinates":[[107.55227341850652,34.90806944188641],[107.55228150655284,34.90806429057119]]},
{"type":"LineString","coordinates":[[107.55227579356776,34.90806786921074],[107.55226666504703,34.90805810803753]]},
{"type":"LineString","coordinates":[[107.55228132540651,34.908061391242406],[107.55227411161637,34.9080534311462]]},
{"type":"LineString","coordinates":[[107.55228101996659,34.90805574060385],[107.55227722105757,34.90805140444779]]},
{"type":"LineString","coordinates":[[107.55228052191858,34.90804938051158],[107.55226411211137,34.90805970655027],[107.55227338641112,34.90806945793411],[107.55227299944151,34.9080697144802],[107.55227345060196,34.9080701640334],[107.55228160283912,34.90806499667047],[107.55228118559863,34.90805835291813],[107.55228240522467,34.90805793567765],[107.55227993387719,34.908057165387525],[107.55228112140779,34.90805678024246],[107.55228052576165,34.90804937666847],[107.55227652508746,34.90805190158968]]},
{"type":"LineString","coordinates":[[107.5526772186891,34.9074128363116],[107.55293598568251,34.90769857803454]]},
{"type":"LineString","coordinates":[[107.55328305620402,34.90708739624723],[107.55328312245844,34.90708360893884],[107.55328721266795,34.9070821993995],[107.55327910920143,34.90708062817739],[107.55328319958771,34.907079254109284],[107.55328326322382,34.907075470118954],[107.55329594775944,34.90706732648584],[107.55330130979088,34.907075679717494],[107.5532830562372,34.907087396744394]]},
{"type":"LineString","coordinates":[[107.55328306903198,34.907086664124954],[107.55330097234486,34.90707517215757],[107.55330098014744,34.90707516702489]]},
{"type":"LineString","coordinates":[[107.55328469671583,34.90708561770097],[107.55328314411314,34.907083181263744]]},
{"type":"LineString","coordinates":[[107.55328632444443,34.90708457183008],[107.55328320598156,34.907079715159284]]},
{"type":"LineString","coordinates":[[107.55328795119104,34.90708352154007],[107.55328325066444,34.907076201098434],[107.55329627674882,34.907067839532694]]},
{"type":"LineString","coordinates":[[107.55328560395571,34.90707986377424],[107.55330070072293,34.90707017258281]]},
{"type":"LineString","coordinates":[[107.55328958077484,34.90708247817869],[107.55328488024811,34.907075158309986]]},
{"type":"LineString","coordinates":[[107.55329121292269,34.90708141168498],[107.55328651313249,34.90707411685826]]},
{"type":"LineString","coordinates":[[107.55329281560935,34.907080358939815],[107.55328813644195,34.907073068041264]]},
{"type":"LineString","coordinates":[[107.5532944615057,34.90707933369173],[107.55328977129034,34.90707202732603]]},
{"type":"LineString","coordinates":[[107.55329607990504,34.90707828094657],[107.55329138968965,34.90707096672455]]},
{"type":"LineString","coordinates":[[107.55329771401694,34.9070772124888],[107.55329302380153,34.9070699395124]]},
{"type":"LineString","coordinates":[[107.55329933241623,34.90707620688148],[107.55329465202121,34.90706888873131]]},
{"type":"LineString","coordinates":[[107.5534862961535,34.90731905565157],[107.55348597340546,34.90731220050689],[107.55348721217085,34.90731180472957],[107.5534847294837,34.907311029922845],[107.55348590006773,34.90731065829767],[107.55348383335308,34.90730562403569],[107.55349165417071,34.90730060321751],[107.55350014687454,34.90730947772372],[107.55350039156892,34.90730932047057],[107.5535007828043,34.907309740480514],[107.55348631096209,34.90731904930503]]},
{"type":"LineString","coordinates":[[107.55348626494968,34.90731838820711],[107.5535001454642,34.907309479134064]]},
{"type":"LineString","coordinates":[[107.55348841569395,34.90731693983505],[107.55348618191577,34.90731452104871]]},
{"type":"LineString","coordinates":[[107.55349111791743,34.90731524354878],[107.55348520063971,34.90730899095867]]},
{"type":"LineString","coordinates":[[107.55349281168475,34.9073141727529],[107.55348432791307,34.90730531187995]]},
{"type":"LineString","coordinates":[[107.55349526003879,34.907312607273056],[107.5534867706258,34.90730373981853]]},
{"type":"LineString","coordinates":[[107.55349770134114,34.90731104038287],[107.55348921521893,34.90730217339848]]},
{"type":"LineString","coordinates":[[107.55256202132723,34.907520503704845],[107.55256208758165,34.90751671639646],[107.55256617779116,34.907515306857114],[107.55255807432464,34.90751373563501],[107.55256216471092,34.9075123615669],[107.55256222834703,34.90750857757657],[107.55257491288265,34.907500433943454],[107.55258027491409,34.90750878717511],[107.55256202136042,34.90752050420201]]},
{"type":"LineString","coordinates":[[107.55256203415519,34.90751977158257],[107.55257993746807,34.907508279615186],[107.55257994527065,34.90750827448251]]},
{"type":"LineString","coordinates":[[107.55256366183905,34.90751872515859],[107.55256210923635,34.90751628872136]]},
{"type":"LineString","coordinates":[[107.55256528956764,34.9075176792877],[107.55256217110477,34.9075128226169]]},
{"type":"LineString","coordinates":[[107.55256691631425,34.90751662899769],[107.55256221578765,34.90750930855605],[107.55257524187203,34.90750094699031]]},
{"type":"LineString","coordinates":[[107.55256456907892,34.90751297123186],[107.55257966584614,34.90750328004043]]},
{"type":"LineString","coordinates":[[107.55256854589805,34.907515585636304],[107.55256384537132,34.9075082657676]]},
{"type":"LineString","coordinates":[[107.5525701780459,34.907514519142595],[107.5525654782557,34.90750722431588]]},
{"type":"LineString","coordinates":[[107.55257178073256,34.90751346639743],[107.55256710156516,34.90750617549888]]},
{"type":"LineString","coordinates":[[107.55257342662891,34.90751244114935],[107.55256873641355,34.90750513478365]]},
{"type":"LineString","coordinates":[[107.55257504502825,34.90751138840419],[107.55257035481286,34.907504074182164]]},
{"type":"LineString","coordinates":[[107.55257667914015,34.90751031994642],[107.55257198892474,34.907503046970014]]},
{"type":"LineString","coordinates":[[107.55257829753944,34.907509314339094],[107.55257361714442,34.90750199618893]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,65 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55223462891551,34.90806921643352],[107.55223907766923,34.90807485828406],[107.55223878784814,34.90807502251601],[107.55223434634,34.908069322701266],[107.55223588974658,34.90806846352137],[107.55223663354522,34.908068071244],[107.55223727545363,34.90806783180198],[107.55223793264558,34.90806764330506],[107.55223870191675,34.908067508300526],[107.55223948647148,34.90806744716639],[107.55224044423959,34.908067508300526],[107.55224146314183,34.90806772227],[107.55224239034287,34.90806805850774],[107.55224347037924,34.90806863928202],[107.55224414285472,34.90806915892216],[107.55224469306194,34.90806970912937],[107.55224512100088,34.908070177824406],[107.55224547761667,34.90807071784259],[107.55224517194598,34.90807015744636],[107.55224483570825,34.90806944421479],[107.55224469306194,34.9080689958978],[107.55224448928149,34.90806830304428],[107.55224439758028,34.90806760000173],[107.55224434663518,34.908066560721444],[107.55224443833637,34.90806589334044],[107.55224455551013,34.90806524124301],[107.552244723629,34.908064629901666],[107.55224510401918,34.90806373156951],[107.5522456066776,34.90806286210625],[107.55224598027509,34.908062373033175],[107.55224650331158,34.908061829618646],[107.55224747617453,34.90806102053481],[107.55224864485118,34.90806008599582],[107.55225297874985,34.90806650231272],[107.55225278620671,34.908066624949974],[107.5522484775332,34.908060251301194]]},
{"type":"LineString","coordinates":[[107.55224117384115,34.90802626641651],[107.55223584596348,34.90801795338164],[107.55223542089254,34.908018228711676],[107.5522407713118,34.908026587634915],[107.55224119678525,34.90802629036704],[107.55224161662329,34.90802598182834],[107.55224191107347,34.90802575218538],[107.55224254083056,34.90802520977716],[107.55224319453814,34.90802447717385],[107.55224392714143,34.90802350788333],[107.55224433289095,34.90802284290494],[107.55224468228639,34.9080221441141],[107.55224489643196,34.9080215805731],[107.55224529091069,34.90802043094944],[107.55224544870217,34.90801934895072],[107.55224553886873,34.908017703410984],[107.55224543743135,34.90801661014144],[107.55224511057756,34.90801516747647],[107.5522445928241,34.90801390232687],[107.55224439558474,34.90801349375964],[107.55224422652243,34.90801318662979],[107.55224396236274,34.908012748476715],[107.55224426103952,34.908013175359024],[107.55224446673198,34.90801345712953],[107.5522451514343,34.90801423481614],[107.55224589530843,34.908014944877806],[107.5522469434947,34.90801572256439],[107.55224811002458,34.908016398813594],[107.55224909058592,34.90801675384443],[107.55224988517874,34.90801699053165],[107.55225120386469,34.908017244125105],[107.55225226895719,34.90801727793757],[107.5522534523933,34.90801722721888],[107.55225475417302,34.90801697362542],[107.55225621444859,34.90801649743323],[107.55225717176393,34.908016009970304],[107.55225744015027,34.90801585499653],[107.55225786562373,34.90801558731455],[107.55225251198414,34.90800726099609],[107.55225207805756,34.90800753713118],[107.55225741760866,34.908015843725664]]},
{"type":"LineString","coordinates":[[107.5523688446397,34.90801433222099],[107.55236949834728,34.90801552692793],[107.55236997172173,34.90801687942636],[107.55237015205485,34.90801793888346],[107.55237021967977,34.90801899834056],[107.55237011049373,34.90802027687423],[107.55236983647188,34.90802152300429],[107.5523693405558,34.90802267262795],[107.55236891226463,34.90802352921029],[107.55236823601541,34.90802438579262],[107.55236758230784,34.90802510712512],[107.55236685111338,34.908025731246795],[107.55236649890027,34.90802598343139],[107.55236612696321,34.908026217300915],[107.5523603674271,34.90801971988829],[107.55236073372875,34.90801948320106],[107.5523664679055,34.90802594539238]]},
{"type":"LineString","coordinates":[[107.55242212102637,34.90798006054968],[107.55242328933085,34.90798105207124],[107.55242438294538,34.90798194015726],[107.55242587958483,34.90798266617613],[107.55242769353124,34.90798285064525],[107.55242959971223,34.90798272766583],[107.55243107546525,34.90798255856913],[107.55243242529058,34.90798224471018],[107.55243386795557,34.90798183896065],[107.55243519791236,34.90798119652391],[107.55243556421401,34.907980959836685],[107.5524297685341,34.90797510312091],[107.5524293987103,34.907975335581575],[107.5524351697353,34.90798118102652]]},
{"type":"LineString","coordinates":[[107.55223182344358,34.90809276395268],[107.55223657984246,34.90808960519258],[107.5522362877028,34.90808924914736],[107.55223144913963,34.9080924261662],[107.55223201211712,34.908093296498954],[107.55223264508639,34.90809405119308],[107.55223365540272,34.90809492761207],[107.55223469006403,34.90809549971891],[107.55223585862268,34.908095974445864],[107.55223697849138,34.908096193550605],[107.55223831746484,34.90809623006807],[107.5522393886436,34.90809610834321],[107.55224058154722,34.90809571882365],[107.55224191971094,34.90809498471122],[107.5522412279517,34.90809566782346],[107.55224088207208,34.90809611746696],[107.55224030262805,34.9080970355246],[107.55223980355612,34.90809819191077],[107.55223953576143,34.90809939698687],[107.55223946272649,34.90810065075293],[107.55223959662383,34.90810183148406],[107.55223992528096,34.90810298787023],[107.55224047304283,34.90810409556645],[107.55224067997509,34.90810436336114],[107.5522466323207,34.90810055337304],[107.55224642538845,34.90810024297465],[107.5522405156465,34.90810404687652]]},
{"type":"LineString","coordinates":[[107.55218628896695,34.9080591872213],[107.5522005965043,34.908049968563525],[107.5522002579979,34.90804929155072],[107.55218582069975,34.90805845943253],[107.55218628896695,34.90805917593775],[107.55218805484199,34.908061359304064],[107.55219028898426,34.90806328879058],[107.5521928277823,34.908064879770684],[107.55219556968419,34.90806596299118],[107.55219837928735,34.90806650460143],[107.55220412371594,34.908066207527206],[107.55220803215559,34.90806475483282],[107.55221104130825,34.908063509666206],[107.55221346246556,34.90806181485609],[107.55221160697563,34.90806403270123],[107.5522095759372,34.90806616529159],[107.55220805265837,34.90806867023898],[107.55220700328857,34.90807137829023],[107.55220629242511,34.90807415404276],[107.55220608932127,34.90807716674976],[107.55220646167832,34.90807987480101],[107.55220730794433,34.90808281980674],[107.55220856041804,34.90808539245542],[107.55220904190814,34.90808612518074],[107.55222328544664,34.908076929795286],[107.55222287923897,34.90807625278248],[107.5522085658835,34.9080853889293]]},
{"type":"LineString","coordinates":[[107.55364771709425,34.90715510229168],[107.55363053154693,34.90716605244511],[107.55362994762338,34.90716557007348],[107.55364723895394,34.90715437397395],[107.55364772767258,34.907155103878395],[107.55364872097731,34.90715698893599],[107.55364948261673,34.90715901997445],[107.55364982535447,34.90716036553742],[107.55365010462226,34.907162180778045],[107.55365016809222,34.907163551729006],[107.55365016809222,34.9071655319915],[107.55364991421241,34.90716756302996],[107.55364930490087,34.90716934018861],[107.55364788317395,34.907172792953986],[107.55364600446339,34.9071748747684],[107.5536445319605,34.90717652498714],[107.55364237398214,34.907178200593876],[107.55364458273647,34.907177007358776],[107.55364694381868,34.90717609339147],[107.55364897485713,34.90717568718378],[107.55365146287924,34.90717545869195],[107.55365308771,34.907175534855895],[107.5536553218523,34.90717586489965],[107.55365803836625,34.907176651927045],[107.55365986630086,34.90717756589435],[107.55366240509893,34.90717939382897],[107.55366414100214,34.90718108847667],[107.55366559763755,34.90718293862577],[107.55366606096815,34.907183608233765],[107.55365343573688,34.90719179162622],[107.55365284335066,34.90719113153872],[107.55366559446405,34.907182944972774]]},
{"type":"LineString","coordinates":[[107.55266342750123,34.907419419992145],[107.5526478439192,34.907415941088516],[107.55264450798421,34.90743152467054],[107.55264260173566,34.90743123873325],[107.55264598532686,34.90741551218259],[107.55264771286461,34.90741595300257],[107.55264822516892,34.90741414206643],[107.55266396363369,34.9074177162825],[107.55266360621208,34.907419312765676]]},
{"type":"LineString","coordinates":[[107.552645115601,34.90741938425],[107.5526444722421,34.90741926510946],[107.55264492497614,34.90741716823604],[107.55264556833502,34.90741723972036]]},
{"type":"LineString","coordinates":[[107.55264504411667,34.90741969401539],[107.55264401950807,34.907419503390535],[107.55264463903885,34.90741664401769],[107.55264563981935,34.907416882298755]]},
{"type":"LineString","coordinates":[[107.55260084893494,34.907455448090104],[107.55260404190129,34.907439769195655],[107.55261967313953,34.907443343411714],[107.55262005438924,34.90744153247557],[107.55260442315101,34.907437958259514],[107.55260405381534,34.90743972749647],[107.55260220118002,34.90743941177405],[107.55259891885824,34.90745513236767],[107.55260081319274,34.90745552553144]]},
{"type":"LineString","coordinates":[[107.55260613281766,34.907438327595194],[107.5526062757863,34.90743767827928],[107.5526083905308,34.907438154841415],[107.55260824160514,34.90743880415734]]},
{"type":"LineString","coordinates":[[107.55260575752497,34.90743825611087],[107.55260599580605,34.907437225545245],[107.55260883135078,34.907437862947106],[107.55260859902674,34.90743888755571]]},
{"type":"LineString","coordinates":[[107.5532194754318,34.907530071290644],[107.55321482928757,34.90752519308528],[107.55321512111338,34.90752501195831],[107.5532198331476,34.907529958327764],[107.55321949896575,34.90753016542637],[107.55321883530884,34.907530527848934],[107.55321810575691,34.90753080554934],[107.55321756447645,34.90753097028687],[107.55321679727025,34.907531116197255],[107.55321609595904,34.907531177385486],[107.55321555232523,34.907531179738875],[107.553214719224,34.907531095016715],[107.553213947311,34.907530925572395],[107.55321328836088,34.90753070435343],[107.55321243172571,34.90753030427657],[107.5532118622045,34.907529960681146],[107.55321103381007,34.90752931114459],[107.5532103966883,34.90752881689992],[107.55320984155424,34.90752832408518],[107.55321025892977,34.90752884641961],[107.5532106760943,34.90752958413822],[107.55321085495218,34.90753026191548],[107.5532109867422,34.907531080896355],[107.55321102910328,34.90753199401295],[107.55321087377932,34.907533208363894],[107.55321047840924,34.90753445095555],[107.55321009715952,34.90753521345497],[107.55320935054543,34.90753630645909],[107.5532084874385,34.90753717618498],[107.55320790850372,34.90753760509089],[107.55320760668104,34.90753780277595],[107.55320278188506,34.90753273955585],[107.55320308218408,34.907532552233405],[107.55320788997078,34.90753756714244]]},
{"type":"LineString","coordinates":[[107.5530543793128,34.9076221544552],[107.55305896066263,34.90762723719886],[107.55305864687686,34.90762743802175],[107.55305400276988,34.90762225486664],[107.55305432910707,34.90762206659518],[107.55305504453862,34.90762167750083],[107.55305579762445,34.907621413920786],[107.55305697745894,34.907621100135025],[107.55305791881624,34.90762103737787],[107.55305887272496,34.90762108758359],[107.55305957560508,34.90762118799503],[107.55306032869092,34.907621413920786],[107.55306145831968,34.90762191597801],[107.55306208869422,34.907622270744355],[107.5530627985504,34.90762283115713],[107.5530634361122,34.9076234262597],[107.55306407882343,34.90762407933724],[107.55306357605738,34.90762339775234],[107.55306320805337,34.90762270839271],[107.55306297704277,34.90762205404375],[107.55306288918277,34.9076215017808],[107.55306281387418,34.90762068593781],[107.55306287663133,34.90761970692622],[107.55306298959418,34.907618903634656],[107.5530632782771,34.90761798738022],[107.55306362971719,34.90761720919151],[107.55306406901725,34.907616456105664],[107.55306460872877,34.90761576577698],[107.55306549988035,34.90761489972827],[107.55306595173185,34.90761461104537],[107.55306624041475,34.90761441022247],[107.55307086569458,34.90761959337758],[107.55307055818453,34.907619781649046],[107.55306593761148,34.90761464399285]]},
{"type":"LineString","coordinates":[[107.55249944106959,34.90797693329507],[107.55249565681318,34.90797102157112],[107.55249595804752,34.90797085212681],[107.55249979878538,34.90797682033219],[107.55249946460353,34.907977027430796],[107.55249880094662,34.90797738985336],[107.5524980713947,34.907977667553766],[107.55249753011424,34.907977832291294],[107.55249676290804,34.90797797820168],[107.55249606159683,34.90797803938991],[107.55249551796301,34.9079780417433],[107.55249468486178,34.90797795702114],[107.55249391294878,34.90797778757682],[107.55249325399866,34.90797756635785],[107.5524923973635,34.90797716628099],[107.55249182784229,34.90797682268557],[107.55249099944785,34.90797617314902],[107.55249044404704,34.907975598921055],[107.55248985099193,34.90797479876733],[107.55249030284344,34.907975570680335],[107.55249064173208,34.90797644614264],[107.55249082058997,34.907977123919906],[107.55249095237998,34.90797794290078],[107.55249099474106,34.90797885601737],[107.5524908394171,34.90798007036832],[107.55249044404702,34.907981312959976],[107.5524900627973,34.907982075459394],[107.55248931618321,34.90798316846352],[107.55248845307628,34.907984038189404],[107.5524878741415,34.90798446709531],[107.55248757231882,34.90798466478037],[107.55248374923146,34.907978702458486],[107.55248405634929,34.9079785224239],[107.55248785560856,34.907984429146865]]},
{"type":"LineString","coordinates":[[107.5526843910562,34.90786220210851],[107.55268036065415,34.90785654118817],[107.55268066188849,34.907856371743854],[107.552684748772,34.90786208914563],[107.55268441459015,34.90786229624424],[107.55268375093324,34.9078626586668],[107.55268302138131,34.90786293636721],[107.55268248010086,34.90786310110474],[107.55268171289465,34.90786324701512],[107.55268101158345,34.90786330820335],[107.55268046794963,34.90786331055674],[107.5526796348484,34.90786322583458],[107.5526788629354,34.90786305639026],[107.55267820398528,34.907862835171294],[107.55267734735011,34.90786243509444],[107.5526767778289,34.90786209149901],[107.55267594943447,34.90786144196246],[107.55267539403366,34.9078608677345],[107.55267480097855,34.90786006758077],[107.55267525283006,34.90786083949378],[107.5526755917187,34.907861714956084],[107.55267577057658,34.90786239273335],[107.5526759023666,34.90786321171422],[107.55267594472768,34.907864124830816],[107.55267578940372,34.90786533918176],[107.55267539403364,34.90786658177342],[107.55267501278392,34.90786734427284],[107.55267426616983,34.90786843727696],[107.5526734030629,34.90786930700285],[107.55267282412812,34.907869735908754],[107.55267252230544,34.907869933593815],[107.55266845307243,34.90786422207553],[107.55266876019026,34.90786404204095],[107.55267280559518,34.90786969796031]]},
{"type":"LineString","coordinates":[[107.55345585848464,34.906962424770335],[107.55344991470135,34.90696623747756],[107.55344971607023,34.906965931114335],[107.55345567837,34.906962104940604],[107.55345587700111,34.90696242813698],[107.55345626248013,34.90696315701213],[107.55345661260952,34.906964045802155],[107.55345680114074,34.90696501539128],[107.55345689540636,34.906965971513884],[107.5534568550068,34.90696695456952],[107.55345673380819,34.906967675028106],[107.55345653181045,34.90696824062176],[107.55345618168104,34.90696925061043],[107.55345573728603,34.9069700047353],[107.55345530635753,34.90697058379547],[107.5534547676969,34.90697114938912],[107.55345366344264,34.90697203817915],[107.55345470036433,34.9069714725855],[107.55345572381951,34.90697112245609],[107.55345696273895,34.906970920458356],[107.55345798619413,34.906970933924875],[107.55345900964932,34.90697108205654],[107.55345992537238,34.906971351386844],[107.5534609757606,34.906971809248375],[107.55346191841669,34.906972536440215],[107.55346248948106,34.90697300987249],[107.55346299573793,34.9069735598954],[107.55346324697257,34.90697388856262],[107.55346353103195,34.906974320753534],[107.55345755779065,34.906978145664795],[107.55345736378865,34.9069778426682],[107.55346330252193,34.906974019861146]]},
{"type":"LineString","coordinates":[[107.55292486524826,34.907408517141384],[107.5529189821876,34.90741226759254],[107.55291881672653,34.90741197343951],[107.5529247365563,34.90740813106553],[107.55292496636335,34.9074085079491],[107.55292542597746,34.90740941798504],[107.5529257201305,34.90741038317468],[107.55292585801473,34.90741093471161],[107.55292594074527,34.90741168847876],[107.55292595912984,34.90741230436167],[107.55292591316842,34.90741290186002],[107.55292570174595,34.90741406927986],[107.55292540759291,34.907414786277876],[107.55292503990162,34.907415650352405],[107.55292441482644,34.90741657877292],[107.55292382652037,34.907417203848105],[107.55292270506195,34.90741810469177],[107.5529234036754,34.9074176726545],[107.55292446078785,34.907417259001804],[107.55292499394022,34.90741713030985],[107.55292551790032,34.90741704757931],[107.55292654743594,34.90741695565649],[107.55292777920177,34.90741708434844],[107.55292882712195,34.90741730496322],[107.55292944070673,34.90741760141433],[107.55293000143595,34.90741789097122],[107.55293042198286,34.90741815295126],[107.55293116655773,34.907418711382405],[107.5529319019403,34.9074194375727],[107.55293238913126,34.90742009022474],[107.55293258216919,34.90742038437777],[107.5529266194421,34.90742419917491],[107.55292642027598,34.9074238927655],[107.55293235236215,34.90742009022475]]},
{"type":"LineString","coordinates":[[107.55279349209437,34.90736881000057],[107.55279878943429,34.907377064311],[107.55279835897694,34.90737733770958],[107.55279300346712,34.90736899614429],[107.55279351794768,34.907368691075426],[107.55279438661836,34.90736822571614],[107.55279523202107,34.90736786894068],[107.55279617825163,34.90736757421313],[107.55279742696572,34.907367357045466],[107.5527984895361,34.907367279485584],[107.5528000484897,34.907367380313424],[107.55280130495979,34.907367659529],[107.55280243733405,34.90736807835236],[107.5528035852203,34.90736865229549],[107.55280474861853,34.90736941238233],[107.55280557075328,34.90737020349313],[107.55280612918443,34.90737079294822],[107.55280691253924,34.907371855518605],[107.55280648595989,34.907371126455715],[107.55280605938054,34.907370234517074],[107.552805756897,34.90736933482245],[107.55280543114547,34.907367962012536],[107.55280533807361,34.907366519398735],[107.5528054931934,34.90736454937774],[107.55280594304071,34.90736307573998],[107.55280651439855,34.90736183736719],[107.55280725121743,34.90736061967704],[107.55280811213213,34.907359626910555],[107.55280922640902,34.90735860312014],[107.55280968918296,34.90735829288061],[107.55281012093297,34.90735802142102],[107.55281546222356,34.907366369449655],[107.55281503305888,34.90736663573858],[107.55280974088963,34.90735840922041]]},
{"type":"LineString","coordinates":[[107.55273041005685,34.907409368648366],[107.55273570739678,34.907417622958796],[107.55273527693943,34.90741789635738],[107.5527299214296,34.90740955479209],[107.55273043591016,34.90740924972322],[107.55273130458085,34.90740878436394],[107.55273214998356,34.90740842758848],[107.55273309621411,34.90740813286093],[107.55273434492821,34.90740791569326],[107.55273540749859,34.90740783813338],[107.55273696645219,34.90740793896122],[107.55273822292227,34.9074082181768],[107.55273935529654,34.90740863700016],[107.55274050318279,34.907409210943285],[107.55274166658101,34.90740997103013],[107.55274248871577,34.90741076214093],[107.55274304714692,34.90741135159602],[107.55274383050173,34.9074124141664],[107.55274340392238,34.90741168510351],[107.55274297734303,34.90741079316487],[107.55274267485949,34.907409893470245],[107.55274234910796,34.90740852066033],[107.5527422560361,34.90740707804653],[107.55274241115589,34.907405108025536],[107.5527428610032,34.90740363438778],[107.55274343236104,34.90740239601499],[107.55274416917992,34.90740117832484],[107.55274503009461,34.90740018555835],[107.55274614437151,34.907399161767934],[107.55274660714545,34.907398851528406],[107.55274703889546,34.907398580068815],[107.55275238018605,34.90740692809745],[107.55275195102136,34.90740719438638],[107.55274665885212,34.907398967868204]]},
{"type":"LineString","coordinates":[[107.55290088347,34.907601596292544],[107.5528955512275,34.907593288901],[107.55289512707184,34.90759356157249],[107.5529004699183,34.907601903805386],[107.55290089710364,34.90760162734679],[107.5529014401744,34.9076012274286],[107.5529017628356,34.907600963846164],[107.55290221728809,34.90760054574987],[107.55290280504664,34.90759994587259],[107.55290330797406,34.9075993096391],[107.55290377454529,34.90759861281196],[107.55290416840411,34.90759790992544],[107.55290450166927,34.90759717068273],[107.55290480463759,34.90759631631205],[107.55290510760592,34.90759520744798],[107.55290526514945,34.90759376531875],[107.55290521667452,34.907592589801645],[107.552905059131,34.90759153547187],[107.55290476828141,34.907590299361104],[107.55290425929462,34.907589111725265],[107.5529037018329,34.907588105870424],[107.55290441683815,34.90758907536907],[107.55290499853734,34.90758975401812],[107.55290564083019,34.907590347836035],[107.55290631947923,34.90759082046662],[107.55290719202802,34.90759139004708],[107.55290804033932,34.90759178996527],[107.55290890076935,34.907592153527254],[107.55290985814926,34.90759243225811],[107.5529111821209,34.90759261100943],[107.55291224553966,34.90759263221721],[107.55291354830347,34.907592511029875],[107.55291466928627,34.90759227471458],[107.55291566302238,34.90759195356816],[107.55291652345242,34.90759155364997],[107.55291714150775,34.90759120220671],[107.55291757475246,34.90759092347585],[107.5529122182725,34.90758260093594],[107.5529118001762,34.907582867548065],[107.55291712787417,34.907591180998935]]},
{"type":"LineString","coordinates":[[107.55296753650165,34.907558914114816],[107.55296220425915,34.90755060672327],[107.55296178010349,34.90755087939476],[107.55296712294995,34.90755922162766],[107.55296755013529,34.907558945169065],[107.55296809320605,34.90755854525087],[107.55296841586726,34.907558281668436],[107.55296887031975,34.907557863572144],[107.5529694580783,34.90755726369486],[107.55296996100572,34.907556627461375],[107.55297042757694,34.90755593063423],[107.55297082143576,34.907555227747714],[107.55297115470093,34.907554488505],[107.55297145766924,34.907553634134324],[107.55297176063758,34.907552525270255],[107.5529719181811,34.90755108314102],[107.55297186970617,34.90754990762392],[107.55297171216266,34.907548853294145],[107.55297142131306,34.907547617183376],[107.55297091232627,34.90754642954754],[107.55297035486456,34.907545423692696],[107.5529710698698,34.90754639319134],[107.552971651569,34.90754707184039],[107.55297229386184,34.907547665658306],[107.55297297251089,34.907548138288895],[107.55297384505967,34.90754870786935],[107.55297469337097,34.90754910778754],[107.552975553801,34.907549471349526],[107.55297651118092,34.907549750080385],[107.55297783515255,34.9075499288317],[107.55297889857131,34.90754995003948],[107.55298020133512,34.90754982885215],[107.55298132231792,34.90754959253685],[107.55298231605403,34.90754927139043],[107.55298317648408,34.907548871472244],[107.5529837945394,34.90754852002898],[107.55298422778411,34.90754824129812],[107.55297887130415,34.90753991875821],[107.55297845320786,34.90754018537034],[107.55298378090582,34.90754849882121]]},
{"type":"LineString","coordinates":[[107.55208779144318,34.90782237752485],[107.55209308878311,34.90783063183528],[107.55209265832576,34.907830905233865],[107.55208730281593,34.907822563668574],[107.5520878172965,34.90782225859971],[107.55208868596718,34.90782179324042],[107.55208953136989,34.907821436464964],[107.55209047760044,34.907821141737415],[107.55209172631454,34.90782092456975],[107.55209278888492,34.907820847009866],[107.55209434783852,34.907820947837706],[107.5520956043086,34.90782122705328],[107.55209673668287,34.907821645876645],[107.55209788456912,34.90782221981977],[107.55209904796735,34.90782297990661],[107.5520998701021,34.90782377101741],[107.55210042853325,34.9078243604725],[107.55210121188806,34.90782542304289],[107.55210078530871,34.90782469398],[107.55210035872936,34.90782380204136],[107.55210005624582,34.90782290234673],[107.55209973049429,34.90782152953682],[107.55209963742243,34.90782008692302],[107.55209979254222,34.90781811690202],[107.55210024238953,34.90781664326426],[107.55210081374737,34.90781540489147],[107.55210155056625,34.907814187201325],[107.55210241148094,34.90781319443484],[107.55210352575784,34.90781217064442],[107.55210398853178,34.90781186040489],[107.5521044202818,34.9078115889453],[107.55210976157238,34.90781993697394],[107.5521093324077,34.907820203262865],[107.55210404023845,34.90781197674469]]},
{"type":"LineString","coordinates":[[107.55256770291962,34.90747065367406],[107.55257151385825,34.90747659369386],[107.5525712098258,34.90747679068867],[107.55256738863889,34.90747083472709],[107.55256769267133,34.90747064000968],[107.55256801881345,34.90747045136531],[107.55256830121063,34.907470323831106],[107.55256856538864,34.90747019326036],[107.55256879920135,34.90747009912797],[107.55256912410995,34.90746998373987],[107.55256951582217,34.90746985620566],[107.55257016260283,34.90746971652534],[107.55257087922365,34.90746963453906],[107.55257151689469,34.90746961328337],[107.55257199970278,34.90746964061213],[107.55257260397204,34.90746972563494],[107.55257327200839,34.907469874424855],[107.55257409490774,34.9074701537855],[107.55257489655135,34.9074705424612],[107.55257548563796,34.90747092506383],[107.55257620225876,34.90747152629654],[107.55257676098007,34.907472109310085],[107.55257731666485,34.90747286540577],[107.55257688851428,34.907472109310085],[107.55257670632255,34.90747167812299],[107.55257654235,34.90747124086283],[107.55257639052353,34.90747070947029],[107.55257634193906,34.907470445292276],[107.55257625691625,34.90746994122848],[107.55257621440485,34.90746948574915],[107.55257620225873,34.90746885415115],[107.55257624477014,34.907468204333966],[107.55257632979294,34.90746773063547],[107.55257640266967,34.907467317667546],[107.55257659700752,34.907466734654],[107.55257682171064,34.90746610912906],[107.55257713750964,34.90746552611552],[107.55257756869675,34.907464845933056],[107.5525780059569,34.907464287211745],[107.55257852823986,34.90746380136713],[107.55257891084253,34.907463473422006],[107.55257929002904,34.90746319406135],[107.55257960089368,34.90746299820524],[107.55258342312442,34.90746895132006],[107.552583116435,34.907469145657906],[107.552579312803,34.90746322025141]]},
{"type":"LineString","coordinates":[[107.5535713276084,34.907318811004444],[107.55355414206107,34.907329761157875],[107.55355355813752,34.90732927878624],[107.55357084946809,34.907318082686714],[107.55357133818673,34.90731881259116],[107.55357233149145,34.90732069764875],[107.55357309313088,34.90732272868721],[107.55357343586861,34.907324074250184],[107.55357371513641,34.90732588949081],[107.55357377860636,34.90732726044177],[107.55357377860636,34.907329240704264],[107.55357352472656,34.90733127174272],[107.55357291541502,34.90733304890137],[107.5535714936881,34.90733650166675],[107.55356961497753,34.90733858348116],[107.55356814247465,34.907340233699905],[107.55356598449629,34.90734190930664],[107.55356819325061,34.90734071607154],[107.55357055433282,34.90733980210423],[107.55357258537127,34.90733939589654],[107.55357507339339,34.907339167404714],[107.55357669822415,34.90733924356866],[107.55357893236645,34.90733957361241],[107.5535816488804,34.90734036063981],[107.553583476815,34.90734127460711],[107.55358601561308,34.90734310254173],[107.55358775151629,34.90734479718943],[107.55358920815169,34.907346647338535],[107.5535896714823,34.90734731694653],[107.55357704625102,34.90735550033898],[107.5535764538648,34.90735484025148],[107.5535892049782,34.907346653685536]]},
{"type":"LineString","coordinates":[[107.55391444964245,34.907418587610834],[107.55389726409513,34.907429537764266],[107.55389668017158,34.90742905539263],[107.55391397150214,34.907417859293105],[107.55391446022078,34.90741858919755],[107.5539154535255,34.90742047425514],[107.55391621516493,34.9074225052936],[107.55391655790267,34.907423850856574],[107.55391683717046,34.9074256660972],[107.55391690064042,34.90742703704816],[107.55391690064042,34.907429017310655],[107.55391664676061,34.90743104834911],[107.55391603744907,34.90743282550776],[107.55391461572215,34.90743627827314],[107.55391273701159,34.90743836008755],[107.5539112645087,34.907440010306296],[107.55390910653034,34.90744168591303],[107.55391131528467,34.90744049267793],[107.55391367636688,34.90743957871062],[107.55391570740532,34.90743917250293],[107.55391819542744,34.907438944011105],[107.5539198202582,34.90743902017505],[107.5539220544005,34.9074393502188],[107.55392477091445,34.9074401372462],[107.55392659884906,34.9074410512135],[107.55392913764713,34.90744287914812],[107.55393087355034,34.90744457379582],[107.55393233018575,34.907446423944926],[107.55393279351635,34.90744709355292],[107.55392016828507,34.90745527694537],[107.55391957589886,34.90745461685787],[107.55393232701225,34.90744643029193]]},
{"type":"LineString","coordinates":[[107.55398138891573,34.907619359514136],[107.55396482768734,34.90762996307291],[107.55396428111214,34.907629170538875],[107.5539809789843,34.90761841667193],[107.55398148456636,34.907619304856624],[107.55398304230566,34.90762240667085],[107.55398397148349,34.90762565879326],[107.55398442240805,34.90762930718268],[107.55398420377797,34.90763302389401],[107.5539834385727,34.9076355381399],[107.55398196281968,34.90763900889239],[107.55398028210097,34.9076416461177],[107.5539779318276,34.90764414669921],[107.55397525360914,34.90764622368495],[107.55397813679329,34.907644720603166],[107.55398148456636,34.907643613788395],[107.55398490066132,34.907643135535096],[107.55398828942754,34.907643244850135],[107.55399160987183,34.907643900740375],[107.55399478000795,34.90764518519208],[107.5539976631921,34.90764690690394],[107.55400016377362,34.90764909320472],[107.5540023500744,34.90765174409441],[107.55400289664959,34.907652645943486],[107.55398622610615,34.90766331782416],[107.55398565220219,34.9076624706326],[107.55400225442372,34.90765181241631]]},
{"type":"LineString","coordinates":[[107.55239333541986,34.90804602560269],[107.55240764295722,34.908036806944914],[107.55240730445081,34.90803612993211],[107.55239286715266,34.90804529781392],[107.55239333541986,34.90804601431914],[107.5523951012949,34.90804819768545],[107.55239733543718,34.90805012717197],[107.55239987423522,34.90805171815207],[107.5524026161371,34.90805280137257],[107.55240546992006,34.908052830239384],[107.5524083599364,34.9080528917291],[107.55241112697331,34.908052215342295],[107.55241340209257,34.908051661934905],[107.55241641508833,34.90805000171275],[107.55241383252053,34.90805209236287],[107.55241204931893,34.90805396779903],[107.55241149591154,34.908055351317486],[107.55241088101445,34.908057288243334],[107.55241088989756,34.90805915496387],[107.55241068679372,34.90806216767088],[107.55241105915077,34.908064875722125],[107.55241190541678,34.90806782072785],[107.55241315789048,34.90807039337653],[107.55241363938059,34.90807112610185],[107.55243040036125,34.908059004730006],[107.55242999415357,34.9080583277172],[107.55241316335595,34.908070389850415]]},
{"type":"LineString","coordinates":[[107.55405775331577,34.90780927403767],[107.55404669422745,34.90779596541107],[107.55404743103219,34.907795488816184],[107.5540584983376,34.90780881387713],[107.55405776427192,34.90780929047202],[107.55405521695445,34.9078105449574],[107.55405236834136,34.90781142145374],[107.55404960737789,34.90781172822745],[107.554046660159,34.907811596752985],[107.55404365815905,34.907810917468325],[107.55404116014448,34.907809821847906],[107.55403866212991,34.90780826606691],[107.55403603469512,34.907806521291384],[107.55403353873483,34.90780445056878],[107.55403557248025,34.90780687257469],[107.55403660784155,34.90780957190951],[107.55403734738542,34.90781210073838],[107.55403725973578,34.907815168475565],[107.55403671192556,34.90781790752662],[107.55403570395478,34.90782040554119],[107.55403403861173,34.907823232241874],[107.55403215414461,34.907825401570314],[107.5540299204485,34.90782716688868],[107.55402920144756,34.907827631157865],[107.55401810949061,34.90781429377122],[107.5540188545125,34.907813855523045],[107.55402990812277,34.907827135389596]]},
{"type":"LineString","coordinates":[[107.55398946038602,34.907796243424784],[107.5539815472675,34.90780131751686],[107.55398180610783,34.9078017324831],[107.55398974798636,34.907796617305245],[107.55398948503746,34.907796206447586],[107.55398872905937,34.90779523682352],[107.55398810455573,34.907794612319876],[107.55398714314883,34.90779382347318],[107.55398582840431,34.90779305106077],[107.55398447257404,34.907792516945825],[107.55398340434414,34.90779222934546],[107.55398186773648,34.907792073219554],[107.55398033112884,34.90779217182539],[107.55397919716171,34.90779241423141],[107.55397790296009,34.90779287028341],[107.55397695387889,34.9077933633126],[107.55397567200299,34.907794152159305]]},
{"type":"LineString","coordinates":[[107.55392600096873,34.90788515104478],[107.55391661911065,34.90787551166417],[107.55391603045139,34.90787590987486],[107.55392542529462,34.90788560552437],[107.55392604858092,34.907885224627194],[107.5539279747087,34.90788364044122],[107.5539294809839,34.90788185714992],[107.5539307968105,34.90787977952896],[107.55393169711293,34.90787749414591],[107.55393214726412,34.907875139508825],[107.55393195336643,34.90787268910641],[107.55393141103433,34.907870421172134],[107.55393072079346,34.90786864626704],[107.55392924170589,34.90786662484736],[107.55393131242849,34.907868350449526],[107.55393326398541,34.90786940008094],[107.55393523772533,34.90787068128053],[107.55393752310839,34.90787165083698],[107.55393994699949,34.90787223949625],[107.55394231895012,34.90787236069081],[107.55394477746825,34.907872100988186],[107.5539470801648,34.90787140844787],[107.5539492443533,34.90787032635363],[107.55394985032608,34.907869928142944],[107.55394044249776,34.90786023682179],[107.55393983652499,34.90786061771897],[107.55394920972635,34.907870283069876]]},
{"type":"LineString","coordinates":[[107.55357703364855,34.908102848041274],[107.55356603612988,34.908090265753906],[107.55356672020788,34.90808984513838],[107.55357783892954,34.908102497442755],[107.55357711034196,34.90810296308144],[107.55357447537483,34.90810426686975],[107.55357178014854,34.90810512145371],[107.55356901918508,34.90810558161429],[107.55356632395882,34.90810538440261],[107.55356290562308,34.90810479276758],[107.55356027613405,34.90810380670919],[107.55355771238224,34.908102229015775],[107.55355580600269,34.90810078279681],[107.55355302723547,34.908098392974736],[107.55355495141876,34.90810091427126],[107.5535560689516,34.90810321507416],[107.55355718648444,34.9081061075121],[107.55355738369612,34.90810880273835],[107.55355705500999,34.90811156370183],[107.55355593747714,34.90811439040254],[107.55355396536038,34.908117085628795],[107.55355179603193,34.908119583643376],[107.5535497362655,34.90812122707401],[107.55354881594434,34.90812181870904],[107.55353694398379,34.90810818645196],[107.55353765613704,34.90810771898728],[107.5535495244456,34.9081211613368]]},
{"type":"LineString","coordinates":[[107.55324793575849,34.907718689558976],[107.55324204532411,34.907722468642866],[107.55324224211665,34.90772277550582],[107.55324819759264,34.907718954728594],[107.55324800246783,34.90771865286885],[107.55324736539356,34.90771785110598],[107.55324702392515,34.90771751338996],[107.5532465465365,34.907717071857576],[107.55324582607567,34.907716591550354],[107.55324518566604,34.90771623131994],[107.5532442250516,34.90771585774767],[107.55324347790703,34.90771565761966],[107.55324266405313,34.90771556422659],[107.55324197027603,34.907715537542856],[107.55324135655015,34.90771556422658],[107.55324071614052,34.90771564427778],[107.55323988894474,34.90771588443139],[107.55323934192819,34.90771611124314],[107.55323836797189,34.907716658259694],[107.55323870944032,34.907716131047465],[107.55323893458433,34.90771578770285],[107.55323906967074,34.90771558507324],[107.55323932525086,34.907715013040665],[107.5532395920882,34.90771451939157],[107.55323996566048,34.90771371887953],[107.55324025918156,34.90771286500003],[107.5532404059421,34.90771203780426],[107.55324047265144,34.907710903745546],[107.55324040344051,34.90771020746683],[107.55324025918152,34.90770942279827],[107.55323997900231,34.907708475525695],[107.55323958875276,34.90770768835552],[107.55323944365995,34.907707433192314],[107.55323924353193,34.907707124661634],[107.55323329472687,34.90771094710663],[107.55323348818393,34.90771125063411],[107.5532393969634,34.907707463211516]]},
{"type":"LineString","coordinates":[[107.55324007729934,34.907757284210795],[107.55323362886622,34.90774984877262],[107.55323321213075,34.90775013390741],[107.5532397263642,34.90775759127904],[107.55324012116623,34.90775730614424],[107.55324108623785,34.907756538473635],[107.55324181004157,34.90775585853681],[107.55324235837772,34.907755134733094],[107.55324308218144,34.90775401612735],[107.55324365245103,34.907752941388495],[107.55324395951928,34.907751756982414],[107.55324420078718,34.9077504629091],[107.55324426658751,34.90774925656957],[107.55324409111995,34.90774780896214],[107.55324382791859,34.90774673422329],[107.55324341118312,34.90774565948444],[107.55324292864734,34.90774469441282],[107.55324245707824,34.90774395964238]]},
{"type":"LineString","coordinates":[[107.553199760412,34.90766759931797],[107.55319387735135,34.907671349769124],[107.55319371189027,34.90767105561609],[107.55319963172005,34.907667213242114],[107.55319986152709,34.90766759012568],[107.5532003211412,34.90766850016163],[107.55320061529424,34.90766946535126],[107.55320075317847,34.9076700168882],[107.55320083590901,34.90767077065534],[107.55320085429358,34.907671386538254],[107.55320080833216,34.907671984036604],[107.55320061366096,34.907672854951855],[107.55320019418382,34.90767369390616],[107.5531998610696,34.907674150396005],[107.55319919484117,34.90767491532494],[107.55319867666351,34.90767542116504],[107.55319754469205,34.90767629404765],[107.55319888640209,34.9076756679163],[107.55320007080817,34.90767512506351],[107.55320084499029,34.907674899902986],[107.55320164076309,34.90767472100831],[107.55320236251055,34.907674782696134],[107.55320358116181,34.90767500227792],[107.55320462908199,34.9076752228927],[107.55320524266678,34.90767551934381],[107.553205803396,34.9076758089007],[107.55320622394291,34.90767607088074],[107.55320696851777,34.90767662931189],[107.55320770390034,34.90767735550218],[107.5532081910913,34.90767800815422],[107.55320838412923,34.907678302307254],[107.55320242140215,34.90768211710439],[107.55320222223602,34.90768181069498],[107.55320815432219,34.90767800815423]]},
{"type":"LineString","coordinates":[[107.55309302943326,34.90765295426943],[107.55309747963095,34.90765827889195],[107.55309716733636,34.90765845065397],[107.55309268590922,34.907653094801994],[107.5530929982038,34.90765289181052],[107.55309402877589,34.90765237652447],[107.55309524672474,34.90765203300044],[107.55309635537047,34.90765189246788],[107.55309766700768,34.90765192369734],[107.5530988693418,34.90765225160664],[107.55309994675808,34.907652735663234],[107.55310102417435,34.907653375867106],[107.5531018673697,34.90765417221827],[107.55310260126195,34.907655124716726],[107.55310207036118,34.9076540785299],[107.55310167999296,34.907652907425245],[107.55310152384568,34.90765165824695],[107.55310155507513,34.90765050275702],[107.55310164876352,34.90764983132369],[107.55310182052554,34.90764928480818],[107.5531021796643,34.90764817616244],[107.5531028354829,34.907647145590346],[107.55310363183406,34.90764623993608],[107.5531045999472,34.90764544358492],[107.55310490443442,34.90764525620818],[107.5531093780542,34.90765061986752],[107.55310906575963,34.907650815051625],[107.55310466240618,34.90764553727329]]},
{"type":"LineString","coordinates":[[107.55303395891465,34.90768995336912],[107.55303840911235,34.90769527799164],[107.55303809681776,34.90769544975366],[107.55303361539062,34.907690093901685],[107.55303392768519,34.90768989091021],[107.55303495825729,34.90768937562416],[107.55303617620613,34.90768903210013],[107.55303728485187,34.907688891567574],[107.55303859648907,34.90768892279703],[107.55303979882319,34.90768925070633],[107.55304087623948,34.907689734762926],[107.55304195365575,34.9076903749668],[107.5530427968511,34.907691171317964],[107.55304353074335,34.90769212381642],[107.55304299984257,34.90769107762959],[107.55304260947436,34.907689906524936],[107.55304245332708,34.90768865734664],[107.55304248455653,34.907687501856714],[107.55304257824491,34.90768683042338],[107.55304275000694,34.90768628390787],[107.55304310914569,34.90768517526213],[107.5530437649643,34.90768414469004],[107.55304456131546,34.90768323903577],[107.5530455294286,34.90768244268461],[107.55304583391582,34.90768225530787],[107.5530503075356,34.90768761896721],[107.55304999524103,34.907687814151316],[107.55304559188758,34.90768253637298]]},
{"type":"LineString","coordinates":[[107.55296661102514,34.90773128692508],[107.55297106122283,34.9077366115476],[107.55297074892825,34.907736783309616],[107.5529662675011,34.90773142745764],[107.55296657979568,34.90773122446617],[107.55296761036777,34.907730709180115],[107.55296882831662,34.907730365656086],[107.55296993696236,34.90773022512353],[107.55297124859956,34.907730256352984],[107.55297245093368,34.90773058426229],[107.55297352834997,34.90773106831888],[107.55297460576624,34.90773170852275],[107.55297544896159,34.90773250487392],[107.55297618285384,34.90773345737237],[107.55297565195306,34.90773241118555],[107.55297526158485,34.90773124008089],[107.55297510543757,34.907729990902595],[107.55297513666702,34.90772883541267],[107.5529752303554,34.907728163979336],[107.55297540211743,34.90772761746383],[107.55297576125618,34.90772650881809],[107.55297641707479,34.90772547824599],[107.55297721342595,34.907724572591725],[107.55297818153909,34.907723776240566],[107.5529784860263,34.907723588863824],[107.55298295964609,34.907728952523165],[107.55298264735151,34.90772914770727],[107.55297824399807,34.90772386992894]]},
{"type":"LineString","coordinates":[[107.55315215861195,34.90780818775172],[107.55314744441289,34.90780288838164],[107.55314712759706,34.90780305512682],[107.5531519251687,34.90780843786949],[107.5531522086355,34.90780827112431],[107.55315312573397,34.907807554120055],[107.55315395945985,34.90780663702158],[107.55315454306798,34.90780556985245],[107.55315500995447,34.90780446933428],[107.55315524339771,34.90780333546708],[107.55315527674675,34.90780196815663],[107.55315512667609,34.90780085096395],[107.5531547598367,34.90779970042223],[107.55315417622859,34.90779854988051],[107.55315492658188,34.90779951700254],[107.55315584368034,34.907800384077454],[107.55315684415142,34.907801017709126],[107.55315789464602,34.907801501270136],[107.55315921193292,34.90780176806242],[107.55316049587078,34.90780186810953],[107.55316156303991,34.90780171803887],[107.5531627302561,34.90780135536812],[107.55316381409976,34.90780082595219],[107.55316411840973,34.90780062585797],[107.553159333344,34.90779524728394],[107.55315902486542,34.907795430703636],[107.55316379742527,34.90780079677178]]},
{"type":"LineString","coordinates":[[107.55308190864287,34.9078513026786],[107.5530771944438,34.90784600330852],[107.55307687762797,34.9078461700537],[107.55308167519962,34.90785155279637],[107.55308195866641,34.90785138605119],[107.55308287576489,34.90785066904694],[107.55308370949076,34.90784975194846],[107.55308429309889,34.90784868477933],[107.55308475998538,34.90784758426116],[107.55308499342863,34.90784645039396],[107.55308502677767,34.907845083083515],[107.553084876707,34.907843965890834],[107.55308450986762,34.90784281534911],[107.5530839262595,34.90784166480739],[107.5530846766128,34.90784263192942],[107.55308559371126,34.907843499004336],[107.55308659418233,34.90784413263601],[107.55308764467694,34.90784461619702],[107.55308896196384,34.9078448829893],[107.5530902459017,34.90784498303641],[107.55309131307082,34.90784483296575],[107.55309248028702,34.907844470295004],[107.55309356413068,34.90784394087907],[107.55309386844064,34.907843740784855],[107.55308908337491,34.907838362210825],[107.55308877489634,34.90783854563052],[107.55309354745619,34.90784391169866]]},
{"type":"LineString","coordinates":[[107.55301307770334,34.907896366196105],[107.55300662927023,34.90788893075793],[107.55300621253475,34.90788921589272],[107.5530127267682,34.90789667326435],[107.55301312157023,34.90789638812955],[107.55301408664185,34.907895620458945],[107.55301481044557,34.90789494052212],[107.55301535878172,34.907894216718404],[107.55301608258544,34.90789309811266],[107.55301665285504,34.907892023373805],[107.55301695992328,34.907890838967724],[107.55301720119118,34.90788954489441],[107.55301726699152,34.90788833855488],[107.55301709152396,34.90788689094745],[107.5530168283226,34.9078858162086],[107.55301641158712,34.90788474146975],[107.55301592905134,34.90788377639813],[107.55301545748225,34.90788304162769]]},
{"type":"LineString","coordinates":[[107.55327155441684,34.90784683413944],[107.55326684021777,34.90784153476936],[107.55326652340194,34.90784170151454],[107.5532713209736,34.90784708425721],[107.55327160444038,34.90784691751203],[107.55327252153886,34.90784620050778],[107.55327335526474,34.9078452834093],[107.55327393887286,34.90784421624017],[107.55327440575935,34.907843115722],[107.5532746392026,34.9078419818548],[107.55327467255164,34.907840614544355],[107.55327452248098,34.907839497351674],[107.55327415564159,34.90783834680995],[107.55327357203348,34.90783719626823],[107.55327432238677,34.90783816339026],[107.55327523948523,34.907839030465176],[107.5532762399563,34.90783966409685],[107.55327729045091,34.90784014765786],[107.55327860773781,34.90784041445014],[107.55327989167567,34.90784051449725],[107.5532809588448,34.90784036442659],[107.55328212606099,34.907840001755844],[107.55328320990465,34.90783947233991],[107.55328351421461,34.907839272245695],[107.55327872914889,34.907833893671665],[107.55327842067031,34.90783407709136],[107.55328319323016,34.9078394431595]]},
{"type":"LineString","coordinates":[[107.55322286191122,34.90787709392101],[107.55321814771216,34.90787179455093],[107.55321783089633,34.90787196129611],[107.55322262846798,34.90787734403878],[107.55322291193477,34.9078771772936],[107.55322382903324,34.907876460289344],[107.55322466275912,34.90787554319087],[107.55322524636725,34.90787447602174],[107.55322571325374,34.90787337550357],[107.55322594669698,34.90787224163637],[107.55322598004602,34.90787087432592],[107.55322582997536,34.90786975713324],[107.55322546313597,34.90786860659152],[107.55322487952786,34.9078674560498],[107.55322562988115,34.90786842317183],[107.55322654697962,34.907869290246744],[107.55322754745069,34.907869923878415],[107.55322859794529,34.907870407439425],[107.5532299152322,34.90787067423171],[107.55323119917006,34.90787077427882],[107.55323226633918,34.90787062420816],[107.55323343355538,34.90787026153741],[107.55323451739903,34.907869732121476],[107.553234821709,34.90786953202726],[107.55323003664327,34.90786415345323],[107.5532297281647,34.907864336872926],[107.55323450072454,34.90786970294107]]},
{"type":"LineString","coordinates":[[107.55315325097537,34.90791939909318],[107.5531485367763,34.9079140997231],[107.55314821996048,34.90791426646828],[107.55315301753213,34.90791964921095],[107.55315330099891,34.90791948246577],[107.55315421809739,34.90791876546152],[107.55315505182327,34.90791784836304],[107.5531556354314,34.90791678119391],[107.55315610231789,34.90791568067574],[107.55315633576113,34.90791454680854],[107.55315636911017,34.907913179498095],[107.55315621903951,34.907912062305414],[107.55315585220012,34.90791091176369],[107.55315526859201,34.90790976122197],[107.5531560189453,34.907910728344],[107.55315693604376,34.907911595418916],[107.55315793651484,34.90791222905059],[107.55315898700944,34.9079127126116],[107.55316030429634,34.90791297940388],[107.5531615882342,34.90791307945099],[107.55316265540333,34.90791292938033],[107.55316382261952,34.907912566709584],[107.55316490646318,34.90791203729365],[107.55316521077314,34.907911837199435],[107.55316042570742,34.907906458625405],[107.55316011722884,34.9079066420451],[107.55316488978869,34.90791200811324]]},
{"type":"LineString","coordinates":[[107.5529209374968,34.90786548463556],[107.55292850379122,34.90786007705565],[107.55292874124983,34.907860476417845],[107.55292116416183,34.90786591637846],[107.55292089432251,34.907865506222706],[107.55292016035956,34.90786404909039],[107.55291971782309,34.90786251640308],[107.55291953433236,34.907860994509335],[107.55291965306169,34.90785926753771],[107.55291999845602,34.90785773485039],[107.55292060289608,34.90785623454378],[107.55292144479475,34.90785493931506],[107.5529225673263,34.907853676467056],[107.55292381938071,34.90785271583909],[107.55292463969224,34.9078521977476]]},
{"type":"LineString","coordinates":[[107.55295097662987,34.907893554541445],[107.5529568807141,34.907889765997446],[107.55295668642981,34.90788946377741],[107.55295071758412,34.90789328470213],[107.55295091186844,34.907893597715734],[107.55295148392779,34.907894342472254],[107.55295227185859,34.907895087228766],[107.55295299502795,34.90789560532025],[107.55295376137161,34.90789601547601],[107.55295449533456,34.90789631769604],[107.55295512136176,34.907896490393206],[107.55295584453114,34.90789663070965],[107.55295675119125,34.90789669547109],[107.55295766864491,34.9078966522968],[107.55295865086002,34.90789645801249],[107.55295965466229,34.90789609103102],[107.55296063687739,34.90789555135239],[107.55295994608875,34.90789635007676],[107.55295957910728,34.907896824993955],[107.55295925530007,34.907897375466156],[107.55295883435072,34.90789808784195],[107.55295839181424,34.907899231960656],[107.55295816514922,34.90790031131792],[107.55295811118135,34.907901703688786],[107.55295828387851,34.90790276145891],[107.55295846736925,34.90790343066041],[107.55295873720857,34.907904132242635],[107.55295913657076,34.907904887792725],[107.55295934164863,34.9079052115999],[107.55296529970079,34.907901379881615],[107.55296510541649,34.90790107766158],[107.55295923371297,34.907904855412006]]},
{"type":"LineString","coordinates":[[107.55308833572965,34.90796005308546],[107.55308362153059,34.90795475371538],[107.55308330471476,34.90795492046056],[107.55308810228641,34.90796030320323],[107.5530883857532,34.90796013645805],[107.55308930285167,34.907959419453796],[107.55309013657755,34.90795850235532],[107.55309072018568,34.90795743518619],[107.55309118707217,34.90795633466802],[107.55309142051541,34.90795520080082],[107.55309145386445,34.907953833490375],[107.55309130379379,34.90795271629769],[107.5530909369544,34.90795156575597],[107.55309035334629,34.90795041521425],[107.55309110369959,34.90795138233628],[107.55309202079805,34.907952249411196],[107.55309302126912,34.90795288304287],[107.55309407176372,34.90795336660388],[107.55309538905063,34.90795363339616],[107.55309667298849,34.90795373344327],[107.55309774015761,34.90795358337261],[107.55309890737381,34.90795322070186],[107.55309999121747,34.90795269128593],[107.55310029552743,34.907952491191715],[107.5530955104617,34.907947112617684],[107.55309520198313,34.90794729603738],[107.55309997454297,34.90795266210552]]},
{"type":"LineString","coordinates":[[107.5528971956224,34.90777424627338],[107.5529016458201,34.9077795708959],[107.55290133352551,34.907779742657915],[107.55289685209837,34.90777438680594],[107.55289716439295,34.90777418381447],[107.55289819496504,34.907773668528414],[107.55289941291389,34.907773325004385],[107.55290052155962,34.90777318447183],[107.55290183319683,34.90777321570128],[107.55290303553095,34.90777354361059],[107.55290411294723,34.90777402766718],[107.5529051903635,34.90777466787105],[107.55290603355886,34.90777546422222],[107.5529067674511,34.90777641672067],[107.55290623655033,34.90777537053385],[107.55290584618211,34.90777419942919],[107.55290569003483,34.907772950250894],[107.55290572126428,34.90777179476097],[107.55290581495267,34.907771123327635],[107.55290598671469,34.907770576812126],[107.55290634585344,34.907769468166386],[107.55290700167205,34.90776843759429],[107.55290779802321,34.907767531940024],[107.55290876613635,34.907766735588865],[107.55290907062357,34.90776654821212],[107.55291354424335,34.907771911871464],[107.55291323194878,34.90777210705557],[107.55290882859533,34.907766829277236]]},
{"type":"LineString","coordinates":[[107.55285500836078,34.90854637638241],[107.55284401084211,34.90853379409504],[107.55284469492011,34.908533373479514],[107.55285581364177,34.90854602578389],[107.55285508505419,34.90854649142258],[107.55285245008706,34.908547795210886],[107.55284975486077,34.908548649794845],[107.5528469938973,34.90854910995542],[107.55284429867105,34.90854891274375],[107.55284088033531,34.90854832110872],[107.55283825084628,34.90854733505033],[107.55283568709447,34.90854575735691],[107.55283378071492,34.908544311137945],[107.5528310019477,34.90854192131587],[107.55283292613099,34.908544442612396],[107.55283404366382,34.9085467434153],[107.55283516119667,34.908549635853234],[107.55283535840834,34.908552331079484],[107.55283502972222,34.90855509204297],[107.55283391218937,34.908557918743675],[107.55283194007261,34.90856061396993],[107.55282977074415,34.90856311198451],[107.55282771097772,34.90856475541515],[107.55282679065657,34.90856534705018],[107.55281491869601,34.9085517147931],[107.55281563084927,34.90855124732842],[107.55282749915783,34.90856468967794]]},
{"type":"LineString","coordinates":[[107.55320397568096,34.90832867938592],[107.55319459382288,34.90831904000531],[107.55319400516362,34.908319438216],[107.55320340000685,34.90832913386551],[107.55320402329315,34.90832875296833],[107.55320594942093,34.90832716878236],[107.55320745569612,34.908325385491054],[107.55320877152273,34.9083233078701],[107.55320967182516,34.908321022487044],[107.55321012197635,34.90831866784996],[107.55320992807866,34.90831621744755],[107.55320938574656,34.90831394951327],[107.55320869550569,34.90831217460818],[107.55320721641812,34.908310153188495],[107.55320928714072,34.90831187879066],[107.55321123869764,34.90831292842208],[107.55321321243756,34.908314209621665],[107.55321549782062,34.90831517917812],[107.55321792171172,34.90831576783739],[107.55322029366235,34.90831588903195],[107.55322275218047,34.90831562932932],[107.55322505487703,34.908314936789004],[107.55322721906553,34.90831385469477],[107.5532278250383,34.90831345648408],[107.55321841720999,34.90830376516293],[107.55321781123722,34.908304146060104],[107.55322718443858,34.90831381141101]]},
{"type":"LineString","coordinates":[[107.55325589240138,34.90806663044206],[107.55323933117299,34.90807723400083],[107.5532387845978,34.9080764414668],[107.55325548246995,34.90806568759985],[107.55325598805202,34.908066575784545],[107.55325754579131,34.908069677598775],[107.55325843778206,34.90807152278616],[107.5532589569834,34.90807391111229],[107.55325937234447,34.90807671479949],[107.553259580025,34.908079310806166],[107.55325854162233,34.90808252985443],[107.5532573993794,34.908085022020835],[107.55325590653983,34.90808767504035],[107.55325322832137,34.908089752026086],[107.55325611150552,34.9080882489443],[107.55325945927859,34.90808714212953],[107.55326287537355,34.90808666387623],[107.55326626413976,34.90808677319127],[107.55326958458406,34.90808742908151],[107.55327275472018,34.90808871353322],[107.55327563790433,34.90809043524508],[107.55327813848585,34.908092621545855],[107.55328032478663,34.908095272435546],[107.55328087136182,34.90809617428462],[107.55326420081838,34.908106846165296],[107.55326362691441,34.90810599897374],[107.55328022913595,34.90809534075745]]},
{"type":"LineString","coordinates":[[107.55326743509825,34.90823977176592],[107.55325952197973,34.908244845858],[107.55325978082006,34.90824526082424],[107.55326772269859,34.90824014564638],[107.55326745974969,34.90823973478872],[107.5532667037716,34.908238765164654],[107.55326607926796,34.90823814066101],[107.55326511786106,34.908237351814314],[107.55326380311654,34.90823657940191],[107.55326244728627,34.90823604528696],[107.55326137905637,34.9082357576866],[107.55325984244871,34.90823560156069],[107.55325830584107,34.90823570016653],[107.55325717187394,34.908235942572546],[107.55325587767231,34.908236398624545],[107.55325492859112,34.908236891653736],[107.55325364671522,34.90823768050044]]},
{"type":"LineString","coordinates":[[107.553335728028,34.908252802378804],[107.55332466893968,34.908239493752205],[107.55332540574442,34.90823901715732],[107.55333647304982,34.90825234221827],[107.55333573898415,34.90825281881315],[107.55333319166668,34.90825407329854],[107.55333034305359,34.90825494979487],[107.55332758209012,34.90825525656859],[107.55332463487123,34.90825512509412],[107.55332163287127,34.90825444580946],[107.55331913485671,34.90825335018904],[107.55331663684214,34.908251794408045],[107.55331400940734,34.90825004963252],[107.55331151344706,34.90824797890992],[107.55331354719247,34.908250400915826],[107.55331458255378,34.90825310025065],[107.55331532209765,34.90825562907952],[107.55331523444801,34.9082586968167],[107.55331468663779,34.90826143586776],[107.55331367866701,34.908263933882324],[107.55331201332396,34.90826676058301],[107.55331012885684,34.90826892991145],[107.55330789516073,34.90827069522982],[107.55330717615979,34.908271159499],[107.55329608420284,34.908257822112354],[107.55329682922473,34.90825738386418],[107.553307882835,34.90827066373073]]},
{"type":"LineString","coordinates":[[107.5524159710385,34.90834102278059],[107.55243284872103,34.908330148456265],[107.55243219378896,34.908329150464546],[107.55241481711059,34.90834021191232],[107.5524155032299,34.90834124109128],[107.55241802939645,34.908344328628175],[107.55242102337162,34.90834694835645],[107.5524245475299,34.90834906908887],[107.55242853949679,34.90835056607646],[107.55243213141448,34.90835201071187],[107.55243684068752,34.9083538819464],[107.55244077027993,34.90835344532502],[107.5524447310596,34.90835210427363],[107.55244710128994,34.908350825596735],[107.55244513649373,34.90835272801846],[107.55244242320374,34.908355597244665],[107.55244061434391,34.90835890309204],[107.55244048959494,34.90836058720303],[107.55244061434391,34.9083623336885],[107.5524408794348,34.90836606056376],[107.55244131605617,34.90837017727962],[107.55244256354584,34.908373982123074],[107.55244423206327,34.90837756865583],[107.55244490258896,34.90837861342841],[107.55246478445535,34.90836585784668],[107.55246409833605,34.90836479748047],[107.55244438799947,34.90837749068772]]},
{"type":"LineString","coordinates":[[107.55334882833715,34.908008384528394],[107.5533654804692,34.90799798556496],[107.55336487713107,34.90799734775038],[107.553348000902,34.90800769499912],[107.55334855252543,34.90800859138719],[107.5533499172188,34.908010891254605],[107.55335173297924,34.90801268403073],[107.55335400842586,34.90801445382255],[107.55335669759005,34.90801592481834],[107.55335865125632,34.908016683300545],[107.55336024866581,34.90801715447889],[107.55336190353609,34.90801747625922],[107.5533638801867,34.90801767162585],[107.55336617861762,34.908017683118004],[107.55336887927396,34.90801729238476],[107.5533714535166,34.90801659136333],[107.55337317733981,34.90801587884974],[107.55337405936268,34.90801546225914],[107.55337865047845,34.90801240534599],[107.5533763060789,34.9080146578083],[107.55337566251825,34.90801557718067],[107.55337515686344,34.90801631267857],[107.5533745822557,34.908017553831264],[107.55337352497753,34.90802019702685],[107.55337276649533,34.90802274828519],[107.55337239874638,34.9080242652496],[107.55337223785622,34.90802739111566],[107.55337235277776,34.90802955164074],[107.55337281246395,34.908032056930445],[107.55337338707164,34.908034010596715],[107.55337437539694,34.90803630902764],[107.55337485806739,34.90803728586077],[107.55337543267513,34.90803811329591],[107.55339253300123,34.90802757499011],[107.55339182910669,34.908026773412324],[107.55337503044967,34.90803717093923]]},
{"type":"LineString","coordinates":[[107.55310733116846,34.90752716569552],[107.55310279480794,34.90752233565545],[107.55310308160917,34.90752215510887],[107.55310768888425,34.90752705273264],[107.5531073547024,34.90752725983125],[107.5531066910455,34.90752762225381],[107.55310596149357,34.90752789995422],[107.55310542021311,34.907528064691746],[107.55310465300691,34.90752821060213],[107.5531039516957,34.90752827179036],[107.55310340806189,34.90752827414375],[107.55310257496066,34.90752818942159],[107.55310180304765,34.90752801997727],[107.55310118004941,34.907527872087876],[107.5531003928578,34.90752753753144],[107.55309970406516,34.90752722265481],[107.55309881847461,34.90752667162069],[107.55309815165646,34.907526164346514],[107.5530974605691,34.90752543179392],[107.55309800053327,34.90752639446365],[107.55309825508378,34.90752703113933],[107.55309843394167,34.9075277089166],[107.55309856573169,34.90752852789747],[107.55309872007567,34.90752946615086],[107.55309872951598,34.90753030276877],[107.5530983341459,34.90753154536043],[107.55309795289618,34.907532307859846],[107.55309720628209,34.90753340086397],[107.5530964204972,34.9075342006627],[107.55309584156242,34.90753462956861],[107.55309553973974,34.90753482725367],[107.5530910147641,34.90753008007852],[107.55309128603504,34.90752987450651],[107.55309582302948,34.90753459162016]]},
{"type":"LineString","coordinates":[[107.55299542942286,34.90759609907971],[107.55299089306234,34.90759126903964],[107.55299117986357,34.907591088493064],[107.55299578713866,34.90759598611683],[107.55299545295681,34.90759619321544],[107.5529947892999,34.907596555638],[107.55299405974797,34.90759683333841],[107.55299351846752,34.90759699807594],[107.55299275126131,34.90759714398632],[107.5529920499501,34.907597205174554],[107.55299150631629,34.90759720752794],[107.55299067321506,34.90759712280578],[107.55298990130206,34.90759695336146],[107.55298927830381,34.90759680547207],[107.5529884911122,34.907596470915635],[107.55298780231956,34.907596156039],[107.55298691672901,34.90759560500488],[107.55298624991086,34.907595097730706],[107.55298555882351,34.90759436517811],[107.55298609878767,34.907595327847844],[107.55298635333818,34.90759596452352],[107.55298653219607,34.90759664230079],[107.55298666398609,34.90759746128166],[107.55298681833007,34.907598399535054],[107.55298682777038,34.90759923615296],[107.5529864324003,34.90760047874462],[107.55298605115058,34.90760124124404],[107.55298530453649,34.90760233424816],[107.5529845187516,34.907603134046894],[107.55298393981683,34.9076035629528],[107.55298363799415,34.90760376063786],[107.55297911301851,34.907599013462715],[107.55297938428944,34.9075988078907],[107.55298392128388,34.907603525004355]]},
{"type":"LineString","coordinates":[[107.55341697983891,34.90740755402851],[107.55341233369468,34.90740267582314],[107.5534126255205,34.90740249469618],[107.5534173375547,34.90740744106563],[107.55341700337286,34.90740764816424],[107.55341633971595,34.9074080105868],[107.55341561016402,34.90740828828721],[107.55341506888357,34.907408453024736],[107.55341430167736,34.90740859893512],[107.55341360036616,34.90740866012335],[107.55341305673234,34.90740866247674],[107.55341222363111,34.90740857775458],[107.5534114517181,34.90740840831026],[107.55341079276799,34.90740818709129],[107.55340993613282,34.907407787014435],[107.55340936661162,34.90740744341901],[107.55340853821718,34.90740679388246],[107.55340790109541,34.907406299637785],[107.55340734596135,34.90740580682304],[107.55340776333688,34.907406329157475],[107.5534081805014,34.90740706687608],[107.5534083593593,34.90740774465335],[107.55340849114931,34.90740856363422],[107.55340853351039,34.907409476750814],[107.55340837818643,34.90741069110176],[107.55340798281635,34.90741193369342],[107.55340760156663,34.907412696192836],[107.55340685495254,34.90741378919696],[107.55340599184561,34.907414658922846],[107.55340541291083,34.90741508782875],[107.55340511108815,34.907415285513814],[107.55340028629217,34.90741022229371],[107.5534005865912,34.90741003497127],[107.55340539437789,34.907415049880306]]},
{"type":"LineString","coordinates":[[107.55340171550756,34.907359685963016],[107.55339717914704,34.90735485592295],[107.55339746594827,34.90735467537637],[107.55340207322335,34.907359573000136],[107.5534017390415,34.907359780098744],[107.5534010753846,34.907360142521306],[107.55340034583267,34.907360420221714],[107.55339980455221,34.90736058495924],[107.55339903734601,34.90736073086963],[107.5533983360348,34.90736079205786],[107.55339779240099,34.90736079441125],[107.55339695929976,34.90736070968909],[107.55339618738675,34.90736054024477],[107.55339556438851,34.90736039235537],[107.5533947771969,34.90736005779894],[107.55339408840426,34.9073597429223],[107.55339320281371,34.90735919188818],[107.55339253599556,34.90735868461401],[107.5533918449082,34.90735795206142],[107.55339238487237,34.90735891473115],[107.55339263942288,34.90735955140683],[107.55339281828077,34.90736022918409],[107.55339295007079,34.907361048164965],[107.55339310441477,34.90736198641836],[107.55339311385508,34.907362823036266],[107.553392718485,34.907364065627924],[107.55339233723528,34.90736482812734],[107.55339159062119,34.907365921131465],[107.5533908048363,34.9073667209302],[107.55339022590152,34.907367149836105],[107.55338992407884,34.907367347521166],[107.5533853991032,34.90736260034602],[107.55338567037414,34.907362394774005],[107.55339020736858,34.90736711188766]]},
{"type":"LineString","coordinates":[[107.553414679993,34.907339435863726],[107.55341942967024,34.9073444274333],[107.55341912611333,34.90734462357778],[107.55341430345008,34.90733953627517],[107.55341462978727,34.90733934800371],[107.55341534521882,34.90733895890936],[107.55341609830465,34.907338695329315],[107.55341727813914,34.90733838154355],[107.55341821949644,34.9073383187864],[107.55341917340516,34.90733836899212],[107.55341987628528,34.90733846940356],[107.55342062937112,34.907338695329315],[107.55342175899987,34.90733919738654],[107.55342238937442,34.907339552152884],[107.5534230992306,34.907340112565656],[107.5534237367924,34.907340707668226],[107.55342437950362,34.90734136074577],[107.55342387673758,34.90734067916087],[107.55342350873357,34.90733998980124],[107.55342327772297,34.90733933545228],[107.55342318986297,34.90733878318933],[107.55342311455438,34.907337967346336],[107.55342317731153,34.90733698833475],[107.55342329027438,34.907336185043185],[107.5534235789573,34.90733526878875],[107.55342393039739,34.907334490600036],[107.55342436969745,34.90733373751419],[107.55342490940897,34.90733304718551],[107.55342580056055,34.9073321811368],[107.55342625241205,34.9073318924539],[107.55342654109495,34.907331691631],[107.55343153448189,34.90733697626835],[107.55343122697184,34.90733716453981],[107.55342623829168,34.90733192540138]]},
{"type":"LineString","coordinates":[[107.55350522206246,34.90728338598287],[107.5535099717397,34.90728837755245],[107.55350966818278,34.907288573696924],[107.55350484551954,34.90728348639431],[107.55350517185673,34.907283298122856],[107.55350588728828,34.9072829090285],[107.55350664037411,34.90728264544846],[107.5535078202086,34.9072823316627],[107.5535087615659,34.90728226890555],[107.55350971547462,34.90728231911127],[107.55351041835473,34.90728241952271],[107.55351117144058,34.90728264544846],[107.55351230106933,34.90728314750569],[107.55351293144388,34.90728350227203],[107.55351364130006,34.9072840626848],[107.55351427886185,34.90728465778737],[107.55351492157308,34.907285310864914],[107.55351441880704,34.907284629280014],[107.55351405080303,34.90728393992038],[107.55351381979243,34.907283285571424],[107.55351373193243,34.90728273330848],[107.55351365662384,34.90728191746548],[107.55351371938099,34.907280938453894],[107.55351383234384,34.90728013516233],[107.55351412102675,34.907279218907895],[107.55351447246684,34.90727844071918],[107.55351491176691,34.90727768763334],[107.55351545147843,34.907276997304656],[107.55351634263,34.90727613125595],[107.55351679448151,34.90727584257304],[107.55351708316441,34.90727564175015],[107.55352207655135,34.90728092638749],[107.5535217690413,34.90728111465896],[107.55351678036114,34.907275875520526]]},
{"type":"LineString","coordinates":[[107.55361616387052,34.9072840300719],[107.55361162751,34.90727920003183],[107.55361191431122,34.90727901948525],[107.5536165215863,34.90728391710902],[107.55361618740446,34.90728412420763],[107.55361552374755,34.90728448663019],[107.55361479419562,34.9072847643306],[107.55361425291517,34.907284929068126],[107.55361348570896,34.90728507497851],[107.55361278439776,34.90728513616674],[107.55361224076394,34.90728513852013],[107.55361140766271,34.90728505379797],[107.5536106357497,34.90728488435365],[107.55361001275146,34.907284736464256],[107.55360922555985,34.90728440190782],[107.55360853676721,34.90728408703119],[107.55360765117666,34.90728353599707],[107.55360698435851,34.907283028722894],[107.55360629327116,34.9072822961703],[107.55360683323532,34.90728325884003],[107.55360708778584,34.90728389551571],[107.55360726664372,34.907284573292976],[107.55360739843374,34.90728539227385],[107.55360755277772,34.90728633052724],[107.55360756221803,34.90728716714515],[107.55360716684795,34.90728840973681],[107.55360678559823,34.907289172236226],[107.55360603898414,34.90729026524035],[107.55360525319925,34.90729106503908],[107.55360467426448,34.90729149394499],[107.5536043724418,34.90729169163005],[107.55359984746616,34.9072869444549],[107.5536001187371,34.90728673888289],[107.55360465573153,34.90729145599654]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,6 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.56053238035668,34.90263811685806],[107.56052786337857,34.90263218124053],[107.5604884274779,34.90266216788612],[107.56057228623575,34.90277108042147],[107.56059669095166,34.902752517259906],[107.56061694167337,34.902778998972906],[107.56073156595073,34.9026909213147],[107.56071125032287,34.90266424488322],[107.5618716426393,34.90177217462942],[107.5617881733184,34.9016635217187],[107.56052790664938,34.90263218124051],[107.56053087069726,34.902636021521616],[107.56061570304739,34.902570812466955],[107.56061730406599,34.902572802922506],[107.56062180422636,34.902569297989906],[107.56063205128625,34.9025825036889],[107.56063976159709,34.902576610750515],[107.56062952805931,34.902563369894025],[107.56069877481796,34.902510117094785],[107.5607089326319,34.902523357951274],[107.56071573560875,34.902518177628444],[107.56070555751161,34.90250492595425],[107.56071814524975,34.902495267106445],[107.5607282922459,34.90250851878054],[107.56073028270144,34.90250691776196],[107.56071859959285,34.902491643179246],[107.56077353424197,34.90244927628531],[107.56078538081793,34.90246450759726],[107.56079607350662,34.902456507312195],[107.56078284226594,34.902439429780614],[107.56178752273549,34.901667120460914],[107.56186810880313,34.90177083086903],[107.56086337058406,34.902544068974144],[107.56080591912531,34.90246924345494],[107.56080209929642,34.90247207752154],[107.56080382438044,34.90247448031713],[107.56077837939121,34.902494133952885],[107.56077998125494,34.90249604386733],[107.56080339310944,34.902478115315596],[107.56084438439149,34.90253153130994],[107.56083970202057,34.90253514577169],[107.56085153116813,34.90255009649982],[107.5607961641859,34.90259264857222],[107.56074359019684,34.90252413809272],[107.5607671458083,34.90250598363712],[107.56076564662814,34.902503847818814],[107.56074200886981,34.90252206388456],[107.56074018110215,34.902519681625684],[107.56073812743071,34.902521262952696],[107.56079300153175,34.90259205300751],[107.5607800223282,34.90260174633675],[107.56077016470525,34.90258843854576],[107.56076293578175,34.90259386023839],[107.56077328628585,34.90260716802937],[107.56070407755809,34.90266035811986],[107.56069405564142,34.90264705032887],[107.56068629276332,34.90265296490265],[107.56069446637568,34.90266368506761],[107.56061420889552,34.90272537735789],[107.56061585183267,34.90272743102934],[107.56069606823944,34.90266573873905],[107.5606979986906,34.90266824421822],[107.5607018595929,34.90266536907819],[107.56072009619535,34.902689109520125],[107.56061823409156,34.90276731332885],[107.56059990507389,34.90274371664391],[107.56060374030528,34.902740805564626],[107.5606017687807,34.902738248743674],[107.56060304719118,34.902737232176314],[107.56060147613255,34.90273518363902],[107.5606002131246,34.90273601537596],[107.56059189575524,34.90272548004143],[107.56058437931775,34.9027313946152],[107.56059448338127,34.90274457918589],[107.56057359754264,34.90276059782319],[107.56049911087922,34.90266368506757],[107.5605199351077,34.90264766643029],[107.56053003917123,34.90266097422127],[107.5605378020493,34.902654998037356],[107.56052782120607,34.90264156702609],[107.56053238035668,34.90263811685806]]]},
{"type":"Polygon","coordinates":[[[107.56181234048735,34.90174519350526],[107.56180935961184,34.90174136644581],[107.56174276108496,34.9017926759664],[107.5617806855132,34.90184210080439],[107.56187040986417,34.901772107925815],[107.56183287968075,34.90172329849432],[107.56182211968196,34.90173157763548],[107.56182503324732,34.90173538546347],[107.56183270659766,34.901729471791214],[107.56186490005246,34.901771329051904],[107.56178157016011,34.901835369795315],[107.56174956901991,34.90179331060439],[107.56181234048735,34.90174519350526]]]},
{"type":"Polygon","coordinates":[[[107.5522458154916,34.90798071759747],[107.55224130423855,34.907975409108744],[107.55219890739434,34.908001671519976],[107.55229341869496,34.908101384992165],[107.55232347769434,34.90808280528564],[107.55235005005729,34.908110059831095],[107.55247562739135,34.908032919209596],[107.55244874351544,34.90800556429884],[107.55369629740088,34.90723335977693],[107.55360330263308,34.90713249171261],[107.55224132305167,34.90797540621439],[107.5522434004641,34.9079778487393],[107.55234615701674,34.90791485468293],[107.55234775803534,34.90791684513848],[107.55235264031204,34.90791380253675],[107.55236404720713,34.90792532798349],[107.5523723013683,34.907920230260984],[107.55235935700603,34.907906596817064],[107.5524341557105,34.907860529607795],[107.55245043996561,34.90787746051387],[107.55245775370643,34.90787291838735],[107.55244192084591,34.90785643957463],[107.55245088636606,34.907850717800734],[107.55246963298715,34.907869539189946],[107.55247182377484,34.90786819700837],[107.5524535255069,34.907849232755794],[107.55251442435527,34.90781173873477],[107.55253170814558,34.90783072754143],[107.55254395719983,34.90782312799426],[107.55252639633183,34.90780429165173],[107.55360246314498,34.90713686802496],[107.5536927635647,34.90723201601654],[107.55261336881262,34.90789948865564],[107.55255247854222,34.907835402909605],[107.5525482995953,34.907837951770844],[107.55255134203252,34.90784111982506],[107.55252251915384,34.907859035948626],[107.55252412101757,34.90786094586307],[107.55255030470525,34.90784480974629],[107.55259446773053,34.90789100579687],[107.55258979227385,34.90789365754842],[107.55260218214325,34.90790608791721],[107.55254253827816,34.907943281674335],[107.55248568010498,34.90788371578442],[107.55251110701462,34.9078680277579],[107.55250932746162,34.90786606269742],[107.55248381291594,34.90788181895745],[107.55248163082395,34.90787971096027],[107.55247953023627,34.90788103355252],[107.55254077852658,34.9079446709519],[107.55252575170753,34.90795387424138],[107.55251390145382,34.907941558291085],[107.5525060409213,34.90794643048753],[107.55251830517979,34.90795846811919],[107.55244435856591,34.90800424018408],[107.55243412913572,34.90799447934694],[107.5524257330367,34.907999664130834],[107.55243613404272,34.90800935272552],[107.55234732591664,34.90806436040204],[107.55234913800889,34.908066290773625],[107.55243796354186,34.9080112777967],[107.55244012505162,34.90801361655341],[107.55244377506932,34.908011334761525],[107.55246369812798,34.908030659318094],[107.55235060576831,34.9080995754164],[107.55233283405947,34.90808065073753],[107.55233771341318,34.908077813625056],[107.55233527101042,34.90807505937982],[107.552336806235,34.90807404752726],[107.55233493954148,34.908071936593466],[107.55233343920837,34.90807287866309],[107.55232141037492,34.90805930152071],[107.55231237348478,34.90806523307022],[107.5523221518186,34.90807568742623],[107.5522942560902,34.908092906365525],[107.55220959079566,34.90800318870143],[107.55223209376244,34.90798924616866],[107.55224384271746,34.90800100413718],[107.55225233892159,34.90799571870787],[107.55224063194264,34.907983912935855],[107.5522458154916,34.90798071759747]]]},
{"type":"Polygon","coordinates":[[[107.55363315698386,34.907206073321355],[107.5536297683386,34.90720250765278],[107.55355779095265,34.90724796224767],[107.55359823694417,34.90729403037615],[107.55369623473162,34.9072333319129],[107.55365420231313,34.907187395856106],[107.5536422853989,34.90719490824592],[107.5536456814107,34.907198407167186],[107.55365399649419,34.90719317936716],[107.55369032196631,34.90723222049084],[107.55359967882762,34.90728816890583],[107.55356457236377,34.90724852664167],[107.55363315698386,34.907206073321355]]]}
]}

View File

@ -0,0 +1,80 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.56065917560652,34.90271966156375],[107.56064919032866,34.902708718175404]]},
{"type":"LineString","coordinates":[[107.56065751532978,34.902720793743335],[107.56064753005192,34.90270985035499]]},
{"type":"LineString","coordinates":[[107.56065405800285,34.902722795953515],[107.560644072725,34.90271185256517]]},
{"type":"LineString","coordinates":[[107.5606523806294,34.90272390533753],[107.56064239535155,34.902712961949184]]},
{"type":"LineString","coordinates":[[107.56064890620584,34.90272590754771],[107.56063892092799,34.902714964159365]]},
{"type":"LineString","coordinates":[[107.56064724592908,34.90272703972729],[107.56063726065122,34.90271609633894]]},
{"type":"LineString","coordinates":[[107.5606438227955,34.902729038138204],[107.56063383751764,34.90271809474986]]},
{"type":"LineString","coordinates":[[107.56064212072687,34.90273014752223],[107.56063213544901,34.90271920413388]]},
{"type":"LineString","coordinates":[[107.56065052504157,34.902742406981666],[107.56062995259326,34.90271981002307]]},
{"type":"LineString","coordinates":[[107.56064555525823,34.902728065527576],[107.56063556998038,34.90271712213923]]},
{"type":"LineString","coordinates":[[107.56065579046559,34.90272182334289],[107.56064580518773,34.90271087995454]]},
{"type":"LineString","coordinates":[[107.56065063866858,34.90272493493708],[107.56064065339072,34.90271399154874]]},
{"type":"LineString","coordinates":[[107.56066090806925,34.90271868895312],[107.5606509227914,34.902707745564776]]},
{"type":"LineString","coordinates":[[107.56066260633864,34.902717640357224],[107.56065262106078,34.90270669696888]]},
{"type":"LineString","coordinates":[[107.56066606366556,34.90271563814704],[107.56065607838771,34.9027046947587]]},
{"type":"LineString","coordinates":[[107.56066945640504,34.90271353335683],[107.56065947112718,34.902702589968484]]},
{"type":"LineString","coordinates":[[107.5606677239423,34.90271450596746],[107.56065773866445,34.90270356257911]]},
{"type":"LineString","coordinates":[[107.56066433880137,34.902716667746596],[107.56065435352352,34.90270572435825]]},
{"type":"LineString","coordinates":[[107.5606692572963,34.90273058502952],[107.56066027923926,34.902720952993064]]},
{"type":"LineString","coordinates":[[107.56066759701956,34.90273171720911],[107.56065861896252,34.90272208517265]]},
{"type":"LineString","coordinates":[[107.56066413969263,34.90273371941929],[107.5606551616356,34.90272408738283]]},
{"type":"LineString","coordinates":[[107.56066246231919,34.902734828803304],[107.56065348426215,34.902725196766845]]},
{"type":"LineString","coordinates":[[107.56065898789562,34.902736831013485],[107.56065000983858,34.902727198977026]]},
{"type":"LineString","coordinates":[[107.56065732761886,34.90273796319306],[107.56064834956182,34.9027283311566]]},
{"type":"LineString","coordinates":[[107.56065390448528,34.90273996160398],[107.56064492642824,34.90273032956752]]},
{"type":"LineString","coordinates":[[107.56065220241665,34.902741070988],[107.56064322435961,34.90273143895154]]},
{"type":"LineString","coordinates":[[107.56065563694801,34.90273898899335],[107.56064665889097,34.90272935695689]]},
{"type":"LineString","coordinates":[[107.56066587215537,34.90273274680866],[107.56065689409833,34.9027231147722]]},
{"type":"LineString","coordinates":[[107.56066072035836,34.902735858402856],[107.56065174230132,34.9027262263664]]},
{"type":"LineString","coordinates":[[107.56067098975903,34.902729612418895],[107.560662011702,34.902719980382436]]},
{"type":"LineString","coordinates":[[107.56067268802842,34.902728563823],[107.56066370997138,34.90271893178654]]},
{"type":"LineString","coordinates":[[107.56067614535534,34.902726561612816],[107.5606671672983,34.90271692957636]]},
{"type":"LineString","coordinates":[[107.56067258151651,34.90271697578742],[107.56067056003778,34.902714824786145]]},
{"type":"LineString","coordinates":[[107.56067780563208,34.90272542943323],[107.56066882757504,34.90271579739677]]},
{"type":"LineString","coordinates":[[107.56067442049115,34.90272759121237],[107.56066544243411,34.90271795917591]]},
{"type":"LineString","coordinates":[[107.56065092169031,34.90274287214248],[107.56065051782977,34.90274239255808],[107.56068014388578,34.902723988055925],[107.56068059642598,34.90272445501968],[107.56064277596727,34.902747880734466],[107.56062045696451,34.9027240023356],[107.56062925665505,34.90271908163173],[107.56062990571664,34.9027197739641],[107.56066072532475,34.90270064828236],[107.56066103306483,34.90270118397807],[107.56063042496592,34.90272035090774]]},
{"type":"LineString","coordinates":[[107.56064028909981,34.90273127096797],[107.56066979745592,34.90271333512465],[107.56067024148962,34.902713775152094],[107.56064071639868,34.90273174514353],[107.56064104453537,34.90273211114215],[107.56067056061157,34.90271411185279],[107.56067100698318,34.90271457380731],[107.56064146822835,34.90273258531771]]},
{"type":"LineString","coordinates":[[107.5606594044169,34.902737727324116],[107.56065650722574,34.90273291866292],[107.56066102020702,34.90273168784983],[107.56065458408027,34.90272848260742],[107.56065866114861,34.9027272261524],[107.56065794317432,34.902722969590485]]},
{"type":"LineString","coordinates":[[107.56067494378007,34.90271773863487],[107.56064273750434,34.90273987617577],[107.56063155761882,34.902727328720154],[107.56066555883028,34.90270281502622]]},
{"type":"LineString","coordinates":[[107.56179658365386,34.901782277737254],[107.561786598376,34.90177133434891]]},
{"type":"LineString","coordinates":[[107.56179492337712,34.90178340991684],[107.56178493809927,34.90177246652849]]},
{"type":"LineString","coordinates":[[107.5617914660502,34.90178541212702],[107.56178148077234,34.90177446873867]]},
{"type":"LineString","coordinates":[[107.56178978867675,34.901786521511035],[107.56177980339889,34.90177557812269]]},
{"type":"LineString","coordinates":[[107.56178631425318,34.901788523721216],[107.56177632897533,34.90177758033287]]},
{"type":"LineString","coordinates":[[107.56178465397642,34.90178965590079],[107.56177466869856,34.901778712512446]]},
{"type":"LineString","coordinates":[[107.56178123084284,34.90179165431171],[107.56177124556498,34.90178071092336]]},
{"type":"LineString","coordinates":[[107.56177952877421,34.90179276369573],[107.56176954349635,34.901781820307384]]},
{"type":"LineString","coordinates":[[107.56178793308891,34.90180502315517],[107.5617673606406,34.901782426196576]]},
{"type":"LineString","coordinates":[[107.56178296330557,34.90179068170108],[107.56177297802772,34.90177973831273]]},
{"type":"LineString","coordinates":[[107.56179319851293,34.90178443951639],[107.56178321323507,34.901773496128044]]},
{"type":"LineString","coordinates":[[107.56178804671592,34.90178755111059],[107.56177806143806,34.90177660772224]]},
{"type":"LineString","coordinates":[[107.5617983161166,34.901781305126626],[107.56178833083874,34.90177036173828]]},
{"type":"LineString","coordinates":[[107.56180001438598,34.90178025653073],[107.56179002910812,34.90176931314238]]},
{"type":"LineString","coordinates":[[107.5618034717129,34.90177825432055],[107.56179348643505,34.9017673109322]]},
{"type":"LineString","coordinates":[[107.56180686445238,34.901776149530335],[107.56179687917452,34.90176520614199]]},
{"type":"LineString","coordinates":[[107.56180513198964,34.90177712214096],[107.56179514671179,34.90176617875262]]},
{"type":"LineString","coordinates":[[107.56180174684872,34.9017792839201],[107.56179176157086,34.90176834053175]]},
{"type":"LineString","coordinates":[[107.56180666534364,34.90179320120303],[107.5617976872866,34.90178356916657]]},
{"type":"LineString","coordinates":[[107.5618050050669,34.90179433338261],[107.56179602700986,34.90178470134615]]},
{"type":"LineString","coordinates":[[107.56180154773998,34.90179633559279],[107.56179256968294,34.90178670355633]]},
{"type":"LineString","coordinates":[[107.56179987036653,34.90179744497681],[107.56179089230949,34.90178781294035]]},
{"type":"LineString","coordinates":[[107.56179639594296,34.90179944718699],[107.56178741788592,34.90178981515053]]},
{"type":"LineString","coordinates":[[107.5617947356662,34.901800579366565],[107.56178575760916,34.901790947330106]]},
{"type":"LineString","coordinates":[[107.56179131253262,34.90180257777748],[107.56178233447558,34.90179294574102]]},
{"type":"LineString","coordinates":[[107.56178961046399,34.901803687161504],[107.56178063240695,34.901794055125045]]},
{"type":"LineString","coordinates":[[107.56179304499535,34.90180160516685],[107.56178406693832,34.90179197313039]]},
{"type":"LineString","coordinates":[[107.56180328020271,34.90179536298216],[107.56179430214567,34.901785730945704]]},
{"type":"LineString","coordinates":[[107.5617981284057,34.90179847457636],[107.56178915034866,34.9017888425399]]},
{"type":"LineString","coordinates":[[107.56180839780637,34.9017922285924],[107.56179941974933,34.90178259655594]]},
{"type":"LineString","coordinates":[[107.56181009607576,34.9017911799965],[107.56180111801872,34.90178154796004]]},
{"type":"LineString","coordinates":[[107.56181355340269,34.90178917778632],[107.56180457534565,34.90177954574986]]},
{"type":"LineString","coordinates":[[107.56180998956386,34.901779591960924],[107.56180796808512,34.90177744095965]]},
{"type":"LineString","coordinates":[[107.56181521367942,34.901788045606736],[107.56180623562238,34.90177841357028]]},
{"type":"LineString","coordinates":[[107.5618118285385,34.90179020738587],[107.56180285048146,34.90178057534941]]},
{"type":"LineString","coordinates":[[107.56178832973765,34.901805488315986],[107.56178792587711,34.901805008731586],[107.56181755193312,34.90178660422943],[107.56181800447332,34.90178707119318],[107.56178018401461,34.90181049690797],[107.56175786501186,34.90178661850911],[107.56176666470239,34.901781697805234],[107.56176731376398,34.901782390137605],[107.5617981333721,34.901763264455866],[107.56179844111217,34.90176380015157],[107.56176783301326,34.901782967081246]]},
{"type":"LineString","coordinates":[[107.56177769714715,34.90179388714147],[107.56180720550326,34.901775951298156],[107.56180764953696,34.9017763913256],[107.56177812444602,34.90179436131703],[107.56177845258271,34.901794727315654],[107.56180796865891,34.90177672802629],[107.56180841503053,34.90177718998081],[107.5617788762757,34.90179520149121]]},
{"type":"LineString","coordinates":[[107.56179681246424,34.90180034349762],[107.56179391527309,34.901795534836424],[107.56179842825436,34.90179430402333],[107.56179199212761,34.901791098780926],[107.56179606919595,34.901789842325904],[107.56179535122166,34.90178558576399]]},
{"type":"LineString","coordinates":[[107.56181235182741,34.90178035480837],[107.56178014555168,34.901802492349276],[107.56176896566616,34.90178994489366],[107.56180296687762,34.90176543119972]]}
]}

View File

@ -0,0 +1,7 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55364648936667,34.907199989936636],[107.55364195300615,34.90719515989657],[107.55364223980737,34.90719497934999],[107.55364684708246,34.907199876973756],[107.55364651290061,34.907200084072365],[107.55364584924371,34.907200446494926],[107.55364511969178,34.907200724195334],[107.55364457841132,34.90720088893286],[107.55364381120512,34.90720103484325],[107.55364310989391,34.90720109603148],[107.5536425662601,34.90720109838487],[107.55364173315887,34.90720101366271],[107.55364096124586,34.90720084421839],[107.55364033824762,34.90720069632899],[107.55363955105601,34.90720036177256],[107.55363886226337,34.90720004689592],[107.55363797667282,34.9071994958618],[107.55363730985466,34.90719898858763],[107.55363661876731,34.90719825603504],[107.55363715873148,34.90719921870477],[107.55363741328199,34.90719985538045],[107.55363759213988,34.90720053315771],[107.5536377239299,34.907201352138586],[107.55363787827388,34.90720229039198],[107.55363788771419,34.907203127009886],[107.55363749234411,34.907204369601544],[107.55363711109439,34.90720513210096],[107.5536363644803,34.907206225105085],[107.5536355786954,34.90720702490382],[107.55363499976063,34.907207453809725],[107.55363469793795,34.90720765149479],[107.55363017296231,34.90720290431964],[107.55363044423325,34.907202698747625],[107.55363498122769,34.90720741586128]]},
{"type":"LineString","coordinates":[[107.55235128408876,34.90806906448882],[107.55234674772824,34.90806423444875],[107.55234703452946,34.90806405390217],[107.55235164180455,34.90806895152594],[107.5523513076227,34.90806915862455],[107.5523506439658,34.90806952104711],[107.55234991441387,34.90806979874752],[107.55234937313341,34.90806996348505],[107.55234860592721,34.90807010939543],[107.552347904616,34.90807017058366],[107.55234736098218,34.90807017293705],[107.55234652788096,34.90807008821489],[107.55234575596795,34.90806991877057],[107.5523451329697,34.90806977088118],[107.5523443457781,34.908069436324745],[107.55234365698546,34.90806912144811],[107.5523427713949,34.90806857041399],[107.55234210457675,34.908068063139815],[107.5523414134894,34.90806733058722],[107.55234195345356,34.90806829325695],[107.55234220800408,34.90806892993263],[107.55234238686197,34.9080696077099],[107.55234251865198,34.90807042669077],[107.55234267299596,34.90807136494416],[107.55234268243628,34.90807220156207],[107.5523422870662,34.90807344415373],[107.55234190581648,34.90807420665315],[107.55234115920238,34.90807529965727],[107.5523403734175,34.908076099456004],[107.55233979448272,34.90807652836191],[107.55233949266004,34.90807672604697],[107.5523349676844,34.908071978871824],[107.55233523895534,34.90807177329981],[107.55233977594978,34.908076490413464]]},
{"type":"LineString","coordinates":[[107.55252579624212,34.90786309292475],[107.5525212598816,34.90785826288468],[107.55252154668283,34.9078580823381],[107.55252615395791,34.90786297996187],[107.55252581977606,34.90786318706048],[107.55252515611916,34.90786354948304],[107.55252442656723,34.90786382718345],[107.55252388528677,34.907863991920976],[107.55252311808057,34.90786413783136],[107.55252241676936,34.90786419901959],[107.55252187313555,34.90786420137298],[107.55252104003432,34.90786411665082],[107.55252026812131,34.9078639472065],[107.55251964512307,34.907863799317106],[107.55251885793146,34.90786346476067],[107.55251816913882,34.90786314988404],[107.55251728354827,34.90786259884992],[107.55251661673012,34.907862091575744],[107.55251592564277,34.90786135902315],[107.55251646560693,34.90786232169288],[107.55251672015744,34.90786295836856],[107.55251689901533,34.90786363614583],[107.55251703080535,34.9078644551267],[107.55251718514933,34.90786539338009],[107.55251719458964,34.907866229998],[107.55251679921956,34.90786747258966],[107.55251641796984,34.907868235089076],[107.55251567135575,34.9078693280932],[107.55251488557086,34.90787012789193],[107.55251430663608,34.90787055679784],[107.5525140048134,34.9078707544829],[107.55250947983777,34.90786600730775],[107.5525097511087,34.90786580173574],[107.55251428810314,34.90787051884939]]},
{"type":"LineString","coordinates":[[107.55247802109132,34.907865069578406],[107.55247213803067,34.90786882002956],[107.55247197256959,34.90786852587653],[107.55247789239937,34.90786468350255],[107.55247812220641,34.90786506038612],[107.55247858182052,34.907865970422066],[107.55247887597356,34.9078669356117],[107.55247901385779,34.907867487148636],[107.55247909658833,34.90786824091578],[107.5524791149729,34.90786885679869],[107.55247906901148,34.90786945429704],[107.55247885758901,34.90787062171688],[107.55247856343597,34.9078713387149],[107.55247819574468,34.90787220278943],[107.5524775706695,34.90787313120994],[107.55247698236343,34.90787375628513],[107.552475860905,34.907874657128794],[107.55247655951845,34.907874225091525],[107.55247761663091,34.907873811438826],[107.55247814978328,34.907873682746875],[107.55247867374338,34.90787360001633],[107.552479703279,34.90787350809351],[107.55248093504483,34.90787363678546],[107.552481982965,34.90787385740024],[107.5524825965498,34.90787415385135],[107.55248315727901,34.90787444340824],[107.55248357782592,34.90787470538828],[107.55248432240079,34.90787526381943],[107.55248505778336,34.90787599000972],[107.55248554497432,34.90787664266176],[107.55248573801225,34.907876936814795],[107.55247977528516,34.907880751611934],[107.55247957611904,34.90788044520252],[107.55248550820521,34.90787664266177]]},
{"type":"LineString","coordinates":[[107.55254603374107,34.90782257411241],[107.55254015068041,34.907826324563565],[107.55253998521934,34.90782603041053],[107.55254590504912,34.907822188036555],[107.55254613485616,34.907822564920124],[107.55254659447027,34.90782347495607],[107.55254688862331,34.9078244401457],[107.55254702650754,34.90782499168264],[107.55254710923808,34.907825745449784],[107.55254712762265,34.907826361332695],[107.55254708166123,34.907826958831045],[107.55254687023876,34.907828126250884],[107.55254657608572,34.9078288432489],[107.55254620839443,34.90782970732343],[107.55254558331924,34.90783063574394],[107.55254499501318,34.90783126081913],[107.55254387355475,34.907832161662796],[107.5525445721682,34.90783172962553],[107.55254562928066,34.90783131597283],[107.55254616243303,34.90783118728088],[107.55254668639313,34.90783110455033],[107.55254771592875,34.90783101262751],[107.55254894769458,34.90783114131946],[107.55254999561475,34.90783136193424],[107.55255060919954,34.907831658385355],[107.55255116992876,34.90783194794224],[107.55255159047567,34.90783220992228],[107.55255233505054,34.90783276835343],[107.5525530704331,34.90783349454372],[107.55255355762407,34.907834147195764],[107.552553750662,34.9078344413488],[107.55254778793491,34.907838256145936],[107.55254758876879,34.907837949736525],[107.55255352085496,34.90783414719577]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,155 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55266484205293,34.90741380017155],[107.55266781923477,34.907417231728196],[107.55343462470935,34.90694782050823],[107.55343297956831,34.90694594034703],[107.55266484205293,34.90741380017155]]]},
{"type":"Polygon","coordinates":[[[107.55199925993706,34.90782947554667],[107.55266783977147,34.907417241996555],[107.55266484692385,34.90741379687668],[107.55199716981957,34.907827275120816],[107.55199925993706,34.90782947554667]]]},
{"type":"Polygon","coordinates":[[[107.55223047560833,34.908072632292615],[107.55227104079896,34.90811529236223],[107.55227506614055,34.90811280898617],[107.55224020274339,34.90807616078855],[107.5522469434933,34.90807185185181],[107.55224529873003,34.90807011240643],[107.55223858145243,34.90807444342109],[107.55223447923319,34.90807013080671],[107.55223047560833,34.908072632292615]]]},
{"type":"Polygon","coordinates":[[[107.55225774174448,34.908062585481375],[107.55225935167829,34.90806427910732],[107.5523180349954,34.908028009135165],[107.55234991489962,34.90806153853661],[107.55226802179271,34.908112129078546],[107.55227104451855,34.90811524907901],[107.55235484232423,34.908063438693006],[107.55231891223664,34.908024778555976],[107.55225774174448,34.908062585481375]]]},
{"type":"Polygon","coordinates":[[[107.55341266626611,34.907402261067155],[107.55341504034756,34.90740454721966],[107.55349559058624,34.90735495041109],[107.55349651384013,34.90735581504569],[107.5536971966033,34.90723259206075],[107.55369337631691,34.907228510640884],[107.55341266626611,34.907402261067155]]]},
{"type":"Polygon","coordinates":[[[107.55343299969795,34.906945931778466],[107.5534298225737,34.90694784675746],[107.55369297010924,34.90723503897836],[107.55369720627489,34.907232587224954],[107.55343299969795,34.906945931778466]]]},
{"type":"Polygon","coordinates":[[[107.55321570919156,34.907524642492824],[107.55321769849036,34.90752672937056],[107.55340234611016,34.907412380510685],[107.55340027110975,34.9074102190586],[107.55321570919156,34.907524642492824]]]},
{"type":"Polygon","coordinates":[[[107.55349700779837,34.90735642465041],[107.55357915114377,34.90730562081325],[107.55353727492508,34.90726381470222],[107.55353539899565,34.90726503112524],[107.55353815426702,34.90726781570801],[107.55353131149135,34.90727220798431],[107.55353310968621,34.907274111740506],[107.55353920947736,34.90727009100524],[107.55353956854198,34.90727057830722],[107.55354031598262,34.90727008367739],[107.55356053470219,34.90729063252167],[107.55355452260692,34.90729446857155],[107.55356677698879,34.90730700656469],[107.55349994551182,34.90734820674954],[107.55348826574983,34.90733637418794],[107.55348404279299,34.907338818854605],[107.55346327964331,34.90731754481057],[107.55348131673428,34.90730634954818],[107.55348176472738,34.907306831824044],[107.55348427792667,34.90730527525129],[107.55348383996123,34.90730484047998],[107.5535041448435,34.907292220026775],[107.55350464852313,34.90729270156665],[107.55350720566584,34.90729109089883],[107.55350671126926,34.907290626031],[107.55352074722629,34.907281798793335],[107.55351891870265,34.90727991550689],[107.55345915570702,34.90731708914015],[107.55346094902791,34.90731898520336],[107.55349700779837,34.90735642465041]]]},
{"type":"Polygon","coordinates":[[[107.5533169967947,34.90701658788346],[107.55351203781183,34.907221684453454],[107.55350018666209,34.90722902047491],[107.5535212495541,34.907250617564124],[107.55352300813296,34.90724932034083],[107.55350311486764,34.907228810887666],[107.5535147663215,34.90722167088094],[107.55331873319864,34.90701553119891],[107.5533169967947,34.90701658788346]]]},
{"type":"Polygon","coordinates":[[[107.55200280524127,34.90782561316905],[107.55201373121481,34.907837059427045],[107.55201910564253,34.90783372739256],[107.55200818087674,34.90782230551255],[107.55200280524127,34.90782561316905]]]},
{"type":"Polygon","coordinates":[[[107.55245116449895,34.90799863564752],[107.55245797801905,34.90799440887154],[107.55244596231431,34.907981759844006],[107.55243912482806,34.90798598278907],[107.55245116449895,34.90799863564752]]]},
{"type":"Polygon","coordinates":[[[107.55332692283815,34.907022340852805],[107.55333433079456,34.90701775072191],[107.55332894737553,34.907012074635695],[107.55332150786211,34.90701667639657],[107.55332692283815,34.907022340852805]]]},
{"type":"Polygon","coordinates":[[[107.55346639635843,34.90718410282679],[107.55347300922918,34.90718002426715],[107.55346842941145,34.90717520938736],[107.55346181235137,34.90717932116177],[107.55346639635843,34.90718410282679]]]},
{"type":"Polygon","coordinates":[[[107.55237866001944,34.907932572991015],[107.55238526636776,34.907928476279494],[107.55237303036463,34.90791561090124],[107.55236647878448,34.90791984632762],[107.55237866001944,34.907932572991015]]]},
{"type":"Polygon","coordinates":[[[107.55229740720841,34.90798289447627],[107.55230439471042,34.90797848534482],[107.55229213776168,34.907965558841454],[107.55228495674224,34.90797001289149],[107.55229740720841,34.90798289447627]]]},
{"type":"Polygon","coordinates":[[[107.55267713154376,34.90741153625285],[107.55267594274271,34.90741223313623],[107.5529356675724,34.90769919256527],[107.5529367538906,34.90769849568189],[107.55267713154376,34.90741153625285]]]},
{"type":"Polygon","coordinates":[[[107.55355127403217,34.907322773302845],[107.55354821321109,34.90732485028858],[107.55360276746077,34.907384758442106],[107.55362187279096,34.907373138980454],[107.55362700718162,34.90737848516909],[107.5536290568386,34.907377173388625],[107.55362538927055,34.907373162071245],[107.55362690469877,34.907372192722164],[107.55362559291832,34.90737085361294],[107.55364888632353,34.90735655181624],[107.55365022195453,34.90735785577217],[107.55365148895625,34.907357079733615],[107.55366991591244,34.90737602404895],[107.55366843510423,34.90737705876704],[107.55366994758752,34.907378484143976],[107.55364722650606,34.9073923395071],[107.55364594403622,34.907390912047084],[107.55364431455897,34.90739195395605],[107.55363987517839,34.90738747467128],[107.55363785285017,34.90738878645175],[107.55364345513722,34.90739468978043],[107.55362327705122,34.90740724244352],[107.55379466015103,34.90759640580083],[107.55387722643,34.90754612694911],[107.55387891818127,34.90754786569618],[107.55388106966858,34.907546633749796],[107.5539425410837,34.9076143105258],[107.55394051533939,34.907615625722364],[107.55394374696525,34.90761962938566],[107.55394577954172,34.90761834835005],[107.55398690481346,34.90766297475254],[107.55398993830579,34.90766100708184],[107.5538803939343,34.907540425441354],[107.55379578063018,34.907591568610364],[107.55362785937405,34.90740768853371],[107.55367556501463,34.907377759794414],[107.55365104529552,34.907352206543436],[107.5536040397416,34.90738032129647],[107.55355127403217,34.907322773302845]]]},
{"type":"Polygon","coordinates":[[[107.55398985232497,34.907661001772034],[107.55398690081893,34.90766296944273],[107.55399063631869,34.907667365956904],[107.55398869090668,34.9076684981989],[107.55399180638526,34.90767224223898],[107.55399395676302,34.90767097847734],[107.55402861201935,34.90771068935628],[107.55402593019903,34.90771233645852],[107.55402935110368,34.90771577847987],[107.5540320751574,34.90771430031119],[107.55408359989413,34.90776920371921],[107.55408150934129,34.90777057630441],[107.55408564036063,34.90777525089251],[107.55409070822483,34.907772093120144],[107.55398985232497,34.907661001772034]]]},
{"type":"Polygon","coordinates":[[[107.55408565666333,34.90777524437142],[107.55408326016573,34.90777255116457],[107.55400543744042,34.907820595905264],[107.554003804966,34.907818938779364],[107.55399974876866,34.90782152662109],[107.55400135077625,34.90782326921911],[107.55394053288644,34.90786022449607],[107.55394312950682,34.907862788247854],[107.55408565666333,34.90777524437142]]]},
{"type":"Polygon","coordinates":[[[107.55394070359598,34.90786012035266],[107.55356672482998,34.90808983647184],[107.55356914027993,34.90809258822272],[107.55394317639947,34.907862759517556],[107.55394070359598,34.90786012035266]]]},
{"type":"Polygon","coordinates":[[[107.55356683956302,34.90808976611101],[107.55349172642327,34.908135984004176],[107.55328467727344,34.90790965751994],[107.55337059660803,34.90785696713302],[107.55332795681647,34.90780888564684],[107.55332486514064,34.9078107737043],[107.5533656882285,34.90785578386296],[107.5532799441932,34.90790843042506],[107.55349063080281,34.90814080473404],[107.5535692733898,34.90809250017978],[107.55356683956302,34.90808976611101]]]},
{"type":"Polygon","coordinates":[[[107.55303270880205,34.90799017955451],[107.55303041043038,34.907991562557335],[107.55307375115184,34.908039281129476],[107.55315575706518,34.9079892207213],[107.55315743581613,34.90799107253938],[107.55315947186311,34.90798975679204],[107.55322157066513,34.908058191914535],[107.55322024187089,34.90805944270172],[107.55322330515877,34.90806299923086],[107.55322486885962,34.90806171607858],[107.55326857447682,34.90811079973639],[107.55327168617126,34.90810885972936],[107.55315893573109,34.90798299607419],[107.55307355215872,34.90803522166796],[107.55303270880205,34.90799017955451]]]},
{"type":"Polygon","coordinates":[[[107.5532716429622,34.90810880750018],[107.55326657837671,34.9081119931101],[107.55326969385528,34.908115737150176],[107.55327184423305,34.90811447338854],[107.55330649948938,34.908154184267474],[107.55330381766906,34.90815583136972],[107.55330723857371,34.908159273391064],[107.55330996262742,34.90815779522239],[107.55336148736416,34.90821269863041],[107.55335939681132,34.9082140712156],[107.55336351019301,34.90821873515976],[107.55336859569486,34.90821558803134],[107.5532716429622,34.90810880750018]]]},
{"type":"Polygon","coordinates":[[[107.55336351233983,34.90821873430102],[107.55336117441135,34.908216097100514],[107.55328361531153,34.9082638825273],[107.5532819828371,34.9082622254014],[107.55327789921934,34.90826482858884],[107.55327952864735,34.908266555841145],[107.55317562597335,34.908330036871575],[107.55317809829064,34.90833267919839],[107.55336351233983,34.90821873430102]]]},
{"type":"Polygon","coordinates":[[[107.55277197573342,34.90858213735944],[107.55256256474347,34.90835315243113],[107.55264990778903,34.90829968653215],[107.55247701240694,34.90810892107064],[107.55245833794979,34.90812033011532],[107.55245310747715,34.908114538136026],[107.55245175370776,34.90811552269558],[107.55245688418613,34.9081212608318],[107.5524301856997,34.90813771374517],[107.55241286360496,34.90811811485631],[107.55243889289848,34.90810205422839],[107.55244443104598,34.90810760775969],[107.55244587711785,34.90810672319445],[107.55244053895895,34.9081011542794],[107.55245952053026,34.90808959491069],[107.55242782714082,34.908054535516804],[107.55242515450803,34.90805628785615],[107.55245538427117,34.908089616472],[107.55240957148386,34.90811779948956],[107.55242973957124,34.90814027513841],[107.5524756292773,34.90811209981268],[107.55264485429869,34.908298573856165],[107.55255783166324,34.908351925336255],[107.55276851827284,34.908584299645234],[107.55277197573342,34.90858213735944]]]},
{"type":"Polygon","coordinates":[[[107.55317562597337,34.9083300349394],[107.55276955689948,34.90857950470893],[107.5527719497741,34.90858216168736],[107.55317809722172,34.90833268008328],[107.55317562597337,34.9083300349394]]]},
{"type":"Polygon","coordinates":[[[107.55245241810961,34.907886910527424],[107.55245902445793,34.9078828138159],[107.5524467884548,34.90786994843765],[107.55244023687465,34.90787418386403],[107.55245241810961,34.907886910527424]]]},
{"type":"Polygon","coordinates":[[[107.55252659638178,34.9078410157517],[107.5525332027301,34.90783691904018],[107.55252096672697,34.907824053661926],[107.55251441514682,34.90782828908831],[107.55252659638178,34.9078410157517]]]},
{"type":"Polygon","coordinates":[[[107.55259707786091,34.9077973875343],[107.55260368420923,34.90779329082278],[107.5525914482061,34.90778042544453],[107.55258489662594,34.90778466087091],[107.55259707786091,34.9077973875343]]]},
{"type":"Polygon","coordinates":[[[107.55267037132687,34.907752032126744],[107.55267697767519,34.90774793541522],[107.55266474167206,34.90773507003697],[107.5526581900919,34.90773930546335],[107.55267037132687,34.907752032126744]]]},
{"type":"Polygon","coordinates":[[[107.55274939179178,34.90770313749444],[107.5527559981401,34.907699040782916],[107.55274376213697,34.90768617540466],[107.55273721055681,34.907690410831044],[107.55274939179178,34.90770313749444]]]},
{"type":"Polygon","coordinates":[[[107.55286127735224,34.90763385595793],[107.55286788370056,34.90762975924641],[107.55285564769743,34.90761689386816],[107.55284909611727,34.90762112929454],[107.55286127735224,34.90763385595793]]]},
{"type":"Polygon","coordinates":[[[107.55287395553405,34.907626013908576],[107.55288056188238,34.907621917197055],[107.55286832587925,34.9076090518188],[107.55286177429909,34.907613287245184],[107.55287395553405,34.907626013908576]]]},
{"type":"Polygon","coordinates":[[[107.5531222378541,34.90747322939783],[107.55312884420242,34.90746913268631],[107.55311660819929,34.907456267308056],[107.55311005661913,34.90746050273444],[107.5531222378541,34.90747322939783]]]},
{"type":"Polygon","coordinates":[[[107.5532012936734,34.90742341298794],[107.55320790002172,34.90741931627642],[107.55319566401859,34.907406450898165],[107.55318911243843,34.907410686324546],[107.5532012936734,34.90742341298794]]]},
{"type":"Polygon","coordinates":[[[107.55327564466432,34.90737741064168],[107.55328225101265,34.90737331393016],[107.55327001500952,34.907360448551906],[107.55326346342936,34.90736468397829],[107.55327564466432,34.90737741064168]]]},
{"type":"Polygon","coordinates":[[[107.55335060443308,34.907331002348904],[107.5533572107814,34.90732690563738],[107.55334497477827,34.90731404025913],[107.55333842319811,34.90731827568551],[107.55335060443308,34.907331002348904]]]},
{"type":"Polygon","coordinates":[[[107.55342496593497,34.90728496903823],[107.55343157228329,34.90728087232671],[107.55341933628016,34.907268006948456],[107.5534127847,34.90727224237484],[107.55342496593497,34.90728496903823]]]},
{"type":"Polygon","coordinates":[[[107.55350261756938,34.907236906468746],[107.5535092239177,34.907232809757225],[107.55349677964067,34.907220138201666],[107.55349045320308,34.90722417628706],[107.55350261756938,34.907236906468746]]]},
{"type":"Polygon","coordinates":[[[107.55237907788751,34.90804329084634],[107.55238589140761,34.90803906407035],[107.55237387570287,34.90802641504282],[107.55236703821662,34.908030637987885],[107.55237907788751,34.90804329084634]]]},
{"type":"Polygon","coordinates":[[[107.55227272225122,34.90810935370122],[107.55227953577132,34.908105126925236],[107.55226752006658,34.9080924778977],[107.55226068258033,34.90809670084277],[107.55227272225122,34.90810935370122]]]},
{"type":"Polygon","coordinates":[[[107.55252120600412,34.90795520271192],[107.55252801952422,34.90795097593593],[107.55251600381948,34.9079383269084],[107.55250916633322,34.907942549853466],[107.55252120600412,34.90795520271192]]]},
{"type":"Polygon","coordinates":[[[107.552597188769,34.90790811939921],[107.5526040022891,34.907903892623224],[107.55259198658436,34.90789124359569],[107.5525851490981,34.90789546654076],[107.552597188769,34.90790811939921]]]},
{"type":"Polygon","coordinates":[[[107.55267112937314,34.907862274326305],[107.55267794289324,34.90785804755032],[107.5526659271885,34.90784539852279],[107.55265908970225,34.907849621467854],[107.55267112937314,34.907862274326305]]]},
{"type":"Polygon","coordinates":[[[107.55275813589525,34.90780820992198],[107.55276494941535,34.907803983145996],[107.55275293371061,34.907791334118464],[107.55274609622435,34.90779555706353],[107.55275813589525,34.90780820992198]]]},
{"type":"Polygon","coordinates":[[[107.55284221128132,34.90775642205736],[107.55284902480142,34.907752195281375],[107.55283700909668,34.90773954625384],[107.55283017161042,34.90774376919891],[107.55284221128132,34.90775642205736]]]},
{"type":"Polygon","coordinates":[[[107.55292492268785,34.90770491756352],[107.55293173620795,34.907700690787536],[107.55291972050321,34.907688041760004],[107.55291288301696,34.90769226470507],[107.55292492268785,34.90770491756352]]]},
{"type":"Polygon","coordinates":[[[107.55293919426411,34.90769607083647],[107.55294600778421,34.90769184406049],[107.55293399207947,34.907679195032955],[107.55292715459322,34.90768341797802],[107.55293919426411,34.90769607083647]]]},
{"type":"Polygon","coordinates":[[[107.55301883899939,34.90764675416926],[107.5530256525195,34.90764252739327],[107.55301363681475,34.90762987836574],[107.5530067993285,34.907634101310805],[107.55301883899939,34.90764675416926]]]},
{"type":"Polygon","coordinates":[[[107.5530943331676,34.90759965282802],[107.55310114668771,34.90759542605203],[107.55308913098297,34.9075827770245],[107.55308229349671,34.90758699996957],[107.5530943331676,34.90759965282802]]]},
{"type":"Polygon","coordinates":[[[107.55319431325483,34.907537988018554],[107.55320112677494,34.90753376124257],[107.5531891110702,34.907521112215036],[107.55318227358394,34.9075253351601],[107.55319431325483,34.907537988018554]]]},
{"type":"Polygon","coordinates":[[[107.55326628020403,34.90749326882471],[107.55327309372413,34.907489042048724],[107.55326107801939,34.90747639302119],[107.55325424053314,34.90748061596626],[107.55326628020403,34.90749326882471]]]},
{"type":"Polygon","coordinates":[[[107.55334030171902,34.90744742120846],[107.55334711523912,34.907443194432474],[107.55333509953438,34.90743054540494],[107.55332826204813,34.90743476835001],[107.55334030171902,34.90744742120846]]]},
{"type":"Polygon","coordinates":[[[107.55341511997943,34.90740077551642],[107.55342193349954,34.90739654874044],[107.55341121354112,34.90738527768178],[107.55340437605487,34.90738950062685],[107.55341511997943,34.90740077551642]]]},
{"type":"Polygon","coordinates":[[[107.5521096436437,34.907758732965924],[107.55212056961724,34.90777017922392],[107.55212594404496,34.90776684718943],[107.55211501927917,34.907755425309425],[107.5521096436437,34.907758732965924]]]},
{"type":"Polygon","coordinates":[[[107.55220559164192,34.907700432176014],[107.55221651761546,34.90771187843401],[107.55222189204318,34.90770854639952],[107.55221096727739,34.907697124519515],[107.55220559164192,34.907700432176014]]]},
{"type":"Polygon","coordinates":[[[107.55227559757559,34.90765637958063],[107.55228652354913,34.90766782583862],[107.55229189797684,34.907664493804134],[107.55228097321105,34.90765307192413],[107.55227559757559,34.90765637958063]]]},
{"type":"Polygon","coordinates":[[[107.55236596655718,34.907601279243046],[107.55237689253072,34.90761272550104],[107.55238226695843,34.90760939346655],[107.55237134219264,34.90759797158655],[107.55236596655718,34.907601279243046]]]},
{"type":"Polygon","coordinates":[[[107.55244420087264,34.90755329476396],[107.55245512684618,34.90756474102195],[107.5524605012739,34.90756140898746],[107.55244957650811,34.90754998710746],[107.55244420087264,34.90755329476396]]]},
{"type":"Polygon","coordinates":[[[107.5525135561823,34.907511243255456],[107.55252448215585,34.90752268951345],[107.55252985658356,34.90751935747896],[107.55251893181777,34.90750793559896],[107.5525135561823,34.907511243255456]]]},
{"type":"Polygon","coordinates":[[[107.55259300291827,34.90746148669762],[107.55260392889181,34.90747293295561],[107.55260930331953,34.907469600921125],[107.55259837855374,34.90745817904112],[107.55259300291827,34.90746148669762]]]},
{"type":"Polygon","coordinates":[[[107.55266716974391,34.90741658587252],[107.55267809571745,34.90742803213051],[107.55268347014517,34.90742470009602],[107.55267254537938,34.90741327821602],[107.55266716974391,34.90741658587252]]]},
{"type":"Polygon","coordinates":[[[107.55267915704238,34.90740940567031],[107.55269008301592,34.9074208519283],[107.55269545744363,34.90741751989381],[107.55268453267784,34.90740609801381],[107.55267915704238,34.90740940567031]]]},
{"type":"Polygon","coordinates":[[[107.55275494820029,34.90736285871916],[107.55276587417383,34.907374304977154],[107.55277124860154,34.907370972942665],[107.55276032383576,34.90735955106266],[107.55275494820029,34.90736285871916]]]},
{"type":"Polygon","coordinates":[[[107.5528309083468,34.90731616457316],[107.55284183432035,34.90732761083115],[107.55284720874806,34.907324278796665],[107.55283628398227,34.90731285691666],[107.5528309083468,34.90731616457316]]]},
{"type":"Polygon","coordinates":[[[107.5529060877207,34.90727028544723],[107.55291701369424,34.907281731705226],[107.55292238812196,34.90727839967074],[107.55291146335617,34.907266977790734],[107.5529060877207,34.90727028544723]]]},
{"type":"Polygon","coordinates":[[[107.55300062935603,34.90721233876619],[107.55301155532958,34.907223785024186],[107.55301692975729,34.9072204529897],[107.5530060049915,34.907209031109694],[107.55300062935603,34.90721233876619]]]},
{"type":"Polygon","coordinates":[[[107.55309660004393,34.90715436406452],[107.55310752601747,34.90716581032251],[107.55311290044519,34.90716247828802],[107.5531019756794,34.90715105640802],[107.55309660004393,34.90715436406452]]]},
{"type":"Polygon","coordinates":[[[107.55316377952548,34.90711297758101],[107.55317470549902,34.907124423839],[107.55318007992673,34.90712109180451],[107.55316915516094,34.90710966992451],[107.55316377952548,34.90711297758101]]]},
{"type":"Polygon","coordinates":[[[107.55323817432148,34.90706766820804],[107.55324910029502,34.907079114466036],[107.55325447472273,34.90707578243155],[107.55324354995695,34.907064360551544],[107.55323817432148,34.90706766820804]]]},
{"type":"Polygon","coordinates":[[[107.5533118405809,34.90702196654615],[107.55332276655444,34.90703341280414],[107.55332814098216,34.90703008076965],[107.55331721621637,34.90701865888965],[107.5533118405809,34.90702196654615]]]},
{"type":"Polygon","coordinates":[[[107.55347567810998,34.907178778564926],[107.55348308606638,34.907174188434034],[107.55347770264736,34.907168512347816],[107.55347026313393,34.907173114108694],[107.55347567810998,34.907178778564926]]]},
{"type":"Polygon","coordinates":[[[107.55352045859344,34.9072258532381],[107.55352786654984,34.90722126310721],[107.55352248313082,34.90721558702099],[107.55351505419775,34.907220180955946],[107.55352045859344,34.9072258532381]]]},
{"type":"Polygon","coordinates":[[[107.5534116495637,34.907126484950375],[107.55341826243445,34.907122406390734],[107.55341368261672,34.907117591510946],[107.55340706555664,34.907121703285355],[107.5534116495637,34.907126484950375]]]},
{"type":"Polygon","coordinates":[[[107.55342093131524,34.90712116068851],[107.55342833927165,34.90711657055762],[107.55342295585262,34.9071108944714],[107.5534155163392,34.90711549623228],[107.55342093131524,34.90712116068851]]]},
{"type":"Polygon","coordinates":[[[107.55336866348365,34.90706625269006],[107.55337607144006,34.907061662559165],[107.55337068802103,34.90705598647295],[107.55336324850761,34.907060588233826],[107.55336866348365,34.90706625269006]]]},
{"type":"Polygon","coordinates":[[[107.55335938173211,34.90707157695192],[107.55336599460286,34.90706749839228],[107.55336141478513,34.90706268351249],[107.55335479772505,34.9070667952869],[107.55335938173211,34.90707157695192]]]},
{"type":"Polygon","coordinates":[[[107.55336866348365,34.90706625269006],[107.55337607144006,34.907061662559165],[107.55337068802103,34.90705598647295],[107.55336324850761,34.907060588233826],[107.55336866348365,34.90706625269006]]]},
{"type":"Polygon","coordinates":[[[107.55342974980138,34.90695759113305],[107.5534371586659,34.906953067875534],[107.55343198551408,34.906947629969025],[107.5534246137221,34.90695218781991],[107.55342974980138,34.90695759113305]]]},
{"type":"Polygon","coordinates":[[[107.55346808808888,34.907000588284035],[107.5534754969534,34.90699606502652],[107.55347032380158,34.90699062712001],[107.5534629520096,34.906995184970896],[107.55346808808888,34.907000588284035]]]},
{"type":"Polygon","coordinates":[[[107.5535188029078,34.90705503734313],[107.55352621177232,34.90705051408561],[107.5535210386205,34.9070450761791],[107.55351366682852,34.90704963402999],[107.5535188029078,34.90705503734313]]]},
{"type":"Polygon","coordinates":[[[107.55357222615783,34.9071140619534],[107.55357963502234,34.907109538695885],[107.55357446187053,34.907104100789375],[107.55356709007854,34.90710865864026],[107.55357222615783,34.9071140619534]]]},
{"type":"Polygon","coordinates":[[[107.553618697522,34.907164400396354],[107.55362610638652,34.90715987713884],[107.5536209332347,34.90715443923233],[107.55361356144272,34.907158997083215],[107.553618697522,34.907164400396354]]]},
{"type":"Polygon","coordinates":[[[107.55247837019279,34.90769223308769],[107.55248415561765,34.907688625570664],[107.55247929613547,34.907683502235976],[107.55247348977761,34.907687096982315],[107.55247837019279,34.90769223308769]]]},
{"type":"Polygon","coordinates":[[[107.55200115326228,34.90782510271536],[107.55199733456259,34.907827349009295],[107.55227096311462,34.90811526399079],[107.5522750946499,34.90811277940943],[107.55200115326228,34.90782510271536]]]},
{"type":"Polygon","coordinates":[[[107.55303044889185,34.907991576352956],[107.5533267507096,34.907809698508395],[107.55326971478908,34.9077467370548],[107.55326779157183,34.90774794650068],[107.55331923384611,34.90780442833451],[107.55331521671484,34.907806958580835],[107.5533182312609,34.907810265040716],[107.55303526468555,34.90798426060266],[107.55303212821194,34.90798088977076],[107.55302728714909,34.90798425887493],[107.5529839955955,34.90793654722627],[107.55298769073622,34.907934296590106],[107.55298453282269,34.907931138111444],[107.55298883434811,34.907928433731264],[107.55298716797013,34.90792659528163],[107.5529794398403,34.9079314646072],[107.55297608293391,34.907927769595126],[107.55297384902138,34.907929242769875],[107.55303044889185,34.907991576352956]]]},
{"type":"Polygon","coordinates":[[[107.55299989501398,34.907918691409876],[107.55300156161192,34.90792048522903],[107.55304206076929,34.90789571962095],[107.55309265664715,34.907952002287104],[107.55309451954217,34.907950754743666],[107.55304383991593,34.907894532599336],[107.55305487967006,34.90788776746695],[107.55305791674597,34.90789117518102],[107.55306446134355,34.90788707012399],[107.55306163574609,34.90788382793203],[107.55307743916778,34.90787415569458],[107.55307569312727,34.907872228717224],[107.55299989501398,34.907918691409876]]]},
{"type":"Polygon","coordinates":[[[107.55308833379952,34.90786407526748],[107.55309000039746,34.907865869086635],[107.55309469618052,34.90786298180261],[107.55314529205839,34.90791926446876],[107.55315136051041,34.90791548599863],[107.55314675934295,34.907910299613754],[107.55314283244815,34.90791274226112],[107.55309986560269,34.9078649579722],[107.5531035719808,34.90786264890711],[107.55310042113527,34.90785926058203],[107.5531861059305,34.907806978657916],[107.55318448032598,34.90780522936616],[107.55308833379952,34.90786407526748]]]},
{"type":"Polygon","coordinates":[[[107.55319733386024,34.90779741377491],[107.55319900045818,34.90779920759406],[107.55320401762896,34.907796150076166],[107.55320692184111,34.90779939513605],[107.55321012424734,34.90779752406531],[107.55325335482644,34.90784537510184],[107.55324917179284,34.9078481841463],[107.55325405708756,34.90785358850358],[107.5532602858383,34.90784974133399],[107.55320897925641,34.90779326469899],[107.55321635013514,34.90778873053488],[107.55321477004763,34.90778690999928],[107.55319733386024,34.90779741377491]]]},
{"type":"Polygon","coordinates":[[[107.55284363984124,34.907327901655606],[107.55284561947911,34.90732657107933],[107.55284389946587,34.90732475370686],[107.55284179001569,34.907325986923894],[107.55284363984124,34.907327901655606]]]},
{"type":"Polygon","coordinates":[[[107.55307233562156,34.90803386713723],[107.55306891362258,34.90803614801037],[107.55307001512155,34.90803741014457],[107.55302552240039,34.90806470571588],[107.55302696527801,34.90806661909706],[107.55307152968257,34.90803926892404],[107.55307272006554,34.90804065339462],[107.55307321854352,34.90804034189824],[107.55312992552672,34.908103101047416],[107.55312917089257,34.90810359910596],[107.55313108766332,34.908105787545],[107.55306947681566,34.908143632447704],[107.55306780655876,34.90814178107859],[107.55306590152678,34.90814323668402],[107.5530691699311,34.90814682706561],[107.55313268748772,34.908107794871846],[107.5531329673145,34.908108150858425],[107.5531350117609,34.90810688931086],[107.5531813832381,34.90815797736521],[107.55316509277199,34.90816798906282],[107.55316666111722,34.9081698710771],[107.5531830567852,34.90815980692093],[107.55322409038347,34.90820504176942],[107.55322361203817,34.90820541033055],[107.55322601391778,34.908208062087276],[107.55314419047049,34.90825824109441],[107.55313538734165,34.90824848851808],[107.55313344259358,34.90824990002879],[107.55314214022383,34.908259501805084],[107.5529080738161,34.908403258806366],[107.55291142571251,34.908406779554625],[107.55323204112068,34.90820980586568],[107.55307233562156,34.90803386713723]]]},
{"type":"Polygon","coordinates":[[[107.55301767449139,34.908069561987084],[107.553006666428,34.90807634363484],[107.55300836124903,34.90807811882392],[107.55301931021822,34.908071391542805],[107.55301767449139,34.908069561987084]]]},
{"type":"Polygon","coordinates":[[[107.55301033697585,34.90807832473139],[107.55300822576955,34.90807963276141],[107.55305175823995,34.90812759187805],[107.55305367162111,34.90812614900044],[107.55301033697585,34.90807832473139]]]},
{"type":"Polygon","coordinates":[[[107.55314922418688,34.90818058443358],[107.553147579005,34.90817874778656],[107.55309717063146,34.90820996478953],[107.55312678247556,34.90824259894339],[107.55312869585674,34.90824115606577],[107.55310070231928,34.90821032135416],[107.55314922418688,34.90818058443358]]]},
{"type":"Polygon","coordinates":[[[107.55289868107366,34.90841460360151],[107.55289544502173,34.90841125667647],[107.55288468336478,34.908417659869805],[107.55287771128395,34.90840994630671],[107.55287580835841,34.90841143100686],[107.55288261632263,34.90841889123003],[107.55280293009784,34.908467862896956],[107.55280094161327,34.90846556305505],[107.55280062643558,34.90846582856836],[107.55279761219097,34.908462459032556],[107.55279518245766,34.90846438448159],[107.55276096562376,34.908426672040854],[107.55276276882212,34.90842529672014],[107.55275981952315,34.90842181257425],[107.55276036965152,34.90842143054073],[107.55275916242555,34.908420116345354],[107.55278577524605,34.90840383424629],[107.55278419454078,34.90840209824365],[107.55275755788469,34.90841837427242],[107.55275641178407,34.908417136483756],[107.5527537375493,34.90841875630596],[107.55270859564132,34.90836896428548],[107.55271185566083,34.908366964806845],[107.55271149026694,34.908366573604404],[107.55278614531201,34.90832064786039],[107.55278250857913,34.90831663441414],[107.55278040767766,34.90831792393298],[107.55278224777754,34.90831999585649],[107.5527097624566,34.9083645849925],[107.55270771207485,34.908362240924774],[107.5527044964685,34.90836444493249],[107.5526486233561,34.90830277622991],[107.55265204381104,34.90830057450924],[107.55265070720306,34.90829918900094],[107.55270318293306,34.90826698399293],[107.55270168661552,34.9082650880378],[107.55264949269464,34.90829768924112],[107.55264837885463,34.908296405608425],[107.55264282186248,34.90829978903681],[107.55280020218969,34.908475197454756],[107.55289868107366,34.90841460360151]]]},
{"type":"Polygon","coordinates":[[[107.55286870069367,34.90840358005441],[107.55287062453048,34.908402130206376],[107.5528394887971,34.90836774718797],[107.55280152498682,34.90839136054038],[107.55280315560911,34.908393146460035],[107.55283919081097,34.90837098683236],[107.55286870069367,34.90840358005441]]]},
{"type":"Polygon","coordinates":[[[107.55293483672783,34.908386974935965],[107.55293563135608,34.908386361538724],[107.55282125433648,34.9082602085671],[107.55297681269676,34.90816518073778],[107.55309094072565,34.90829106414259],[107.55309172838348,34.9082904995383],[107.55297695210527,34.90816382150525],[107.55281973575316,34.90826006530452],[107.55293483672783,34.908386974935965]]]},
{"type":"Polygon","coordinates":[[[107.55271081039649,34.908259413702034],[107.55271244153464,34.90826123215355],[107.55272345009904,34.90825445387858],[107.55272178758287,34.908252685386834],[107.55271081039649,34.908259413702034]]]},
{"type":"Polygon","coordinates":[[[107.55272428830091,34.908256741167875],[107.55276584201172,34.90830252191183],[107.55276784949362,34.908301016300406],[107.55272634123264,34.9082554540967],[107.55272428830091,34.908256741167875]]]},
{"type":"Polygon","coordinates":[[[107.55240386484574,34.908032763645835],[107.55242531839589,34.90805645174401],[107.55245931146864,34.90803517994114],[107.55245776490598,34.90803332842247],[107.55245447914969,34.9080352650386],[107.55245325368807,34.90803381094057],[107.55245114135582,34.908035146323066],[107.55245241417347,34.908036538969675],[107.5524312572299,34.90804986261193],[107.55242779550237,34.90804623803707],[107.55242254490909,34.90804941717306],[107.55240610254542,34.90803121301461],[107.55240386484574,34.908032763645835]]]},
{"type":"Polygon","coordinates":[[[107.55246546356653,34.90802867485402],[107.55246685030991,34.908030481822664],[107.5524977706255,34.90801084609119],[107.55247367629016,34.90798336582119],[107.55247132439882,34.90798481670627],[107.55249107932906,34.90800708306501],[107.55248589286819,34.90801028544247],[107.55248906341747,34.908013622385],[107.55247031296614,34.908025497951],[107.55246868809522,34.90802368818082],[107.55246673077932,34.9080249731363],[107.552468342171,34.908026785951954],[107.55246546356653,34.90802867485402]]]},
{"type":"Polygon","coordinates":[[[107.55244458703828,34.90800194373576],[107.55245939518257,34.90801792058378],[107.55246139263396,34.908016658512516],[107.55244664430616,34.90800065957493],[107.55244458703828,34.90800194373576]]]},
{"type":"Polygon","coordinates":[[[107.55244517483985,34.90802727519299],[107.5524471613555,34.908025822925175],[107.55243196798187,34.90800974803993],[107.5524298591518,34.90801105941365],[107.55244517483985,34.90802727519299]]]},
{"type":"Polygon","coordinates":[[[107.55255930382926,34.90804718599698],[107.5528187284857,34.907887542794285],[107.55281907700686,34.907885425850935],[107.55255638218398,34.908047036933425],[107.55264392279886,34.90814382911487],[107.55290704431486,34.907982295329155],[107.55281914154779,34.90788537421817],[107.55281878011844,34.907887542794285],[107.55290495318789,34.907981985532565],[107.55264459402481,34.90814155727322],[107.55255930382926,34.90804718599698]]]},
{"type":"Polygon","coordinates":[[[107.55237872265485,34.90804080574815],[107.55238016030464,34.90804270083194],[107.55250657167521,34.90796433665815],[107.55250487235091,34.907962577708425],[107.55237872265485,34.90804080574815]]]},
{"type":"Polygon","coordinates":[[[107.55251723991682,34.9079549198],[107.5525189399096,34.90795682048637],[107.55276774093711,34.90780283734363],[107.55276610724418,34.90780094225984],[107.55251723991682,34.9079549198]]]},
{"type":"Polygon","coordinates":[[[107.5527787190222,34.90779350041927],[107.55278011310682,34.90779515589476],[107.55283307881204,34.9077623920252],[107.55283159759712,34.907760649419416],[107.5527787190222,34.90779350041927]]]},
{"type":"Polygon","coordinates":[[[107.55284206262294,34.90775391760067],[107.55284366640076,34.90775571432546],[107.55285663508081,34.907747793519],[107.55285491095917,34.907745965881055],[107.55284206262294,34.90775391760067]]]},
{"type":"Polygon","coordinates":[[[107.55285432640312,34.90774896714241],[107.55286412554368,34.907759604979915],[107.55286619844628,34.90775830470464],[107.55285644503704,34.90774765823621],[107.55285432640312,34.90774896714241]]]},
{"type":"Polygon","coordinates":[[[107.55282534460919,34.907767060074306],[107.55283479254166,34.90777735711069],[107.55283753714576,34.90777530954889],[107.55283472722405,34.90777228381785],[107.55283823207925,34.90777008699473],[107.5528336371973,34.90776465363066],[107.55282998141531,34.90776705168948],[107.55282830445108,34.90776524895295],[107.55282534460919,34.907767060074306]]]},
{"type":"Polygon","coordinates":[[[107.55284773187627,34.90778627200654],[107.55284561890134,34.90778789307195],[107.55296379009212,34.90791816797518],[107.55296600013953,34.90791670870931],[107.55294388156051,34.90789229507382],[107.55294769734265,34.907889915301105],[107.55294308394588,34.90788469410297],[107.55293909386056,34.90788703037056],[107.55289047657085,34.907833359171846],[107.55289433044021,34.907830819871776],[107.55288963519001,34.90782567411844],[107.55288575953809,34.907828191635936],[107.55284773187627,34.90778627200654]]]},
{"type":"Polygon","coordinates":[[[107.55294606568403,34.90788810176436],[107.55294768757757,34.90788992116703],[107.55295200493231,34.907887309864606],[107.55293085655029,34.90786400316753],[107.55292314161014,34.90786947133852],[107.55292481484776,34.90787132345234],[107.55293074785814,34.907867077601935],[107.55294855007544,34.907886642184394],[107.55294606568403,34.90788810176436]]]},
{"type":"Polygon","coordinates":[[[107.5528763868987,34.90776914267093],[107.55287447003234,34.90777059484242],[107.55299073908269,34.90789885525334],[107.55301763144858,34.907882360034606],[107.55301612119023,34.907880385081384],[107.55299132213828,34.90789556731657],[107.55296632916068,34.9078684198747],[107.5530133477589,34.9078395909966],[107.55303808037232,34.907866804026455],[107.55302874428094,34.907872515159234],[107.5530302545393,34.907874490112455],[107.55304597007125,34.90786492666179],[107.5530441943043,34.907863039591184],[107.55304010088142,34.90786553951009],[107.55301539887246,34.907838291163],[107.55301961070846,34.907835798052524],[107.55301808225613,34.90783419231889],[107.55301609288182,34.90783531868436],[107.55301297148209,34.907831735312044],[107.5530065683516,34.90783562590789],[107.55300988578512,34.90783912679059],[107.55296496175167,34.90786676626377],[107.5528763868987,34.90776914267093]]]},
{"type":"Polygon","coordinates":[[[107.55303252527204,34.90782821589852],[107.55312022613383,34.907773949923744],[107.55314498524749,34.90780119475385],[107.55305697816554,34.907855263061386],[107.55305860459761,34.907857238014614],[107.55315779364035,34.90779625736238],[107.55315616387955,34.90779431754956],[107.55314702841099,34.9077999465956],[107.55312235674792,34.90777267791533],[107.55313931686,34.90776223684631],[107.55316571103451,34.907791344638746],[107.55317204409958,34.9077875078898],[107.5531702796647,34.907785673601246],[107.55316611383714,34.90778822821814],[107.55314137592363,34.90776096483784],[107.55314560270155,34.90775835722066],[107.55314417434214,34.9077567248098],[107.55309405721071,34.90778750741335],[107.55309098319039,34.907784030590356],[107.5530852379524,34.907787507413346],[107.5530884603737,34.907790899435774],[107.55303078249845,34.90782636368499],[107.55303252527204,34.90782821589852]]]},
{"type":"Polygon","coordinates":[[[107.55318305421443,34.907777846561515],[107.55318479108242,34.90777968112835],[107.55322974605778,34.907752060779046],[107.5531836538126,34.90770121479475],[107.5531852890749,34.907700085081125],[107.5531837070144,34.90769828836925],[107.55318001847905,34.907700680472715],[107.55319981145988,34.907722592584236],[107.55316449202644,34.90774422614948],[107.5531382792309,34.907715309158256],[107.55313642304084,34.9077167413455],[107.55315932861458,34.907742030757184],[107.55315524876534,34.90774482917569],[107.55315830158548,34.907748013907856],[107.55315686229355,34.9077489252868],[107.55315838645247,34.907750518140226],[107.55320129546968,34.90772414019447],[107.55322600423305,34.90775145657505],[107.55318305421443,34.907777846561515]]]},
{"type":"Polygon","coordinates":[[[107.55320896472196,34.907683024680146],[107.55319594655505,34.90769100789231],[107.55319739762305,34.90769266607656],[107.55319907609635,34.9076916721402],[107.55321887545692,34.90771343133595],[107.55323023873206,34.90770647140843],[107.55322465445802,34.90770036576805],[107.5532178704132,34.90770456182545],[107.55322181520961,34.90770890863935],[107.55321957898748,34.907710340826604],[107.55320126206635,34.907690290205146],[107.55321035686448,34.90768467829106],[107.55320896472196,34.907683024680146]]]},
{"type":"Polygon","coordinates":[[[107.55314347321821,34.907607524410864],[107.55314167292828,34.90760880126848],[107.55317199465016,34.907642221919204],[107.55316809121317,34.90764485673919],[107.55317273351504,34.90764986150309],[107.55317663695205,34.90764744973664],[107.55319148395357,34.907663682109785],[107.55312719342425,34.90770303979991],[107.55307176982454,34.907641947495385],[107.55306968138747,34.90764313941588],[107.5531060207636,34.90768309044855],[107.55310245810288,34.90768593025057],[107.55310705135365,34.90769115935883],[107.5531108721782,34.90768842282234],[107.55312795965452,34.90770740263944],[107.55312987006678,34.907705956922044],[107.55312869380786,34.90770466826504],[107.55319487157927,34.90766414215772],[107.55314347321821,34.907607524410864]]]},
{"type":"Polygon","coordinates":[[[107.55313122637139,34.90759764394291],[107.55313300286895,34.90759629570815],[107.55312463588268,34.9075871515042],[107.55310004650515,34.90760236672805],[107.55309894676857,34.90760120354513],[107.55309690238646,34.90760246204215],[107.55309793162711,34.90760367795244],[107.55305255691871,34.907631781156816],[107.55305563783882,34.907635121562585],[107.5530114436895,34.90766240459089],[107.55301263859562,34.907663916728694],[107.55306106930281,34.907633970055606],[107.55306277999959,34.907635838748604],[107.55306481968655,34.90763459041983],[107.55306048418653,34.90762986719219],[107.55312077182423,34.90759278324817],[107.55312399348841,34.90759630804492],[107.55312778616971,34.9075938547864],[107.55313122637139,34.90759764394291]]]},
{"type":"Polygon","coordinates":[[[107.55300172934976,34.90767022611485],[107.55299987800534,34.90766827439634],[107.5529904205351,34.90767414070454],[107.55298747622831,34.907670984496896],[107.55298148724063,34.90767477640714],[107.55298436463137,34.907677865698716],[107.55291582027726,34.907720156650626],[107.55291258600089,34.907716643557315],[107.55290667508197,34.907720524688976],[107.55290980898425,34.907723870492134],[107.55288684998419,34.907738091371435],[107.55288845596971,34.90774021595644],[107.55300172934976,34.90767022611485]]]},
{"type":"Polygon","coordinates":[[[107.5532623126491,34.90775740557014],[107.55326370673372,34.90775926434964],[107.55327058567529,34.907755035459914],[107.55327371600954,34.90775863534431],[107.55327646623178,34.907756868941405],[107.5533191159364,34.90780436640954],[107.55331532092825,34.9078069996805],[107.5533182276672,34.90781026417194],[107.55328931676414,34.90782805375218],[107.55324014631405,34.90777402553409],[107.55324897832855,34.907768525089615],[107.55324758424393,34.90776666631012],[107.55322756247298,34.907779067648036],[107.55322910528058,34.90778078933188],[107.55323815631587,34.907775221768965],[107.55328733794569,34.90782922762754],[107.5532582269447,34.907847125260716],[107.55326047296994,34.90785022322656],[107.55332663485052,34.907809694003944],[107.55326949238417,34.90774650370176],[107.55326761312902,34.90774776805785],[107.55327140502921,34.90775178534348],[107.5532623126491,34.90775740557014]]]},
{"type":"Polygon","coordinates":[[[107.55283207333137,34.9077401596512],[107.55283363749434,34.90774188273982],[107.55284943419692,34.90773207793006],[107.55284785400198,34.907730355538504],[107.55283207333137,34.9077401596512]]]},
{"type":"Polygon","coordinates":[[[107.55352332740071,34.90724926434532],[107.55350367429304,34.90722926633496],[107.5535162586531,34.90722144996228],[107.5535204794943,34.907225885753775],[107.55352786596647,34.907221254552965],[107.55352355393421,34.90721664289309],[107.5536009473711,34.90716964423489],[107.55359946615619,34.90716781449881],[107.55350009830252,34.90722905138471],[107.5535213472529,34.90725077225393],[107.55352332740071,34.90724926434532]]]},
{"type":"Polygon","coordinates":[[[107.55325748468266,34.9077365040572],[107.55325934841895,34.907735235130374],[107.55319477807335,34.90766407085161],[107.5531928845966,34.90766525551376],[107.55325748468266,34.9077365040572]]]},
{"type":"Polygon","coordinates":[[[107.55286145524389,34.907753183614375],[107.55286301940686,34.907754906703],[107.55287517303684,34.907747378645894],[107.5528735928419,34.907745656254335],[107.55286145524389,34.907753183614375]]]},
{"type":"Polygon","coordinates":[[[107.55286357510873,34.90772077769617],[107.5528651392717,34.90772250078479],[107.552981484323,34.9076499328249],[107.55297990412807,34.907648210433344],[107.55286357510873,34.90772077769617]]]},
{"type":"Polygon","coordinates":[[[107.55299547646435,34.90763853590884],[107.55299706133472,34.90764024530474],[107.55308920343418,34.90758284142557],[107.55308762323925,34.90758111903401],[107.55299547646435,34.90763853590884]]]},
{"type":"Polygon","coordinates":[[[107.55272256815125,34.90825770760395],[107.5527226206794,34.908257762758524],[107.55272784828168,34.90825455749036],[107.5527277763181,34.90825448447622],[107.55272518247769,34.908256091837806],[107.55272112808518,34.90825181415871],[107.55272372327659,34.908250208049864],[107.55272364512622,34.9082501230332],[107.55271842786493,34.90825335424104],[107.55271850995983,34.90825343429086],[107.552721028169,34.90825187682544],[107.55272506218817,34.90825616380141],[107.55272256815125,34.90825770760395]]]},
{"type":"Polygon","coordinates":[[[107.55300655112869,34.90808059762766],[107.55300660365684,34.90808065278223],[107.55301183125911,34.90807744751407],[107.55301175929553,34.908077374499925],[107.55300916545512,34.908078981861514],[107.55300511106262,34.90807470418242],[107.55300770625402,34.90807309807357],[107.55300762810366,34.90807301305691],[107.55300241084237,34.90807624426475],[107.55300249293727,34.90807632431457],[107.55300501114644,34.90807476684915],[107.55300904516561,34.90807905382512],[107.55300655112869,34.90808059762766]]]},
{"type":"Polygon","coordinates":[[[107.5522678722257,34.90811199860839],[107.55227097576224,34.90811527529187],[107.55240643213148,34.90803152703638],[107.55240303214569,34.90802783847189],[107.5522678722257,34.90811199860839]]]},
{"type":"Polygon","coordinates":[[[107.55287072178962,34.90774191243886],[107.55287540606125,34.90774717176175],[107.55287509457514,34.90774733948503],[107.55287029050118,34.90774198432027],[107.55287072178962,34.907741792636514],[107.55287156040602,34.90774138530855],[107.55287259070617,34.907741025901515],[107.5528734053621,34.90774090609917],[107.55287450754368,34.90774083421777],[107.55287534616008,34.907740882138704],[107.55287642438117,34.90774107382246],[107.55287745468132,34.90774150511089],[107.55287874854663,34.90774227184589],[107.55287941943976,34.907742918778546],[107.55288058751263,34.907743907147875],[107.5528800304317,34.907743044571],[107.55287965904444,34.90774236768777],[107.55287944340023,34.90774136134808],[107.55287949132116,34.90774035500839],[107.55287963508397,34.90773870173605],[107.55287999449101,34.907737671435896],[107.55288042577945,34.90773680885902],[107.55288119251445,34.90773558687512],[107.552882294696,34.90773470033778],[107.55288279786585,34.90773431697028],[107.55288310935194,34.907734149247],[107.55288786550497,34.907739456490816],[107.55288753005841,34.907739696095504],[107.55288286974725,34.9077345326145],[107.55287072178962,34.90774191243886]]]},
{"type":"Polygon","coordinates":[[[107.55310111260282,34.90793863124005],[107.55310411932831,34.907942036447245],[107.55311068220105,34.9079380154047],[107.55310777811476,34.90793471887434],[107.55310111260282,34.90793863124005]]]},
{"type":"Polygon","coordinates":[[[107.55318350596046,34.90788814593509],[107.55318651268595,34.907891551142285],[107.5531930755587,34.90788753009974],[107.55319017147241,34.907884233569376],[107.55318350596046,34.90788814593509]]]},
{"type":"Polygon","coordinates":[[[107.55313557612622,34.907837560227094],[107.55313858285172,34.90784096543429],[107.55314514572446,34.90783694439175],[107.55314224163817,34.90783364786138],[107.55313557612622,34.907837560227094]]]},
{"type":"Polygon","coordinates":[[[107.5532812827505,34.90777441251562],[107.55326221258854,34.90778617301173],[107.55326295964107,34.90778699734557],[107.55326916962265,34.907783187091376],[107.55328699154873,34.90780286484184],[107.55330668597162,34.90779069768858],[107.55330572997335,34.90778964723538],[107.55328722053035,34.90780110168333],[107.55327026014763,34.907782517320136],[107.55328208418616,34.90777523684945],[107.5532812827505,34.90777441251562]]]},
{"type":"Polygon","coordinates":[[[107.55360868457528,34.907162097000636],[107.55361037802159,34.907163833868644],[107.55361582201716,34.90716043612056],[107.55361395488406,34.907158742674255],[107.55360868457528,34.907162097000636]]]},
{"type":"Polygon","coordinates":[[[107.55302814322988,34.90753055183691],[107.5530347495782,34.90752645512539],[107.55302251357507,34.90751358974714],[107.55301596199492,34.90751782517352],[107.55302814322988,34.90753055183691]]]},
{"type":"Polygon","coordinates":[[[107.55295615873547,34.9075751025012],[107.55296276508379,34.90757100578968],[107.55295052908066,34.907558140411425],[107.5529439775005,34.907562375837806],[107.55295615873547,34.9075751025012]]]},
{"type":"Polygon","coordinates":[[[107.55379351859678,34.90759080490331],[107.5537900965978,34.90759308577645],[107.55379119809676,34.90759434791065],[107.5537467053756,34.90762164348196],[107.55374814825322,34.90762355686314],[107.55379271265778,34.90759620669012],[107.55379390304076,34.9075975911607],[107.55379440151873,34.90759727966432],[107.55385110850193,34.907660038813496],[107.55385035386779,34.90766053687204],[107.55385227063853,34.90766272531108],[107.55379065979088,34.907700570213784],[107.55378898953397,34.90769871884467],[107.55378708450199,34.9077001744501],[107.55379035290632,34.90770376483169],[107.55385387046293,34.907664732637926],[107.55385415028971,34.907665088624505],[107.55385619473611,34.90766382707694],[107.55390256621331,34.90771491513129],[107.5538862757472,34.9077249268289],[107.55388784409243,34.90772680884318],[107.55390423976041,34.90771674468701],[107.55394527335868,34.9077619795355],[107.55394479501338,34.90776234809663],[107.55394719689299,34.907764999853356],[107.5538653734457,34.90781517886049],[107.55385657031687,34.90780542628416],[107.55385462556879,34.90780683779487],[107.55386332319904,34.907816439571164],[107.55385158800934,34.90782363854301],[107.55385488534469,34.90782716669184],[107.55395322409589,34.90776674363176],[107.55379351859678,34.90759080490331]]]},
{"type":"Polygon","coordinates":[[[107.5537388574666,34.907626499753164],[107.55372784940322,34.90763328140092],[107.55372954422424,34.90763505659],[107.55374049319343,34.907628329308885],[107.5537388574666,34.907626499753164]]]},
{"type":"Polygon","coordinates":[[[107.55373151995106,34.90763526249747],[107.55372940874476,34.90763657052749],[107.55377294121516,34.90768452964413],[107.55377485459633,34.90768308676652],[107.55373151995106,34.90763526249747]]]},
{"type":"Polygon","coordinates":[[[107.5538704071621,34.90773752219966],[107.55386876198021,34.90773568555264],[107.55381835360667,34.90776690255561],[107.55384796545077,34.90779953670947],[107.55384987883195,34.90779809383185],[107.5538218852945,34.90776725912024],[107.5538704071621,34.90773752219966]]]},
{"type":"Polygon","coordinates":[[[107.55384216862123,34.90783497771294],[107.55383879801175,34.90783151917452],[107.55360586633999,34.907974597635885],[107.55359889425917,34.90796688407279],[107.55359699133362,34.90796836877294],[107.55360379929785,34.90797582899611],[107.55352411307305,34.908024800663036],[107.55352212458848,34.90802250082113],[107.5535218094108,34.90802276633444],[107.55351879516618,34.908019396798636],[107.55351636543287,34.90802132224767],[107.55348214859897,34.907983609806934],[107.55348395179733,34.90798223448622],[107.55348100249836,34.90797875034033],[107.55348155262674,34.90797836830681],[107.55348034540076,34.907977054111434],[107.55350695822126,34.90796077201237],[107.55350537751599,34.90795903600973],[107.5534787408599,34.9079753120385],[107.55347759475929,34.907974074249836],[107.55347492052451,34.90797569407204],[107.55342977861653,34.90792590205156],[107.55343303863604,34.907923902572925],[107.55343267324216,34.907923511370484],[107.55350732828722,34.90787758562647],[107.55350369155434,34.90787357218022],[107.55350159065287,34.90787486169906],[107.55350343075276,34.90787693362257],[107.55343094543181,34.90792152275858],[107.55342889505006,34.907919178690854],[107.5534256794437,34.90792138269857],[107.55336980633132,34.90785971399599],[107.55337322678625,34.90785751227532],[107.55337189017827,34.90785612676702],[107.55342436590827,34.90782392175901],[107.55342286959073,34.90782202580388],[107.55337067566985,34.9078546270072],[107.55336956182984,34.907853343374505],[107.55336400483769,34.90785672680289],[107.5535213851649,34.908032135220836],[107.55384216862123,34.90783497771294]]]},
{"type":"Polygon","coordinates":[[[107.55358988366888,34.90796051782049],[107.5535918075057,34.907959067972456],[107.55356067177232,34.90792468495405],[107.55352270796203,34.90794829830646],[107.55352433858432,34.907950084226115],[107.55356037378618,34.90792792459844],[107.55358988366888,34.90796051782049]]]},
{"type":"Polygon","coordinates":[[[107.55365601970304,34.907943912702045],[107.55365681433129,34.907943299304804],[107.55354243731169,34.90781714633318],[107.55369799567197,34.90772211850386],[107.55381212370087,34.90784800190867],[107.55381291135869,34.90784743730438],[107.55369813508048,34.90772075927133],[107.55354091872837,34.9078170030706],[107.55365601970304,34.907943912702045]]]},
{"type":"Polygon","coordinates":[[[107.5534319933717,34.907816351468114],[107.55343362450985,34.90781816991963],[107.55344463307425,34.90781139164466],[107.55344297055808,34.907809623152914],[107.5534319933717,34.907816351468114]]]},
{"type":"Polygon","coordinates":[[[107.55344547127612,34.907813678933955],[107.55348702498694,34.90785945967791],[107.55348903246883,34.907857954066486],[107.55344752420785,34.90781239186278],[107.55344547127612,34.907813678933955]]]},
{"type":"Polygon","coordinates":[[[107.55328038317684,34.90760379131083],[107.55353983981024,34.907444144064705],[107.55354020064463,34.90744199794718],[107.55327746153156,34.907603642247274],[107.55336500214645,34.90770043442872],[107.55362812366245,34.907538900643004],[107.55354022089537,34.90744197953202],[107.55353985946603,34.907444148108134],[107.55362603253548,34.907538590846414],[107.5533656733724,34.90769816258707],[107.55328038317684,34.90760379131083]]]},
{"type":"Polygon","coordinates":[[[107.55344375112647,34.90781464537003],[107.55344380365462,34.907814700524604],[107.55344903125689,34.90781149525644],[107.5534489592933,34.9078114222423],[107.5534463654529,34.907813029603886],[107.5534423110604,34.90780875192479],[107.5534449062518,34.907807145815944],[107.55344482810143,34.90780706079928],[107.55343961084014,34.90781029200712],[107.55343969293504,34.90781037205694],[107.55344221114422,34.90780881459152],[107.55344624516339,34.90781310156749],[107.55344375112647,34.90781464537003]]]},
{"type":"Polygon","coordinates":[[[107.5537277341039,34.90763753539374],[107.55372778663205,34.90763759054831],[107.55373301423433,34.90763438528015],[107.55373294227074,34.907634312266005],[107.55373034843034,34.907635919627594],[107.55372629403783,34.9076316419485],[107.55372888922923,34.90763003583965],[107.55372881107887,34.90762995082299],[107.55372359381758,34.90763318203083],[107.55372367591248,34.90763326208065],[107.55372619412165,34.90763170461523],[107.55373022814082,34.9076359915912],[107.5537277341039,34.90763753539374]]]},
{"type":"Polygon","coordinates":[[[107.55310062110325,34.9075948865133],[107.55310264346895,34.90759697482569],[107.55320444320226,34.90753401770274],[107.5532023793146,34.907531846346515],[107.55310062110325,34.9075948865133]]]},
{"type":"Polygon","coordinates":[[[107.55303471969353,34.907831029735064],[107.55303018333301,34.907826199694995],[107.55303047013423,34.907826019148416],[107.55303507740932,34.907830916772184],[107.55303474322747,34.90783112387079],[107.55303413562915,34.90783149860712],[107.5530330246922,34.90783200790118],[107.55303248341174,34.907832172638706],[107.55303171620554,34.90783231854909],[107.55303101489433,34.90783237973732],[107.55303047126051,34.90783238209071],[107.55302963815929,34.90783229736855],[107.55302886624628,34.90783212792423],[107.55302824324804,34.907831980034835],[107.55302745605643,34.9078316454784],[107.55302676726379,34.907831330601766],[107.55302588167324,34.90783077956765],[107.55302521485508,34.907830272293474],[107.55302452376773,34.90782953974088],[107.5530250637319,34.90783050241061],[107.55302531828241,34.90783113908629],[107.5530254971403,34.907831816863556],[107.55302562893031,34.90783263584443],[107.5530257832743,34.90783357409782],[107.5530257927146,34.90783441071573],[107.55302539734453,34.90783565330739],[107.55302501609481,34.907836415806806],[107.55302426948072,34.90783750881093],[107.55302348369582,34.90783830860966],[107.55302290476105,34.90783873751557],[107.55302260293837,34.90783893520063],[107.55301807796273,34.90783418802548],[107.55301834923367,34.90783398245347],[107.5530228862281,34.90783869956712],[107.55303471969353,34.907831029735064]]]},
{"type":"Polygon","coordinates":[[[107.55260517076871,34.90748550223031],[107.55276056887654,34.90764923152565],[107.55284478391407,34.90759684903333],[107.55269407626098,34.907430257915074],[107.55260519161112,34.9074854918091],[107.552606588053,34.907485692417346],[107.55269387131055,34.90743166477818],[107.55284338226156,34.90759665624098],[107.55276075906359,34.90764782205725],[107.55260657415805,34.90748569675953],[107.55260517076871,34.90748550223031]]]},
{"type":"Polygon","coordinates":[[[107.55220489857938,34.908037096563184],[107.55221188608138,34.908032687431735],[107.55219962913264,34.90801976092837],[107.5521924481132,34.908024214978404],[107.55220489857938,34.908037096563184]]]}
]}

View File

@ -0,0 +1,163 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55227067605767,34.9080571371061],[107.55227863121826,34.90806582125795],[107.55227811826536,34.9080661356995],[107.55227999794431,34.90806847400711],[107.55228065331306,34.90806809252381],[107.55228896389053,34.90807734475653],[107.55231462788866,34.90806172979987],[107.55230609604793,34.90805260063392],[107.55230906770505,34.90805087319931],[107.55230670055231,34.9080487408055],[107.55230426291229,34.90805023348564],[107.55229629785445,34.908041536206646],[107.55227325840612,34.90805568942589],[107.55228119190932,34.908064254863774],[107.55228663712843,34.90806095261223],[107.5522866523254,34.90806164471064],[107.55227894846962,34.90806632041821],[107.55228009576055,34.908067711040516],[107.55230810910601,34.90805069713009],[107.5523066956615,34.90804944019154],[107.55228764877393,34.90806104577956],[107.5522874868961,34.908054303908365],[107.55228821444145,34.90805409313463],[107.55228564783056,34.90805323196914],[107.55228746303234,34.908052708515605],[107.55228602612156,34.90804781203468],[107.55229401036453,34.908056468668484],[107.55230425904269,34.908050235244566]]},
{"type":"LineString","coordinates":[[107.55227863140296,34.90806582094134],[107.55229400983686,34.908056469020266]]},
{"type":"LineString","coordinates":[[107.55228069159409,34.90806806748548],[107.55230608039733,34.90805261628452]]},
{"type":"LineString","coordinates":[[107.55228663776155,34.90806093614878],[107.55228649338964,34.90805459391859],[107.55228748119707,34.9080543064413]]},
{"type":"LineString","coordinates":[[107.55228375665673,34.90806270277824],[107.5522758212177,34.90805413004099]]},
{"type":"LineString","coordinates":[[107.55228631390307,34.9080611434714],[107.55227837846404,34.90805257073415]]},
{"type":"LineString","coordinates":[[107.55228887460453,34.90805957057762],[107.5522809391655,34.90805099784037]]},
{"type":"LineString","coordinates":[[107.55229144290449,34.9080580204794],[107.55228348118783,34.90804932138861]]},
{"type":"LineString","coordinates":[[107.55229657380556,34.90805490508594],[107.5522886120889,34.90804620599515]]},
{"type":"LineString","coordinates":[[107.55229913830634,34.90805333599143],[107.55229117658968,34.90804463690064]]},
{"type":"LineString","coordinates":[[107.55230170280704,34.90805176309766],[107.55229374109038,34.90804306400687]]},
{"type":"LineString","coordinates":[[107.55231201203968,34.90806330540422],[107.55230370574887,34.90805404489339]]},
{"type":"LineString","coordinates":[[107.55230947033452,34.908064878297985],[107.55230116404371,34.908055617787156]]},
{"type":"LineString","coordinates":[[107.55230689443601,34.908066439793984],[107.5522985881452,34.908057179283155]]},
{"type":"LineString","coordinates":[[107.55230433563415,34.90806798989218],[107.55229602934334,34.90805872938135]]},
{"type":"LineString","coordinates":[[107.552301742639,34.90806955138818],[107.5522934363482,34.90806029087735]]},
{"type":"LineString","coordinates":[[107.55229920093382,34.90807112428194],[107.55229089464301,34.90806186377111]]},
{"type":"LineString","coordinates":[[107.55229665922866,34.90807268197867],[107.55228835293785,34.908063421467844]]},
{"type":"LineString","coordinates":[[107.55229407573161,34.90807423207688],[107.5522857694408,34.90806497156605]]},
{"type":"LineString","coordinates":[[107.55229151503019,34.90807578217509],[107.55228320873938,34.90806652166426]]},
{"type":"LineString","coordinates":[[107.55228645985798,34.90805298677603],[107.55228503901483,34.90804838568607]]},
{"type":"LineString","coordinates":[[107.55300645294095,34.907600280840335],[107.55301440810153,34.907608964992185],[107.55301389514864,34.907609279433736],[107.55301577482759,34.907611617741345],[107.55301643019634,34.90761123625805],[107.55302474077381,34.907620488490764],[107.55305040477194,34.907604873534105],[107.5530418729312,34.90759574436816],[107.55304484458833,34.907594016933544],[107.55304247743558,34.907591884539734],[107.55304003979556,34.907593377219875],[107.55303207473773,34.90758467994088],[107.55300903528939,34.90759883316013],[107.55301696879259,34.90760739859801],[107.5530224140117,34.90760409634647],[107.55302242920868,34.90760478844488],[107.5530147253529,34.90760946415244],[107.55301587264383,34.90761085477475],[107.55304388598928,34.90759384086433],[107.55304247254477,34.907592583925776],[107.5530234256572,34.9076041895138],[107.55302326377938,34.9075974476426],[107.55302399132472,34.90759723686887],[107.55302142471383,34.90759637570338],[107.55302323991562,34.90759585224984],[107.55302180300484,34.90759095576892],[107.55302978724781,34.90759961240272],[107.55304003592596,34.9075933789788]]},
{"type":"LineString","coordinates":[[107.55301440828623,34.907608964675575],[107.55302978672013,34.9075996127545]]},
{"type":"LineString","coordinates":[[107.55301646847737,34.90761121121972],[107.5530418572806,34.90759576001876]]},
{"type":"LineString","coordinates":[[107.55302241464483,34.907604079883015],[107.55302227027292,34.90759773765283],[107.55302325808034,34.90759745017554]]},
{"type":"LineString","coordinates":[[107.55301953354001,34.907605846512475],[107.55301159810098,34.907597273775224]]},
{"type":"LineString","coordinates":[[107.55302209078634,34.907604287205636],[107.55301415534731,34.907595714468385]]},
{"type":"LineString","coordinates":[[107.5530246514878,34.90760271431186],[107.55301671604877,34.907594141574606]]},
{"type":"LineString","coordinates":[[107.55302721978777,34.90760116421364],[107.5530192580711,34.907592465122846]]},
{"type":"LineString","coordinates":[[107.55303235068884,34.90759804882018],[107.55302438897218,34.907589349729385]]},
{"type":"LineString","coordinates":[[107.55303491518961,34.90759647972567],[107.55302695347295,34.90758778063488]]},
{"type":"LineString","coordinates":[[107.55303747969032,34.907594906831896],[107.55302951797366,34.907586207741105]]},
{"type":"LineString","coordinates":[[107.55304778892295,34.907606449138456],[107.55303948263214,34.907597188627626]]},
{"type":"LineString","coordinates":[[107.5530452472178,34.90760802203222],[107.55303694092699,34.90759876152139]]},
{"type":"LineString","coordinates":[[107.55304267131929,34.90760958352822],[107.55303436502848,34.90760032301739]]},
{"type":"LineString","coordinates":[[107.55304011251742,34.90761113362642],[107.55303180622661,34.90760187311559]]},
{"type":"LineString","coordinates":[[107.55303751952228,34.90761269512242],[107.55302921323147,34.90760343461159]]},
{"type":"LineString","coordinates":[[107.55303497781709,34.907614268016175],[107.55302667152628,34.907605007505346]]},
{"type":"LineString","coordinates":[[107.55303243611193,34.90761582571291],[107.55302412982113,34.90760656520208]]},
{"type":"LineString","coordinates":[[107.55302985261488,34.907617375811114],[107.55302154632408,34.907608115300285]]},
{"type":"LineString","coordinates":[[107.55302729191347,34.907618925909325],[107.55301898562266,34.907609665398496]]},
{"type":"LineString","coordinates":[[107.55302223674126,34.907596130510264],[107.55302081589811,34.90759152942031]]},
{"type":"LineString","coordinates":[[107.55348168990233,34.907306698970324],[107.55348964506291,34.907315383122175],[107.55348913211002,34.907315697563725],[107.55349101178896,34.907318035871334],[107.55349166715772,34.90731765438804],[107.55349997773519,34.90732690662075],[107.55352564173332,34.907311291664094],[107.55351710989258,34.90730216249815],[107.5535200815497,34.90730043506353],[107.55351771439696,34.90729830266972],[107.55351527675694,34.907299795349864],[107.55350731169911,34.90729109807087],[107.55348427225077,34.90730525129012],[107.55349220575397,34.907313816728],[107.55349765097309,34.90731051447646],[107.55349766617006,34.90731120657487],[107.55348996231427,34.90731588228243],[107.5534911096052,34.90731727290474],[107.55351912295066,34.90730025899432],[107.55351770950615,34.907299002055765],[107.55349866261858,34.90731060764379],[107.55349850074076,34.90730386577259],[107.5534992282861,34.907303654998856],[107.55349666167521,34.90730279383337],[107.553498476877,34.90730227037983],[107.55349703996622,34.907297373898906],[107.55350502420919,34.90730603053271],[107.55351527288734,34.90729979710879]]},
{"type":"LineString","coordinates":[[107.55348964524761,34.907315382805564],[107.55350502368151,34.90730603088449]]},
{"type":"LineString","coordinates":[[107.55349170543874,34.907317629349706],[107.55351709424198,34.90730217814875]]},
{"type":"LineString","coordinates":[[107.55349765160621,34.907310498013004],[107.5534975072343,34.90730415578282],[107.55349849504172,34.907303868305526]]},
{"type":"LineString","coordinates":[[107.55349477050139,34.907312264642464],[107.55348683506236,34.90730369190521]]},
{"type":"LineString","coordinates":[[107.55349732774772,34.907310705335625],[107.55348939230869,34.907302132598375]]},
{"type":"LineString","coordinates":[[107.55349988844918,34.907309132441846],[107.55349195301015,34.907300559704595]]},
{"type":"LineString","coordinates":[[107.55350245674914,34.90730758234363],[107.55349449503248,34.907298883252835]]},
{"type":"LineString","coordinates":[[107.55350758765022,34.907304466950166],[107.55349962593355,34.907295767859374]]},
{"type":"LineString","coordinates":[[107.55351015215099,34.90730289785566],[107.55350219043433,34.907294198764866]]},
{"type":"LineString","coordinates":[[107.5535127166517,34.907301324961885],[107.55350475493503,34.907292625871094]]},
{"type":"LineString","coordinates":[[107.55352302588433,34.907312867268445],[107.55351471959352,34.907303606757615]]},
{"type":"LineString","coordinates":[[107.55352048417917,34.90731444016221],[107.55351217788836,34.90730517965138]]},
{"type":"LineString","coordinates":[[107.55351790828067,34.90731600165821],[107.55350960198986,34.90730674114738]]},
{"type":"LineString","coordinates":[[107.5535153494788,34.90731755175641],[107.55350704318799,34.90730829124558]]},
{"type":"LineString","coordinates":[[107.55351275648366,34.907319113252406],[107.55350445019285,34.90730985274158]]},
{"type":"LineString","coordinates":[[107.55351021477847,34.907320686146164],[107.55350190848766,34.907311425635335]]},
{"type":"LineString","coordinates":[[107.55350767307331,34.9073222438429],[107.5534993667825,34.90731298333207]]},
{"type":"LineString","coordinates":[[107.55350508957626,34.9073237939411],[107.55349678328545,34.907314533430274]]},
{"type":"LineString","coordinates":[[107.55350252887484,34.907325344039315],[107.55349422258404,34.907316083528485]]},
{"type":"LineString","coordinates":[[107.55349747370263,34.90730254864025],[107.55349605285949,34.9072979475503]]},
{"type":"LineString","coordinates":[[107.55329433923086,34.907073394107336],[107.55328839736622,34.907066926839875]]},
{"type":"LineString","coordinates":[[107.55329267895412,34.90707452628692],[107.55328673708948,34.90706805901946]]},
{"type":"LineString","coordinates":[[107.5532892216272,34.9070765284971],[107.55328327976255,34.90707006122964]]},
{"type":"LineString","coordinates":[[107.55328754425375,34.907077637881116],[107.5532816023891,34.907071170613655]]},
{"type":"LineString","coordinates":[[107.55328406983018,34.9070796400913],[107.55327812796554,34.907073172823836]]},
{"type":"LineString","coordinates":[[107.55328240955342,34.907080772270874],[107.55327646768878,34.90707430500341]]},
{"type":"LineString","coordinates":[[107.55327898641984,34.90708277068179],[107.5532730445552,34.90707630341433]]},
{"type":"LineString","coordinates":[[107.55327728435121,34.90708388006581],[107.55327134248657,34.90707741279835]]},
{"type":"LineString","coordinates":[[107.55328277550082,34.90709313461095],[107.55326915963082,34.90707801868754]]},
{"type":"LineString","coordinates":[[107.55328071888258,34.90708179807116],[107.55327477701793,34.9070753308037]]},
{"type":"LineString","coordinates":[[107.55329095408993,34.90707555588647],[107.55328501222529,34.90706908861901]]},
{"type":"LineString","coordinates":[[107.55328580229292,34.90707866748067],[107.55327986042828,34.90707220021321]]},
{"type":"LineString","coordinates":[[107.5532960716936,34.90707242149671],[107.55329012982895,34.907065954229246]]},
{"type":"LineString","coordinates":[[107.55329776996298,34.90707137290081],[107.55329182809834,34.90706490563335]]},
{"type":"LineString","coordinates":[[107.55330122728991,34.90706937069063],[107.55329528542526,34.90706290342317]]},
{"type":"LineString","coordinates":[[107.55330462002938,34.907067265900416],[107.55329867816474,34.907060798632955]]},
{"type":"LineString","coordinates":[[107.55330288756664,34.907068238511044],[107.553296945702,34.90706177124358]]},
{"type":"LineString","coordinates":[[107.55329950242572,34.90707040029018],[107.55329356056107,34.90706393302272]]},
{"type":"LineString","coordinates":[[107.55330150775555,34.90708131265881],[107.55329544747076,34.90707468894249]]},
{"type":"LineString","coordinates":[[107.55329984747881,34.907082444838395],[107.55329378719402,34.90707582112207]]},
{"type":"LineString","coordinates":[[107.55329639015189,34.907084447048575],[107.5532903298671,34.90707782333225]]},
{"type":"LineString","coordinates":[[107.55329471277844,34.90708555643259],[107.55328865249365,34.90707893271627]]},
{"type":"LineString","coordinates":[[107.55329123835487,34.90708755864277],[107.55328517807008,34.90708093492645]]},
{"type":"LineString","coordinates":[[107.55328957807811,34.90708869082235],[107.55328351779332,34.907082067106025]]},
{"type":"LineString","coordinates":[[107.55328615494453,34.907090689233264],[107.55328009465974,34.90708406551694]]},
{"type":"LineString","coordinates":[[107.5532844528759,34.90709179861729],[107.55327839259111,34.90708517490096]]},
{"type":"LineString","coordinates":[[107.55328788740727,34.907089716622636],[107.55328182712248,34.90708309290631]]},
{"type":"LineString","coordinates":[[107.55329812261462,34.90708347443795],[107.55329206232983,34.90707685072162]]},
{"type":"LineString","coordinates":[[107.55329297081761,34.90708658603214],[107.55328691053282,34.90707996231582]]},
{"type":"LineString","coordinates":[[107.55330324021828,34.90708034004818],[107.5532971799335,34.90707371633186]]},
{"type":"LineString","coordinates":[[107.55330493848767,34.907079291452284],[107.55329887820288,34.90707266773596]]},
{"type":"LineString","coordinates":[[107.5533083958146,34.9070772892421],[107.5533023355298,34.90707066552578]]},
{"type":"LineString","coordinates":[[107.55331178855407,34.90707518445189],[107.55330572826928,34.90706856073557]]},
{"type":"LineString","coordinates":[[107.55331005609133,34.90707615706252],[107.55330399580654,34.907069533346196]]},
{"type":"LineString","coordinates":[[107.5533066709504,34.907078318841656],[107.55330061066562,34.90707169512533]]},
{"type":"LineString","coordinates":[[107.55328317214956,34.90709359977177],[107.55328276828902,34.90709312018737],[107.55331239434503,34.90707471568521],[107.55331284688523,34.90707518264897],[107.55327502642652,34.907098608363754],[107.55325966400207,34.90708221100007],[107.5532684636926,34.9070772902962],[107.5532691127542,34.90707798262857],[107.55329993236231,34.90705885694683],[107.55330024010239,34.90705939264254],[107.55326963200348,34.90707855957221]]},
{"type":"LineString","coordinates":[[107.55327545733131,34.90708500691739],[107.55330496568742,34.907067071074074],[107.55330540972112,34.907067511101516],[107.55327588463018,34.90708548109295],[107.55327621276687,34.90708584709157],[107.55330572884307,34.90706784780221],[107.55330617521469,34.90706830975673],[107.55327663645986,34.90708632126713]]},
{"type":"LineString","coordinates":[[107.55329165487615,34.9070884549534],[107.55329182202948,34.90708453902172],[107.55329606090785,34.907083195303755],[107.55328782333254,34.907081371222866],[107.55329195185728,34.90708002101351],[107.55329215958179,34.90707612617885]]},
{"type":"LineString","coordinates":[[107.55331054320139,34.907070959031536],[107.55327643993846,34.90709168504006],[107.55326925795397,34.90708357829584],[107.55330519429513,34.90706168932503]]},
{"type":"LineString","coordinates":[[107.55256428779113,34.90751518912633],[107.55255834592649,34.90750872185887]]},
{"type":"LineString","coordinates":[[107.55256262751439,34.90751632130591],[107.55255668564975,34.90750985403845]]},
{"type":"LineString","coordinates":[[107.55255917018746,34.90751832351609],[107.55255322832282,34.90751185624863]]},
{"type":"LineString","coordinates":[[107.55255749281402,34.90751943290011],[107.55255155094937,34.90751296563265]]},
{"type":"LineString","coordinates":[[107.55255401839045,34.90752143511029],[107.55254807652581,34.90751496784283]]},
{"type":"LineString","coordinates":[[107.55255235811369,34.90752256728987],[107.55254641624904,34.907516100022406]]},
{"type":"LineString","coordinates":[[107.55254893498011,34.90752456570078],[107.55254299311547,34.90751809843332]]},
{"type":"LineString","coordinates":[[107.55254723291148,34.907525675084806],[107.55254129104684,34.907519207817344]]},
{"type":"LineString","coordinates":[[107.55255272406109,34.907534929629946],[107.55253910819108,34.907519813706536]]},
{"type":"LineString","coordinates":[[107.55255066744284,34.907523593090154],[107.5525447255782,34.90751712582269]]},
{"type":"LineString","coordinates":[[107.5525609026502,34.907517350905465],[107.55255496078556,34.907510883638004]]},
{"type":"LineString","coordinates":[[107.55255575085319,34.90752046249966],[107.55254980898854,34.9075139952322]]},
{"type":"LineString","coordinates":[[107.55256602025386,34.9075142165157],[107.55256007838922,34.90750774924824]]},
{"type":"LineString","coordinates":[[107.55256771852325,34.9075131679198],[107.5525617766586,34.90750670065234]]},
{"type":"LineString","coordinates":[[107.55257117585018,34.90751116570962],[107.55256523398553,34.90750469844216]]},
{"type":"LineString","coordinates":[[107.55257456858965,34.90750906091941],[107.552568626725,34.90750259365195]]},
{"type":"LineString","coordinates":[[107.55257283612691,34.90751003353004],[107.55256689426227,34.90750356626258]]},
{"type":"LineString","coordinates":[[107.55256945098598,34.907512195309174],[107.55256350912134,34.90750572804171]]},
{"type":"LineString","coordinates":[[107.55257145631582,34.907523107677804],[107.55256539603103,34.90751648396148]]},
{"type":"LineString","coordinates":[[107.55256979603908,34.90752423985739],[107.55256373575429,34.907517616141064]]},
{"type":"LineString","coordinates":[[107.55256633871215,34.90752624206757],[107.55256027842736,34.907519618351245]]},
{"type":"LineString","coordinates":[[107.5525646613387,34.907527351451584],[107.55255860105392,34.90752072773526]]},
{"type":"LineString","coordinates":[[107.55256118691514,34.907529353661765],[107.55255512663035,34.90752272994544]]},
{"type":"LineString","coordinates":[[107.55255952663838,34.90753048584134],[107.55255346635359,34.90752386212502]]},
{"type":"LineString","coordinates":[[107.5525561035048,34.90753248425226],[107.55255004322001,34.907525860535934]]},
{"type":"LineString","coordinates":[[107.55255440143617,34.90753359363628],[107.55254834115138,34.90752696991996]]},
{"type":"LineString","coordinates":[[107.55255783596753,34.90753151164163],[107.55255177568274,34.907524887925305]]},
{"type":"LineString","coordinates":[[107.55256807117489,34.90752526945694],[107.5525620108901,34.907518645740616]]},
{"type":"LineString","coordinates":[[107.55256291937788,34.90752838105114],[107.55255685909309,34.90752175733481]]},
{"type":"LineString","coordinates":[[107.55257318877855,34.907522135067175],[107.55256712849376,34.90751551135085]]},
{"type":"LineString","coordinates":[[107.55257488704794,34.90752108647128],[107.55256882676315,34.90751446275495]]},
{"type":"LineString","coordinates":[[107.55257834437487,34.9075190842611],[107.55257228409008,34.90751246054477]]},
{"type":"LineString","coordinates":[[107.55258173711434,34.907516979470884],[107.55257567682955,34.90751035575456]]},
{"type":"LineString","coordinates":[[107.5525800046516,34.90751795208151],[107.55257394436681,34.90751132836519]]},
{"type":"LineString","coordinates":[[107.55257661951067,34.90752011386065],[107.55257055922588,34.907513490144325]]},
{"type":"LineString","coordinates":[[107.55255312070983,34.90753539479076],[107.55255271684929,34.90753491520636],[107.5525823429053,34.907516510704205],[107.5525827954455,34.90751697766796],[107.55254497498679,34.90754040338275],[107.55252961256234,34.90752400601907],[107.55253841225287,34.907519085315194],[107.55253906131446,34.907519777647565],[107.55256988092258,34.907500651965826],[107.55257018866266,34.90750118766153],[107.55253958056375,34.907520354591206]]},
{"type":"LineString","coordinates":[[107.55254540589158,34.907526801936385],[107.55257491424769,34.90750886609307],[107.55257535828139,34.90750930612051],[107.55254583319045,34.90752727611194],[107.55254616132714,34.907527642110566],[107.55257567740334,34.9075096428212],[107.55257612377495,34.907510104775724],[107.55254658502012,34.90752811628612]]},
{"type":"LineString","coordinates":[[107.55256160343642,34.907530249972396],[107.55256177058975,34.90752633404071],[107.55256600946812,34.90752499032275],[107.55255777189281,34.90752316624186],[107.55256190041754,34.90752181603251],[107.55256210814206,34.907517921197844]]},
{"type":"LineString","coordinates":[[107.55258049176166,34.90751275405053],[107.55254638849873,34.90753348005905],[107.55253920651424,34.90752537331483],[107.5525751428554,34.907503484344026]]},
{"type":"LineString","coordinates":[[107.55791034203517,34.904257275962046],[107.55791098429036,34.904262290492944],[107.55790974918422,34.90426280923752],[107.55791239231135,34.90426340208847],[107.55791118190734,34.904263871428796],[107.55791184886462,34.90426875009802],[107.55790231384528,34.904276061926325],[107.55790191861132,34.90427556788387],[107.55790240030274,34.904275147947786],[107.55789708934637,34.90426818194919],[107.55789676821877,34.90426835486405],[107.5578963729848,34.9042678608216],[107.55791032968408,34.9042572790498]]},
{"type":"LineString","coordinates":[[107.55789715110164,34.90426810475504],[107.55791039143936,34.90425807569326]]},
{"type":"LineString","coordinates":[[107.5579024373559,34.90427512015786],[107.55791173152954,34.9042680368242]]},
{"type":"LineString","coordinates":[[107.55789879379282,34.90426686347337],[107.55790410474918,34.90427381094535]]},
{"type":"LineString","coordinates":[[107.55790054532766,34.904265539593965],[107.55790585628402,34.904272487065946]]},
{"type":"LineString","coordinates":[[107.55790230188009,34.90426421494262],[107.55790761283646,34.9042711624146]]},
{"type":"LineString","coordinates":[[107.55790404569555,34.90426287755427],[107.55790935665192,34.90426982502625]]},
{"type":"LineString","coordinates":[[107.55790579645848,34.90426153669217],[107.55791110741485,34.90426848416415]]},
{"type":"LineString","coordinates":[[107.55790756420416,34.9042602201462],[107.55791135057639,34.904265191062414]]},
{"type":"LineString","coordinates":[[107.55790931149336,34.90425888275783],[107.55791077306783,34.90426080026011]]},
{"type":"LineString","coordinates":[[107.5520420583731,34.90780887182927],[107.55204293375455,34.90781251599543],[107.55204214434805,34.90781370401315],[107.55204406706093,34.90781430583792],[107.55204309788859,34.90781514213987],[107.5520450440492,34.907818987565655],[107.55203447685975,34.90782547281373],[107.55203400994384,34.90782495110201],[107.5520345633172,34.90782455883519],[107.55202853435885,34.90781811454827],[107.5520282242194,34.90781831832872],[107.55202784319398,34.90781783471954],[107.55204207009696,34.90780878976225]]},
{"type":"LineString","coordinates":[[107.55202855834938,34.907818107299256],[107.55204214044015,34.90780964560396]]},
{"type":"LineString","coordinates":[[107.55203460037038,34.907824531045264],[107.55204471578114,34.90781831539773]]},
{"type":"LineString","coordinates":[[107.5520303755838,34.907816925034936],[107.55203640454215,34.90782335079524]]},
{"type":"LineString","coordinates":[[107.55203224553925,34.90781574971807],[107.5520382744976,34.90782217547837]]},
{"type":"LineString","coordinates":[[107.55203408911616,34.90781455681542],[107.55204016790087,34.90782103826406]]},
{"type":"LineString","coordinates":[[107.55203604700056,34.9078134196011],[107.55204211406146,34.90781988932587]]},
{"type":"LineString","coordinates":[[107.55203788467931,34.90781224830069],[107.55204396936216,34.907818743318636]]},
{"type":"LineString","coordinates":[[107.55203932671397,34.90781132211582],[107.55204320731131,34.90781541374263]]},
{"type":"LineString","coordinates":[[107.55204121425525,34.90781017317762],[107.55204282433186,34.90781217209556]]}
]}

View File

@ -0,0 +1,62 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55277975545998,34.90839647552893],[107.55278645951749,34.90840383403541],[107.55278602906014,34.908404107433995],[107.55277926683273,34.908396661672654],[107.55277978131329,34.90839635660379],[107.55278064998397,34.9083958912445],[107.55278149538668,34.908395534469044],[107.55278244161724,34.908395239741495],[107.55278369033134,34.90839502257383],[107.55278475290172,34.908394945013946],[107.55278631185531,34.908395045841786],[107.5527875683254,34.90839532505736],[107.55278870069967,34.908395743880725],[107.55278984858592,34.90839631782385],[107.55279101198414,34.90839707791069],[107.55279183411889,34.90839786902149],[107.55279239255005,34.90839845847658],[107.55279317590485,34.90839952104697],[107.5527927493255,34.90839879198408],[107.55279232274616,34.908397900045436],[107.55279202026261,34.90839700035081],[107.55279169451109,34.9083956275409],[107.55279160143922,34.9083941849271],[107.55279175655902,34.9083922149061],[107.55279220640632,34.90839074126834],[107.55279277776417,34.90838950289555],[107.55279351458304,34.908388285205405],[107.55279437549774,34.90838729243892],[107.55279548977464,34.9083862686485],[107.55279595254858,34.90838595840897],[107.55279638429859,34.90838568694938],[107.55280313230676,34.908393139174066],[107.55280270314208,34.908393405462995],[107.55279600425524,34.90838607474877]]},
{"type":"LineString","coordinates":[[107.55288281965377,34.90840543743434],[107.55287544560639,34.90841104725408],[107.55287577284011,34.90841140221947],[107.55288310725412,34.9084058113148],[107.55288284430522,34.90840540045714],[107.55288208832712,34.90840443083307],[107.55288146382348,34.90840380632943],[107.55288050241658,34.90840301748273],[107.55287918767206,34.90840224507033],[107.5528778318418,34.90840171095538],[107.55287676361189,34.908401423355016],[107.55287522700424,34.90840126722911],[107.5528736903966,34.90840136583495],[107.55287255642946,34.908401608240965],[107.55287126222784,34.908402064292964],[107.55287031314664,34.908402557322155],[107.55286903127075,34.90840334616886]]},
{"type":"LineString","coordinates":[[107.55278930360294,34.90831192220689],[107.5527806913119,34.90831719201251],[107.55278096086718,34.9083175693899],[107.55278973489138,34.908312353495326],[107.55278860275922,34.90831089789685],[107.55278747062707,34.90830971185363],[107.55278596111754,34.908308525810426],[107.55278434378587,34.908307878877764],[107.55278267254317,34.90830739367827],[107.55278067783414,34.908307124123],[107.55277792837033,34.90830766323354],[107.55277654689955,34.90830805408871],[107.55277536085634,34.9083083910328],[107.55277397264668,34.908308903187816],[107.55277502391226,34.90830773062236],[107.55277583257808,34.908306382845986],[107.55277631777757,34.90830454987012],[107.55277669515496,34.90830293253847],[107.55277664124391,34.90830093782943],[107.5527760482223,34.90829856574301],[107.55277522079857,34.90829698844938],[107.55277484342119,34.90829636847224],[107.55276637416866,34.90830211447461],[107.55276667067946,34.908302491852],[107.55277497819883,34.90829688062727]]},
{"type":"LineString","coordinates":[[107.55850256507262,34.90476361972603],[107.55850844418704,34.904771325433195],[107.55850885091822,34.904771007443365],[107.55850292373559,34.904763261063074],[107.55850252070195,34.90476356796024],[107.55850206960007,34.90476396729631],[107.55850147059596,34.904764558905306],[107.55850091596253,34.90476520228009],[107.55850047965089,34.90476583086465],[107.55849990283211,34.9047668144146],[107.55849963660808,34.904767428208935],[107.55849932601335,34.904768271251754],[107.55849898583817,34.904769779854696],[107.55849889709683,34.904770534156164],[107.55849889709683,34.90477164342303],[107.55849901541863,34.904772752689894],[107.55849928164268,34.904773950698115],[107.55849974013965,34.90477511912588],[107.5585000655246,34.90477581426645],[107.55850074587495,34.904776864372415]]},
{"type":"LineString","coordinates":[[107.55270553088121,34.90825436977989],[107.55271202378997,34.90826154303895],[107.5527124674967,34.908261276814905],[107.55270588954419,34.90825401111693],[107.55270548651055,34.908254318014095],[107.55270503540866,34.90825471735017],[107.55270443640455,34.90825530895916],[107.55270388177112,34.908255952333946],[107.55270344545949,34.908256580918504],[107.55270286864071,34.90825756446846],[107.55270260241667,34.90825817826279],[107.55270229182194,34.90825902130561],[107.55270195164677,34.90826052990855],[107.55270186290542,34.90826128421002],[107.55270186290542,34.90826239347689],[107.55270198122723,34.90826350274375],[107.55270224745128,34.90826470075197],[107.55270270594825,34.908265869179736],[107.5527030313332,34.90826656432031],[107.55270371168355,34.90826761442627]]},
{"type":"LineString","coordinates":[[107.55314316687657,34.908173165946444],[107.55314987093408,34.90818052445292],[107.55314944047673,34.90818079785151],[107.55314267824932,34.90817335209017],[107.55314319272988,34.9081730470213],[107.55314406140056,34.908172581662015],[107.55314490680327,34.908172224886556],[107.55314585303383,34.90817193015901],[107.55314710174792,34.90817171299134],[107.5531481643183,34.90817163543146],[107.5531497232719,34.9081717362593],[107.55315097974199,34.908172015474875],[107.55315211211625,34.90817243429824],[107.5531532600025,34.90817300824136],[107.55315442340073,34.908173768328204],[107.55315524553548,34.908174559439004],[107.55315580396663,34.908175148894095],[107.55315658732144,34.90817621146448],[107.55315616074209,34.90817548240159],[107.55315573416274,34.90817459046295],[107.5531554316792,34.90817369076832],[107.55315510592767,34.90817231795841],[107.55315501285581,34.90817087534461],[107.5531551679756,34.90816890532361],[107.55315561782291,34.908167431685854],[107.55315618918075,34.908166193313065],[107.55315692599963,34.90816497562292],[107.55315778691433,34.90816398285643],[107.55315890119122,34.90816295906601],[107.55315936396516,34.90816264882648],[107.55315979571517,34.90816237736689],[107.55316654372335,34.90816982959158],[107.55316611455866,34.90817009588051],[107.55315941567183,34.90816276516628]]},
{"type":"LineString","coordinates":[[107.55312872709125,34.90824115553853],[107.55312731206597,34.90824225866245],[107.55312663499471,34.90824391970103],[107.55312619873168,34.90824559866534],[107.5531259759019,34.908247215165],[107.55312585434014,34.90824859033268],[107.55312594551148,34.90825004907409],[107.55312627980639,34.90825141664416],[107.55312646214907,34.90825220679576],[107.55312716112932,34.90825363514673],[107.55312740425289,34.90825403022252],[107.55313534651029,34.90824858410316],[107.55313500271836,34.9082482004238],[107.5531272674959,34.90825358956106]]},
{"type":"LineString","coordinates":[[107.55882452022156,34.904624457592234],[107.5588326255789,34.904618288160144],[107.55883228519643,34.90461782013426],[107.5588241372913,34.90462411720977],[107.55882445639986,34.90462454268785],[107.55882534990381,34.90462554256133],[107.55882628595558,34.90462630842186],[107.55882737092467,34.90462703173459],[107.55882871118061,34.904627648677796],[107.55883060455804,34.9046282017993],[107.55883232774424,34.904628329442716],[107.55883356163066,34.90462828689491],[107.5588354975559,34.90462792523854],[107.55883732711163,34.904627138104104],[107.55883866736757,34.90462630842186],[107.55883747602896,34.90462730829534],[107.5588365399772,34.904628329442716],[107.55883573156885,34.904629690972556],[107.55883517844734,34.90463094613289],[107.55883475296926,34.90463260549738],[107.55883458277803,34.904634477600915],[107.55883481679096,34.904636477347864],[107.55883530609076,34.90463815798626],[107.55883598685567,34.90463947696829],[107.55883653997718,34.90464037047225],[107.55883690163354,34.90464079595033],[107.55884500699085,34.90463458662968],[107.55884469054153,34.9046341744478],[107.55883656523996,34.90464037579074]]},
{"type":"LineString","coordinates":[[107.55304729603867,34.90813169774147],[107.55305540139601,34.90812552830938],[107.55305506101354,34.908125060283496],[107.5530469131084,34.908131357359004],[107.55304723221697,34.90813178283708],[107.55304812572092,34.90813278271056],[107.55304906177268,34.908133548571094],[107.55305014674178,34.908134271883824],[107.55305148699772,34.90813488882703],[107.55305338037515,34.90813544194853],[107.55305510356135,34.90813556959195],[107.55305633744777,34.908135527044145],[107.55305827337301,34.908135165387776],[107.55306010292874,34.90813437825334],[107.55306144318467,34.908133548571094],[107.55306025184606,34.90813454844457],[107.5530593157943,34.90813556959195],[107.55305850738596,34.90813693112179],[107.55305795426445,34.90813818628212],[107.55305752878637,34.908139845646616],[107.55305735859514,34.90814171775015],[107.55305759260807,34.9081437174971],[107.55305808190786,34.908145398135495],[107.55305876267278,34.908146717117525],[107.55305931579429,34.908147610621484],[107.55305967745065,34.90814803609956],[107.55306778280796,34.908141826778916],[107.55306746635864,34.90814141459703],[107.55305934105706,34.908147615939974]]},
{"type":"LineString","coordinates":[[107.55302684118014,34.90806656945795],[107.55302571602701,34.908065368664275],[107.55302473269991,34.908064650079076],[107.55302372100759,34.90806415841553],[107.55302251996724,34.90806354522839],[107.55302109364231,34.908062994148295],[107.55301944040205,34.90806270240002],[107.55301772232885,34.90806263756706],[107.55301606908857,34.90806283206592],[107.55301425376594,34.90806344797896],[107.55301337852109,34.908063836976666],[107.55301289227396,34.908064161141425],[107.55301929452787,34.90807139001549],[107.55301971796813,34.90807111143643],[107.55301338662518,34.90806399905905]]},
{"type":"LineString","coordinates":[[107.55247355420794,34.90801994059193],[107.55246580028881,34.908024974895504],[107.55246612752254,34.9080253298609],[107.55247384180828,34.90802031447239],[107.55247357885938,34.90801990361473],[107.55247282288128,34.90801893399066],[107.55247219837764,34.90801830948702],[107.55247123697075,34.90801752064032],[107.55246992222622,34.908016748227915],[107.55246856639596,34.90801621411297],[107.55246749816605,34.908015926512604],[107.5524659615584,34.9080157703867],[107.55246442495076,34.908015868992536],[107.55246329098362,34.90801611139855],[107.552461996782,34.90801656745055],[107.5524610477008,34.90801706047974],[107.5524597658249,34.90801784932645]]},
{"type":"LineString","coordinates":[[107.5524466907032,34.90802623754744],[107.5524451890983,34.90802730211813],[107.55244438622209,34.90802884584403],[107.55244394995906,34.90803052480834],[107.55244372712929,34.908032141308],[107.55244360556752,34.90803351647568],[107.55244369673886,34.90803497521709],[107.55244403103377,34.90803634278716],[107.55244421337645,34.90803713293876],[107.5524449123567,34.90803856128973],[107.55244515548027,34.90803895636552],[107.5524533652808,34.90803374382124],[107.55245302148887,34.90803336014188],[107.55244501872328,34.908038515704064]]},
{"type":"LineString","coordinates":[[107.55828902093569,34.904509414323364],[107.55828375131087,34.904502505820005],[107.55828337310813,34.904502757955164],[107.5582887183735,34.90450974209907],[107.55828909657625,34.904509489963914],[107.55828987819524,34.904508758771954],[107.55829035725203,34.9045082040746],[107.55829078588181,34.9045077250178],[107.55829136579267,34.90450679211771],[107.55829187006299,34.904505506228396],[107.55829227347925,34.90450381692283],[107.5582923491198,34.90450185026859],[107.55829197091705,34.90450011053599],[107.55829136579267,34.90449859772504],[107.55829043289259,34.90449716055463]]},
{"type":"LineString","coordinates":[[107.5524635053168,34.90803998731816],[107.55245823569197,34.9080330788148],[107.55245785748923,34.90803333094996],[107.55246320275461,34.90804031509387],[107.55246358095735,34.90804006295871],[107.55246436257634,34.90803933176675],[107.55246484163314,34.9080387770694],[107.55246527026291,34.9080382980126],[107.55246585017377,34.908037365112506],[107.55246635444409,34.908036079223194],[107.55246675786036,34.90803438991763],[107.5524668335009,34.908032423263386],[107.55246645529816,34.90803068353079],[107.55246585017377,34.908029170719836]]},
{"type":"LineString","coordinates":[[107.55226167587409,34.90806730481288],[107.55225713951357,34.90806247477281],[107.5522574263148,34.908062294226234],[107.55226203358988,34.90806719185],[107.55226169940804,34.90806739894861],[107.55226103575113,34.90806776137117],[107.5522603061992,34.90806803907158],[107.55225976491874,34.90806820380911],[107.55225899771254,34.90806834971949],[107.55225829640133,34.908068410907724],[107.55225775276752,34.90806841326111],[107.55225691966629,34.90806832853895],[107.55225614775328,34.90806815909463],[107.55225552475504,34.90806801120524],[107.55225473756343,34.908067676648805],[107.55225404877079,34.90806736177217],[107.55225316318024,34.90806681073805],[107.55225249636209,34.908066303463876],[107.55225180527474,34.90806557091128],[107.5522523452389,34.908066533581014],[107.55225259978941,34.90806717025669],[107.5522527786473,34.90806784803396],[107.55225291043732,34.90806866701483],[107.5522530647813,34.908069605268224],[107.55225307422161,34.90807044188613],[107.55225267885153,34.90807168447779],[107.55225229760181,34.90807244697721],[107.55225155098772,34.90807353998133],[107.55225076520283,34.908074339780065],[107.55225018626805,34.90807476868597],[107.55224988444537,34.90807496637103],[107.55224535946974,34.908070219195885],[107.55224563074067,34.90807001362387],[107.55225016773511,34.908074730737525]]},
{"type":"LineString","coordinates":[[107.55252155679679,34.907959960750794],[107.55251702043627,34.907955130710725],[107.5525173072375,34.90795495016415],[107.55252191451258,34.907959847787914],[107.55252158033073,34.90796005488652],[107.55252091667383,34.907960417309084],[107.5525201871219,34.90796069500949],[107.55251964584144,34.90796085974702],[107.55251887863524,34.907961005657405],[107.55251817732403,34.90796106684564],[107.55251763369021,34.907961069199025],[107.55251680058899,34.907960984476865],[107.55251602867598,34.907960815032546],[107.55251540567774,34.90796066714315],[107.55251461848613,34.90796033258672],[107.55251392969349,34.90796001771008],[107.55251304410294,34.90795946667596],[107.55251237728478,34.90795895940179],[107.55251168619743,34.907958226849196],[107.5525122261616,34.90795918951893],[107.55251248071211,34.907959826194606],[107.55251265957,34.90796050397187],[107.55251279136002,34.907961322952744],[107.552512945704,34.90796226120614],[107.55251295514431,34.907963097824044],[107.55251255977423,34.9079643404157],[107.55251217852451,34.90796510291512],[107.55251143191042,34.90796619591924],[107.55251064612553,34.90796699571798],[107.55251006719075,34.907967424623884],[107.55250976536807,34.907967622308945],[107.55250524039243,34.9079628751338],[107.55250551166337,34.90796266956178],[107.55251004865781,34.90796738667544]]},
{"type":"LineString","coordinates":[[107.55278266267334,34.90779827760054],[107.55277812631282,34.90779344756047],[107.55277841311404,34.90779326701389],[107.55278302038913,34.90779816463766],[107.55278268620728,34.90779837173627],[107.55278202255037,34.90779873415883],[107.55278129299845,34.90779901185924],[107.55278075171799,34.90779917659677],[107.55277998451179,34.90779932250715],[107.55277928320058,34.907799383695384],[107.55277873956676,34.90779938604877],[107.55277790646554,34.90779930132661],[107.55277713455253,34.90779913188229],[107.55277651155428,34.9077989839929],[107.55277572436268,34.907798649436465],[107.55277503557004,34.90779833455983],[107.55277414997948,34.90779778352571],[107.55277348316133,34.907797276251536],[107.55277279207398,34.90779654369894],[107.55277333203814,34.907797506368674],[107.55277358658866,34.90779814304435],[107.55277376544655,34.90779882082162],[107.55277389723656,34.90779963980249],[107.55277405158054,34.907800578055884],[107.55277406102086,34.90780141467379],[107.55277366565078,34.90780265726545],[107.55277328440106,34.90780341976487],[107.55277253778696,34.90780451276899],[107.55277175200207,34.907805312567724],[107.5527711730673,34.90780574147363],[107.55277087124462,34.90780593915869],[107.55276634626898,34.907801191983545],[107.55276661753992,34.90780098641153],[107.55277115453435,34.907805703525185]]},
{"type":"LineString","coordinates":[[107.5528350556246,34.90774958749451],[107.55284177055198,34.90775668679461],[107.55284221425872,34.90775642057057],[107.55283541428757,34.90774922883155],[107.55283501125393,34.90774953572871],[107.55283456015205,34.907749935064786],[107.55283396114794,34.90775052667378],[107.55283340651451,34.90775117004856],[107.55283297020287,34.90775179863312],[107.5528323933841,34.907752782183074],[107.55283212716006,34.90775339597741],[107.55283181656533,34.90775423902023],[107.55283147639015,34.90775574762317],[107.55283138764881,34.90775650192464],[107.55283138764881,34.907757611191506],[107.55283150597062,34.90775872045837],[107.55283177219466,34.90775991846659],[107.55283223069164,34.907761086894354],[107.55283255607658,34.907761782034925],[107.55283323642693,34.90776283214089]]},
{"type":"LineString","coordinates":[[107.55283184295601,34.9077799373145],[107.55283771659866,34.90777559447954],[107.55283746701045,34.90777534489133],[107.55283147689329,34.90777975428315],[107.5528318346364,34.90778013698508],[107.55283239205008,34.90778060288308],[107.55283315745395,34.90778105214187],[107.5528338063833,34.907781418204586],[107.55283508760282,34.90778193402023],[107.55283663504974,34.90778218360845],[107.5528381991359,34.9077821336908],[107.55283944707698,34.90778180090651],[107.5528405119867,34.90778135164773],[107.55284132730822,34.90778083583208],[107.55284217590813,34.907780369934066],[107.55284116091606,34.9077812018948],[107.55284064510042,34.90778196729866],[107.55284017920242,34.90778294901231],[107.55283986305734,34.907783947365175],[107.55283966338678,34.90778529514154],[107.55283986305734,34.907787042259045],[107.55284012928477,34.90778809052955],[107.55284061182198,34.907789122160835],[107.55284121083369,34.90779003731763],[107.55284154361799,34.907790403380346],[107.55284177656698,34.907790719525416],[107.55284768348807,34.90778629349438],[107.55284743389986,34.90778604390617],[107.55284162681406,34.90779028690584]]},
{"type":"LineString","coordinates":[[107.55286055218225,34.90776288989791],[107.5528664258249,34.90775854706295],[107.55286617623669,34.907758297474736],[107.55286018611953,34.907762706866556],[107.55286054386264,34.90776308956849],[107.55286110127632,34.90776355546649],[107.55286186668019,34.90776400472528],[107.55286251560955,34.907764370787994],[107.55286379682906,34.90776488660364],[107.55286534427599,34.907765136191856],[107.55286690836215,34.90776508627421],[107.55286815630322,34.90776475348992],[107.55286922121294,34.90776430423114],[107.55287003653446,34.90776378841549],[107.55287088513437,34.907763322517475],[107.5528698701423,34.90776415447821],[107.55286935432666,34.90776491988207],[107.55286888842866,34.90776590159572],[107.55286857228359,34.907766899948584],[107.55286837261302,34.907768247724945],[107.55286857228359,34.907769994842454],[107.55286883851102,34.90777104311296],[107.55286932104822,34.907772074744244],[107.55286992005993,34.90777298990104],[107.55287025284423,34.907773355963755],[107.55287048579322,34.907773672108824],[107.55287639271431,34.90776924607779],[107.5528761431261,34.90776899648958],[107.5528703360403,34.90777323948925]]},
{"type":"LineString","coordinates":[[107.55287072178962,34.90774191243886],[107.55287540606125,34.90774717176175],[107.55287509457514,34.90774733948503],[107.55287029050118,34.90774198432027],[107.55287072178962,34.907741792636514],[107.55287156040602,34.90774138530855],[107.55287259070617,34.907741025901515],[107.5528734053621,34.90774090609917],[107.55287450754368,34.90774083421777],[107.55287534616008,34.907740882138704],[107.55287642438117,34.90774107382246],[107.55287745468132,34.90774150511089],[107.55287874854663,34.90774227184589],[107.55287941943976,34.907742918778546],[107.55288058751263,34.907743907147875],[107.5528800304317,34.907743044571],[107.55287965904444,34.90774236768777],[107.55287944340023,34.90774136134808],[107.55287949132116,34.90774035500839],[107.55287963508397,34.90773870173605],[107.55287999449101,34.907737671435896],[107.55288042577945,34.90773680885902],[107.55288119251445,34.90773558687512],[107.552882294696,34.90773470033778],[107.55288279786585,34.90773431697028],[107.55288310935194,34.907734149247],[107.55288786550497,34.907739456490816],[107.55288753005841,34.907739696095504],[107.55288286974725,34.9077345326145]]},
{"type":"LineString","coordinates":[[107.55299734341084,34.90766467930116],[107.55300202768247,34.90766993862405],[107.55300171619636,34.90767010634733],[107.5529969121224,34.90766475118257],[107.55299734341084,34.90766455949882],[107.55299818202724,34.90766415217085],[107.55299921232739,34.90766379276382],[107.55300002698333,34.907663672961476],[107.5530011291649,34.907663601080074],[107.5530019677813,34.90766364900101],[107.55300304600239,34.90766384068476],[107.55300407630254,34.907664271973196],[107.55300537016785,34.907665038708195],[107.55300604106098,34.90766568564085],[107.55300720913385,34.90766667401018],[107.55300665205291,34.907665811433304],[107.55300628066566,34.90766513455007],[107.55300606502145,34.907664128210385],[107.55300611294238,34.9076631218707],[107.55300625670519,34.907661468598356],[107.55300661611223,34.9076604382982],[107.55300704740067,34.907659575721325],[107.55300781413567,34.907658353737425],[107.55300891631722,34.90765746720008],[107.55300941948707,34.90765708383258],[107.55300973097316,34.9076569161093],[107.55301448712619,34.90766222335312],[107.55301415167963,34.90766246295781],[107.55300949136847,34.9076572994768]]},
{"type":"LineString","coordinates":[[107.55863507426155,34.904160906490226],[107.55864027037228,34.90416780067636],[107.55863989679568,34.90416803840692],[107.55863459880042,34.90416107629777],[107.55863496388663,34.904160787624946],[107.55863541387662,34.904160507442505],[107.55863601669338,34.904160159337046],[107.55863650064487,34.90415992160649],[107.55863718836541,34.90415964142405],[107.55863813079726,34.90415936124161],[107.55863898832534,34.9041592169052],[107.5586399222668,34.90415914049181],[107.55864101752542,34.90415919143407],[107.5586420618418,34.90415936124161],[107.55864322502345,34.90415970085669],[107.5586441250034,34.904160116885166],[107.55864499102186,34.90416061781741],[107.5586456447809,34.9041611017689],[107.55864618816503,34.904161602701144],[107.5586470796546,34.90416259607526],[107.55864640891483,34.9041616196819],[107.5586460862805,34.90416094045174],[107.5586457551558,34.90416015933705],[107.55864548346374,34.90415921690521],[107.55864530516581,34.90415815560808],[107.55864528818503,34.90415671224398],[107.55864549195408,34.90415501416858],[107.5586459674152,34.904153723631275],[107.5586467824914,34.90415233120944],[107.55864766549061,34.90415124444118],[107.5586485569802,34.90415041238423],[107.55864892206641,34.90415015767292],[107.55865422855206,34.90415712827245],[107.55865387195622,34.90415739996452],[107.55864858245133,34.904150480307244]]},
{"type":"LineString","coordinates":[[107.55284421261499,34.90772566345022],[107.55284980352829,34.90773184232211],[107.55284942995169,34.90773208005267],[107.55284373715386,34.907725833257764],[107.55284410224007,34.90772554458494],[107.55284455223006,34.9077252644025],[107.55284515504682,34.90772491629704],[107.5528456389983,34.90772467856649],[107.55284632671885,34.90772439838405],[107.5528472691507,34.90772411820161],[107.55284812667878,34.907723973865195],[107.55284906062025,34.9077238974518],[107.55285015587886,34.907723948394064],[107.55285120019524,34.90772411820161],[107.55285236337689,34.907724457816684],[107.55285326335684,34.90772487384516],[107.5528541293753,34.90772537477741],[107.55285478313434,34.907725858728895],[107.55285532651847,34.90772635966114],[107.55285621800805,34.907727353035256],[107.55285554726827,34.9077263766419],[107.55285522463394,34.907725697411735],[107.55285489350923,34.90772491629705],[107.55285462181718,34.9077239738652],[107.55285444351925,34.907722912568076],[107.55285442653847,34.90772146920398],[107.55285463030752,34.907719771128576],[107.55285510576864,34.90771848059127],[107.55285592084483,34.907717088169434],[107.55285680384405,34.90771600140118],[107.55285769533364,34.90771516934423],[107.55285806041985,34.90771491463292],[107.55286472536588,34.907722084756315],[107.55286436877005,34.90772235644838],[107.55285772080477,34.90771523726724]]},
{"type":"LineString","coordinates":[[107.55297652877297,34.907643801357615],[107.55298211968628,34.9076499802295],[107.55298174610968,34.90765021796006],[107.55297605331185,34.90764397116516],[107.55297641839806,34.907643682492335],[107.55297686838804,34.907643402309894],[107.55297747120481,34.907643054204435],[107.5529779551563,34.90764281647388],[107.55297864287684,34.90764253629144],[107.55297958530869,34.907642256109],[107.55298044283677,34.90764211177259],[107.55298137677823,34.907642035359196],[107.55298247203685,34.90764208630146],[107.55298351635322,34.907642256109],[107.55298467953487,34.90764259572408],[107.55298557951483,34.907643011752555],[107.55298644553329,34.9076435126848],[107.55298709929232,34.90764399663629],[107.55298764267646,34.90764449756853],[107.55298853416603,34.90764549094265],[107.55298786342625,34.90764451454929],[107.55298754079193,34.90764383531913],[107.55298720966722,34.90764305420444],[107.55298693797516,34.907642111772596],[107.55298675967724,34.90764105047547],[107.55298674269646,34.90763960711137],[107.55298694646551,34.90763790903597],[107.55298742192663,34.907636618498664],[107.55298823700282,34.90763522607683],[107.55298912000204,34.90763413930857],[107.55299001149163,34.90763330725162],[107.55299037657784,34.90763305254031],[107.55299704152387,34.90764022266371],[107.55299668492803,34.907640494355775],[107.55299003696275,34.90763337517463]]},
{"type":"LineString","coordinates":[[107.55296011124719,34.90792097315923],[107.55296627387817,34.90791693414711],[107.55296602428996,34.9079166845589],[107.55295974518447,34.907920790127875],[107.55296010292757,34.90792117282981],[107.55296066034126,34.90792163872781],[107.55296142574512,34.9079220879866],[107.55296207467448,34.90792245404931],[107.552963355894,34.907922969864956],[107.55296490334092,34.907923219453174],[107.55296646742708,34.90792316953553],[107.55296771536815,34.90792283675124],[107.55296878027788,34.907922387492455],[107.5529695955994,34.907921871676805],[107.5529704441993,34.907921405778794],[107.55296942920724,34.90792223773953],[107.5529689133916,34.90792300314339],[107.5529684474936,34.907923984857035],[107.55296813134852,34.9079249832099],[107.55296793167795,34.907926330986264],[107.55296813134852,34.90792807810377],[107.55296839757595,34.90792912637428],[107.55296888011316,34.90793015800556],[107.55296947912487,34.90793107316236],[107.55296981190916,34.907931439225074],[107.55297004485816,34.90793175537014],[107.55297624076758,34.907927633161954],[107.55297599117937,34.90792738357374],[107.55296989510524,34.90793132275057]]},
{"type":"LineString","coordinates":[[107.55298444948738,34.907923006685095],[107.55298913375901,34.907928266007985],[107.55298882227291,34.907928433731264],[107.55298401819894,34.907923078566505],[107.55298444948738,34.90792288688275],[107.55298528810378,34.907922479554784],[107.55298631840394,34.90792212014775],[107.55298713305987,34.90792200034541],[107.55298823524144,34.907921928464006],[107.55298907385784,34.90792197638494],[107.55299015207893,34.907922168068694],[107.55299118237909,34.90792259935713],[107.5529924762444,34.90792336609213],[107.55299314713753,34.90792401302478],[107.5529943152104,34.90792500139411],[107.55299375812946,34.907924138817236],[107.5529933867422,34.907923461934004],[107.552993171098,34.90792245559432],[107.55299321901893,34.90792144925463],[107.55299336278173,34.90791979598229],[107.55299372218877,34.90791876568213],[107.55299415347721,34.90791790310526],[107.55299492021221,34.90791668112136],[107.55299602239377,34.907915794584014],[107.55299652556361,34.907915411216514],[107.5529968370497,34.907915243493235],[107.55300159320274,34.90792055073705],[107.55300125775618,34.90792079034174],[107.55299659744502,34.907915626860735]]},
{"type":"LineString","coordinates":[[107.55309248552369,34.907868998065965],[107.55308794916317,34.907864168025895],[107.5530882359644,34.90786398747932],[107.55309284323948,34.907868885103085],[107.55309250905763,34.90786909220169],[107.55309178204894,34.90786957024809],[107.55309059228239,34.90787007081881],[107.55309005100193,34.90787023555634],[107.55308928379573,34.90787038146672],[107.55308858248452,34.90787044265495],[107.5530880388507,34.90787044500834],[107.55308720574948,34.90787036028618],[107.55308643383647,34.90787019084186],[107.55308581083823,34.90787004295247],[107.55308502364662,34.907869708396035],[107.55308433485398,34.9078693935194],[107.55308344926343,34.90786884248528],[107.55308278244527,34.907868335211106],[107.55308209135792,34.90786760265851],[107.55308263132208,34.90786856532824],[107.5530828858726,34.90786920200392],[107.55308306473049,34.90786987978119],[107.5530831965205,34.90787069876206],[107.55308335086448,34.907871637015454],[107.5530833603048,34.90787247363336],[107.55308296493472,34.90787371622502],[107.553082583685,34.90787447872444],[107.5530818370709,34.90787557172856],[107.55308105128601,34.907876371527294],[107.55308047235124,34.9078768004332],[107.55308017052856,34.90787699811826],[107.55307564555292,34.907872250943115],[107.55307591682386,34.9078720453711],[107.5530804538183,34.907876762484754]]},
{"type":"LineString","coordinates":[[107.55320116771581,34.90780203569956],[107.55319663135529,34.90779720565949],[107.55319691815652,34.90779702511291],[107.5532015254316,34.90780192273668],[107.55320119124976,34.90780212983529],[107.55320058365143,34.90780250457162],[107.55319947271448,34.907803013865674],[107.55319893143403,34.9078031786032],[107.55319816422782,34.90780332451359],[107.55319746291661,34.90780338570182],[107.5531969192828,34.90780338805521],[107.55319608618157,34.90780330333305],[107.55319531426856,34.90780313388873],[107.55319469127032,34.90780298599933],[107.55319390407871,34.9078026514429],[107.55319321528607,34.90780233656626],[107.55319232969552,34.90780178553214],[107.55319166287737,34.90780127825797],[107.55319097179002,34.90780054570538],[107.55319151175418,34.90780150837511],[107.55319176630469,34.90780214505079],[107.55319194516258,34.90780282282805],[107.5531920769526,34.907803641808925],[107.55319223129658,34.90780458006232],[107.55319224073689,34.907805416680226],[107.55319184536681,34.907806659271884],[107.55319146411709,34.9078074217713],[107.553190717503,34.907808514775425],[107.55318993171811,34.90780931457416],[107.55318935278333,34.907809743480065],[107.55318905096065,34.90780994116513],[107.55318452598502,34.90780519398998],[107.55318479725595,34.907804988417965],[107.55318933425039,34.90780970553162]]},
{"type":"LineString","coordinates":[[107.55323142582083,34.9077837773197],[107.5532268894603,34.90777894727963],[107.55322717626153,34.90777876673305],[107.55323178353662,34.90778366435682],[107.55323144935477,34.90778387145543],[107.55323084175645,34.90778424619176],[107.5532297308195,34.907784755485814],[107.55322918953904,34.90778492022334],[107.55322842233284,34.90778506613373],[107.55322772102163,34.90778512732196],[107.55322717738781,34.90778512967535],[107.55322634428659,34.90778504495319],[107.55322557237358,34.90778487550887],[107.55322494937533,34.90778472761947],[107.55322416218372,34.90778439306304],[107.55322347339109,34.9077840781864],[107.55322258780053,34.90778352715228],[107.55322192098238,34.90778301987811],[107.55322122989503,34.90778228732552],[107.55322176985919,34.90778324999525],[107.5532220244097,34.90778388667093],[107.5532222032676,34.90778456444819],[107.55322233505761,34.907785383429065],[107.55322248940159,34.90778632168246],[107.5532224988419,34.907787158300366],[107.55322210347182,34.907788400892024],[107.5532217222221,34.90778916339144],[107.55322097560801,34.907790256395565],[107.55322018982312,34.9077910561943],[107.55321961088835,34.907791485100205],[107.55321930906567,34.907791682785266],[107.55321478409003,34.90778693561012],[107.55321505536097,34.907786730038104],[107.5532195923554,34.90779144715176]]},
{"type":"LineString","coordinates":[[107.5531868562473,34.907782376596195],[107.55318231988677,34.907777546556126],[107.553182606688,34.90777736600955],[107.55318721396308,34.907782263633315],[107.55318687978124,34.907782470731924],[107.55318627218291,34.907782845468255],[107.55318516124596,34.90778335476231],[107.5531846199655,34.90778351949984],[107.5531838527593,34.90778366541022],[107.5531831514481,34.90778372659845],[107.55318260781428,34.90778372895184],[107.55318177471305,34.90778364422968],[107.55318100280005,34.90778347478536],[107.5531803798018,34.90778332689597],[107.55317959261019,34.907782992339534],[107.55317890381755,34.9077826774629],[107.553178018227,34.90778212642878],[107.55317735140885,34.907781619154605],[107.5531766603215,34.90778088660201],[107.55317720028566,34.90778184927174],[107.55317745483617,34.90778248594742],[107.55317763369406,34.90778316372469],[107.55317776548408,34.90778398270556],[107.55317791982806,34.90778492095895],[107.55317792926837,34.90778575757686],[107.55317753389829,34.90778700016852],[107.55317715264857,34.90778776266794],[107.55317640603448,34.90778885567206],[107.55317562024959,34.90778965547079],[107.55317504131482,34.9077900843767],[107.55317473949214,34.90779028206176],[107.5531702145165,34.907785534886614],[107.55317048578743,34.9077853293146],[107.55317502278187,34.907790046428254]]},
{"type":"LineString","coordinates":[[107.55306086190926,34.90785987457942],[107.55305632554874,34.90785504453935],[107.55305661234996,34.907854863992775],[107.55306121962505,34.90785976161654],[107.5530608854432,34.90785996871515],[107.55306027784488,34.90786034345148],[107.55305916690793,34.907860852745536],[107.55305862562747,34.907861017483064],[107.55305785842127,34.90786116339345],[107.55305715711006,34.90786122458168],[107.55305661347624,34.90786122693507],[107.55305578037502,34.90786114221291],[107.55305500846201,34.90786097276859],[107.55305438546377,34.907860824879194],[107.55305359827216,34.90786049032276],[107.55305290947952,34.907860175446125],[107.55305202388897,34.907859624412005],[107.55305135707081,34.90785911713783],[107.55305066598346,34.90785838458524],[107.55305120594763,34.90785934725497],[107.55305146049814,34.90785998393065],[107.55305163935603,34.907860661707915],[107.55305177114604,34.90786148068879],[107.55305192549002,34.90786241894218],[107.55305193493034,34.90786325556009],[107.55305153956026,34.907864498151746],[107.55305115831054,34.907865260651164],[107.55305041169645,34.90786635365529],[107.55304962591156,34.90786715345402],[107.55304904697678,34.90786758235993],[107.5530487451541,34.90786778004499],[107.55304422017846,34.90786303286984],[107.5530444914494,34.907862827297826],[107.55304902844384,34.90786754441148]]},
{"type":"LineString","coordinates":[[107.5530329118398,34.90787768147852],[107.55302837547927,34.90787285143845],[107.5530286622805,34.90787267089187],[107.55303326955558,34.90787756851564],[107.55303293537374,34.907877775614246],[107.55303232777541,34.90787815035058],[107.55303121683846,34.90787865964463],[107.553030675558,34.90787882438216],[107.5530299083518,34.90787897029254],[107.5530292070406,34.907879031480775],[107.55302866340678,34.90787903383416],[107.55302783030555,34.907878949112],[107.55302705839254,34.90787877966768],[107.5530264353943,34.90787863177829],[107.55302564820269,34.907878297221856],[107.55302495941005,34.90787798234522],[107.5530240738195,34.9078774313111],[107.55302340700135,34.90787692403693],[107.553022715914,34.907876191484334],[107.55302325587816,34.907877154154065],[107.55302351042867,34.907877790829744],[107.55302368928656,34.90787846860701],[107.55302382107658,34.90787928758788],[107.55302397542056,34.907880225841275],[107.55302398486087,34.90788106245918],[107.55302358949079,34.90788230505084],[107.55302320824107,34.90788306755026],[107.55302246162698,34.90788416055438],[107.55302167584209,34.907884960353115],[107.55302109690732,34.90788538925902],[107.55302079508463,34.90788558694408],[107.553016270109,34.907880839768936],[107.55301654137993,34.90788063419692],[107.55302107837437,34.907885351310576]]},
{"type":"LineString","coordinates":[[107.55303471969353,34.907831029735064],[107.55303018333301,34.907826199694995],[107.55303047013423,34.907826019148416],[107.55303507740932,34.907830916772184],[107.55303474322747,34.90783112387079],[107.55303413562915,34.90783149860712],[107.5530330246922,34.90783200790118],[107.55303248341174,34.907832172638706],[107.55303171620554,34.90783231854909],[107.55303101489433,34.90783237973732],[107.55303047126051,34.90783238209071],[107.55302963815929,34.90783229736855],[107.55302886624628,34.90783212792423],[107.55302824324804,34.907831980034835],[107.55302745605643,34.9078316454784],[107.55302676726379,34.907831330601766],[107.55302588167324,34.90783077956765],[107.55302521485508,34.907830272293474],[107.55302452376773,34.90782953974088],[107.5530250637319,34.90783050241061],[107.55302531828241,34.90783113908629],[107.5530254971403,34.907831816863556],[107.55302562893031,34.90783263584443],[107.5530257832743,34.90783357409782],[107.5530257927146,34.90783441071573],[107.55302539734453,34.90783565330739],[107.55302501609481,34.907836415806806],[107.55302426948072,34.90783750881093],[107.55302348369582,34.90783830860966],[107.55302290476105,34.90783873751557],[107.55302260293837,34.90783893520063],[107.55301807796273,34.90783418802548],[107.55301834923367,34.90783398245347],[107.5530228862281,34.90783869956712]]},
{"type":"LineString","coordinates":[[107.55316071685947,34.907753510826346],[107.55315618049895,34.90774868078628],[107.55315646730017,34.9077485002397],[107.55316107457526,34.907753397863466],[107.55316074039341,34.907753604962075],[107.55316013279509,34.907753979698406],[107.55315902185814,34.90775448899246],[107.55315848057768,34.90775465372999],[107.55315771337148,34.90775479964037],[107.55315701206027,34.907754860828604],[107.55315646842645,34.90775486318199],[107.55315563532523,34.90775477845983],[107.55315486341222,34.90775460901551],[107.55315424041397,34.90775446112612],[107.55315345322236,34.907754126569685],[107.55315276442973,34.90775381169305],[107.55315187883917,34.90775326065893],[107.55315121202102,34.907752753384756],[107.55315052093367,34.90775202083216],[107.55315106089783,34.907752983501894],[107.55315131544835,34.90775362017757],[107.55315149430623,34.90775429795484],[107.55315162609625,34.90775511693571],[107.55315178044023,34.907756055189104],[107.55315178988054,34.90775689180701],[107.55315139451046,34.90775813439867],[107.55315101326075,34.90775889689809],[107.55315026664665,34.90775998990221],[107.55314948086176,34.907760789700944],[107.55314890192699,34.90776121860685],[107.55314860010431,34.90776141629191],[107.55314407512867,34.907756669116765],[107.5531443463996,34.90775646354475],[107.55314888339404,34.907761180658404]]},
{"type":"LineString","coordinates":[[107.55320081569285,34.90769629017946],[107.55319627933233,34.90769146013939],[107.55319656613355,34.90769127959281],[107.55320117340864,34.90769617721658],[107.55320083922679,34.90769638431519],[107.55320023162847,34.90769675905152],[107.55319912069152,34.90769726834557],[107.55319857941106,34.9076974330831],[107.55319781220486,34.907697578993485],[107.55319711089365,34.907697640181716],[107.55319656725983,34.907697642535105],[107.5531957341586,34.907697557812945],[107.5531949622456,34.907697388368625],[107.55319433924736,34.90769724047923],[107.55319355205575,34.9076969059228],[107.5531928632631,34.90769659104616],[107.55319197767255,34.90769604001204],[107.5531913108544,34.90769553273787],[107.55319061976705,34.907694800185276],[107.55319115973121,34.907695762855006],[107.55319141428173,34.907696399530685],[107.55319159313962,34.90769707730795],[107.55319172492963,34.90769789628882],[107.55319187927361,34.90769883454222],[107.55319188871393,34.907699671160124],[107.55319149334385,34.90770091375178],[107.55319111209413,34.9077016762512],[107.55319036548003,34.90770276925532],[107.55318957969514,34.90770356905406],[107.55318900076037,34.90770399795996],[107.55318869893769,34.907704195645024],[107.55318417396205,34.90769944846988],[107.55318444523299,34.90769924289786],[107.55318898222743,34.90770396001152]]},
{"type":"LineString","coordinates":[[107.553263201264,34.907787272071445],[107.55326207611087,34.90778607127777],[107.55326109278377,34.90778535269257],[107.55326008109145,34.90778486102902],[107.5532588800511,34.90778424784188],[107.55325745372618,34.90778369676179],[107.55325580048591,34.90778340501351],[107.5532540824127,34.90778334018056],[107.55325084357492,34.907784774999115],[107.55325035732778,34.907785099163874],[107.5532567595817,34.90779232803794],[107.55325718302196,34.90779204945888],[107.55325085167901,34.9077849370815]]},
{"type":"LineString","coordinates":[[107.55328251161964,34.907764849293784],[107.5532890045284,34.90777202255284],[107.55328944823513,34.9077717563288],[107.55328287028262,34.907764490630825],[107.55328246724898,34.90776479752799],[107.5532820161471,34.90776519686406],[107.55328163761783,34.90776575884126],[107.5532813713938,34.90776637263559],[107.55328106079907,34.90776721567841],[107.55328072062389,34.907768724281354],[107.55328063188254,34.90776947858282],[107.55328063188254,34.90777058784969],[107.55328075020435,34.90777169711655],[107.5532810164284,34.90777289512477],[107.55328147492537,34.90777406355254],[107.55328180031032,34.90777475869311],[107.55328248066067,34.90777580879907]]},
{"type":"LineString","coordinates":[[107.55327172778173,34.9077447188194],[107.55326552813075,34.907748487234706],[107.55326571047343,34.907748821529616],[107.55327197090531,34.90774508350475],[107.55327175817219,34.907744566867166],[107.55327127192506,34.907744019839136],[107.55327078567791,34.907743381639776],[107.5532701170881,34.90774295617353],[107.55326908381294,34.907742226802824],[107.55326820249,34.90774186211747],[107.55326726038618,34.90774158860346],[107.55326650062503,34.90774137587034],[107.55326564969253,34.90774140626078],[107.55326507227406,34.90774140626078],[107.55326416056067,34.907741527822566],[107.55326288416194,34.90774198367925],[107.55326188127722,34.9077424091455],[107.55326266231168,34.907741749672816],[107.55326299052848,34.9077411965667],[107.55326323365205,34.90774076502236],[107.55326335521384,34.907740175447714],[107.55326348285374,34.90773950685791],[107.55326353147845,34.90773896590797],[107.55326361353265,34.907738048116485],[107.55326367431354,34.907737014841324],[107.55326352236132,34.907735768833035],[107.5532632488473,34.907734826729204],[107.55326276260017,34.9077337630636],[107.55326251947659,34.90773318564512],[107.55325625904472,34.90773704523177],[107.55325647177783,34.90773734913623],[107.55326254986704,34.90773361111137]]},
{"type":"LineString","coordinates":[[107.55883811054619,34.90405369624551],[107.55883042490525,34.904059525608766],[107.55883013180875,34.904059126671896],[107.55883788665304,34.9040532036806],[107.5588382041742,34.904053618900605],[107.55883857868636,34.90405420509356],[107.55883893691538,34.90405482385279],[107.55883929514441,34.90405558916025],[107.5588396126656,34.90405647659125],[107.55883972257682,34.904056871457335],[107.55883985284193,34.904057445437935],[107.55883994646997,34.90405803977246],[107.55884001974407,34.90405888649561],[107.55884001974407,34.90405975764347],[107.55883994646994,34.904060661357605],[107.55883975107233,34.90406167091213],[107.55883940912643,34.904062745599205],[107.55883879036722,34.90406409709963],[107.55883795992719,34.9040653834675],[107.55883712948717,34.90406626275692],[107.55883524064322,34.90406777708871]]},
{"type":"LineString","coordinates":[[107.55892746833439,34.90424102967243],[107.55892159826327,34.90423335217306],[107.55892199720014,34.90423304279344],[107.5589279324038,34.90424082613321],[107.55892750904222,34.90424113551283],[107.55892658090339,34.90424172170577],[107.55892562019827,34.90424216135049],[107.5589244640955,34.904242584712065],[107.55892321029391,34.904242845242266],[107.55892192392604,34.90424295922423],[107.55892013278091,34.904242845242266],[107.55891881384676,34.90424248701324],[107.5589173972138,34.904241933386565],[107.558916770313,34.90424155887439],[107.5589158584573,34.9042409563983],[107.55891487332748,34.90424008525044],[107.55891325858302,34.90423831038845]]},
{"type":"LineString","coordinates":[[107.55317030723161,34.907796973820425],[107.55316353887405,34.907789858089316],[107.55316393781092,34.9077895487097],[107.55317077130103,34.90779677028121],[107.55317034793944,34.907797079660824],[107.55316941980061,34.90779766585377],[107.55316845909549,34.907798105498486],[107.55316730299272,34.90779852886006],[107.55316604919113,34.90779878939026],[107.55316476282326,34.907798903372225],[107.55316297167813,34.90779878939026],[107.55316165274398,34.90779843116124],[107.55316023611103,34.90779787753456],[107.55315960921023,34.90779750302239],[107.55315869735452,34.907796900546295],[107.5531577122247,34.90779602939844],[107.55315609748024,34.90779425453645]]},
{"type":"LineString","coordinates":[[107.55328251161964,34.907764849293784],[107.5532890045284,34.90777202255284],[107.55328944823513,34.9077717563288],[107.55328287028262,34.907764490630825],[107.55328246724898,34.90776479752799],[107.5532820161471,34.90776519686406],[107.55328163761783,34.90776575884126],[107.5532813713938,34.90776637263559],[107.55328106079907,34.90776721567841],[107.55328072062389,34.907768724281354],[107.55328063188254,34.90776947858282],[107.55328063188254,34.90777058784969],[107.55328075020435,34.90777169711655],[107.5532810164284,34.90777289512477],[107.55328147492537,34.90777406355254],[107.55328180031032,34.90777475869311],[107.55328248066067,34.90777580879907]]},
{"type":"LineString","coordinates":[[107.55307123655182,34.90763108257184],[107.55306314383239,34.90763625246803],[107.55306285073588,34.90763585353116],[107.55307101265866,34.907630590006924],[107.55307133017982,34.90763100522693],[107.55307170469199,34.907631591419886],[107.553072062921,34.907632210179116],[107.55307242115003,34.90763297548658],[107.55307273867122,34.90763386291758],[107.55307284858245,34.90763425778366],[107.55307297884755,34.90763483176426],[107.5530730724756,34.907635426098786],[107.55307314574969,34.90763627282194],[107.55307314574969,34.9076371439698],[107.55307307247557,34.90763804768393],[107.55307287707795,34.907639057238455],[107.55307253513206,34.90764013192553],[107.55307191637284,34.907641483425955],[107.55307108593281,34.907642769793824],[107.5530702554928,34.90764364908325]]},
{"type":"LineString","coordinates":[[107.55353560853537,34.90727720258714],[107.55353107217485,34.90727237254707],[107.55353135897607,34.90727219200049],[107.55353596625116,34.90727708962426],[107.55353563206931,34.90727729672287],[107.55353502447099,34.9072776714592],[107.55353391353404,34.90727818075325],[107.55353337225358,34.90727834549078],[107.55353260504738,34.907278491401165],[107.55353190373617,34.907278552589396],[107.55353136010235,34.907278554942785],[107.55353052700113,34.907278470220625],[107.55352975508812,34.907278300776305],[107.55352913208988,34.90727815288691],[107.55352834489827,34.90727781833048],[107.55352765610563,34.90727750345384],[107.55352677051508,34.90727695241972],[107.55352610369692,34.90727644514555],[107.55352541260957,34.907275712592956],[107.55352595257374,34.907276675262686],[107.55352620712425,34.907277311938365],[107.55352638598214,34.90727798971563],[107.55352651777216,34.9072788086965],[107.55352667211613,34.9072797469499],[107.55352668155645,34.907280583567804],[107.55352628618637,34.90728182615946],[107.55352590493665,34.90728258865888],[107.55352515832256,34.907283681663],[107.55352437253767,34.90728448146174],[107.55352379360289,34.90728491036764],[107.55352349178021,34.907285108052704],[107.55351896680457,34.90728036087756],[107.55351923807551,34.90728015530554],[107.55352377506995,34.9072848724192]]},
{"type":"LineString","coordinates":[[107.55354361482576,34.90725934925062],[107.55353500253472,34.90726461905624],[107.55353527209,34.90726499643363],[107.5535440461142,34.90725978053906],[107.55354267816311,34.907258197364655],[107.55354116865358,34.90725701132145],[107.55353955132192,34.907256364388786],[107.55353788007922,34.90725587918929],[107.55353588537018,34.90725560963402],[107.55353313590638,34.907256148744565],[107.5535317544356,34.90725653959973],[107.55353056839239,34.90725687654382],[107.55352918018272,34.90725738869884],[107.5535302314483,34.90725621613338],[107.55353104011412,34.90725486835701],[107.55353152531362,34.90725303538114],[107.553531902691,34.90725141804949],[107.55353184877995,34.90724942334045],[107.55353125575834,34.90724705125403],[107.55353042833461,34.9072454739604],[107.55353005095724,34.907244853983265],[107.5535215817047,34.90725059998563],[107.5535218782155,34.90725097736302],[107.55353018573487,34.90724536613829]]},
{"type":"LineString","coordinates":[[107.55360314244685,34.907157006240226],[107.55360993974257,34.90716410009267],[107.55361038344931,34.90716383386863],[107.55360350110982,34.90715664757727],[107.55360309807618,34.90715695447443],[107.5536026469743,34.907157353810504],[107.55360204797019,34.9071579454195],[107.55360149333676,34.90715858879428],[107.55360105702512,34.90715921737884],[107.55360048020634,34.90716020092879],[107.5536002139823,34.90716081472313],[107.55359990338758,34.90716165776595],[107.5535995632124,34.90716316636889],[107.55359947447106,34.90716392067036],[107.55359947447106,34.907165029937225],[107.55359959279286,34.90716613920409],[107.55359985901691,34.90716733721231],[107.55360031751388,34.90716850564007],[107.55360064289883,34.90716920078064]]},
{"type":"LineString","coordinates":[[107.55314660640313,34.907605329614405],[107.55314040675215,34.90760909802971],[107.55314058909482,34.90760943232462],[107.55314684952671,34.907605694299754],[107.55314663679358,34.90760517766217],[107.55314615054645,34.90760463063414],[107.55314566429931,34.90760399243478],[107.5531449957095,34.90760356696853],[107.55314396243433,34.90760283759783],[107.5531430811114,34.90760247291247],[107.55314213900758,34.90760219939846],[107.55314137924643,34.90760198666534],[107.55314052831393,34.90760201705579],[107.55313995089546,34.90760201705579],[107.55313903918207,34.90760213861757],[107.55313776278334,34.907602594474255],[107.55313675989862,34.9076030199405],[107.55313754093308,34.90760236046782],[107.55313786914988,34.9076018073617],[107.55313811227344,34.907601375817364],[107.55313823383524,34.90760078624272],[107.55313836147513,34.90760011765291],[107.55313841009985,34.90759957670297],[107.55313849215405,34.90759865891149],[107.55313855293494,34.90759762563633],[107.55313840098272,34.90759637962804],[107.5531381274687,34.90759543752421],[107.55313764122157,34.9075943738586],[107.55313739809799,34.907593796440125],[107.55313113766611,34.90759765602677],[107.55313135039923,34.90759795993123],[107.55313742848844,34.90759422190637]]},
{"type":"LineString","coordinates":[[107.55321904290247,34.90752866389442],[107.55321450654195,34.90752383385435],[107.55321479334317,34.90752365330777],[107.55321940061826,34.90752855093154],[107.55321906643641,34.907528758030146],[107.55321845883809,34.90752913276648],[107.55321734790114,34.90752964206053],[107.55321680662068,34.90752980679806],[107.55321603941448,34.907529952708444],[107.55321533810327,34.907530013896675],[107.55321479446945,34.907530016250064],[107.55321396136823,34.907529931527904],[107.55321318945522,34.907529762083584],[107.55321256645698,34.90752961419419],[107.55321177926537,34.90752927963776],[107.55321109047273,34.90752896476112],[107.55321020488218,34.907528413727],[107.55320953806402,34.90752790645283],[107.55320884697667,34.907527173900235],[107.55320938694084,34.907528136569965],[107.55320964149135,34.907528773245645],[107.55320982034924,34.90752945102291],[107.55320995213926,34.90753027000378],[107.55321010648323,34.907531208257176],[107.55321011592355,34.90753204487508],[107.55320972055347,34.90753328746674],[107.55320933930375,34.90753404996616],[107.55320859268966,34.90753514297028],[107.55320780690477,34.907535942769016],[107.55320722796999,34.90753637167492],[107.55320692614731,34.90753656935998],[107.55320240117167,34.907531822184836],[107.55320267244261,34.90753161661282],[107.55320720943705,34.907536333726476]]},
{"type":"LineString","coordinates":[[107.55341679509483,34.90740707282139],[107.55341225873431,34.90740224278132],[107.55341254553554,34.907402062234745],[107.55341715281062,34.90740695985851],[107.55341681862878,34.90740716695712],[107.55341621103045,34.90740754169345],[107.5534151000935,34.907408050987506],[107.55341455881305,34.907408215725034],[107.55341379160684,34.90740836163542],[107.55341309029563,34.90740842282365],[107.55341254666182,34.90740842517704],[107.55341171356059,34.90740834045488],[107.55341094164758,34.90740817101056],[107.55341031864934,34.907408023121164],[107.55340953145773,34.90740768856473],[107.55340884266509,34.907407373688095],[107.55340795707454,34.907406822653975],[107.55340729025639,34.9074063153798],[107.55340659916904,34.90740558282721],[107.5534071391332,34.90740654549694],[107.55340739368371,34.90740718217262],[107.5534075725416,34.907407859949885],[107.55340770433162,34.90740867893076],[107.5534078586756,34.90740961718415],[107.55340786811591,34.90741045380206],[107.55340747274583,34.907411696393716],[107.55340709149611,34.907412458893134],[107.55340634488202,34.90741355189726],[107.55340555909713,34.90741435169599],[107.55340498016236,34.9074147806019],[107.55340467833967,34.90741497828696],[107.55340015336404,34.90741023111181],[107.55340042463497,34.9074100255398],[107.55340496162941,34.90741474265345]]},
{"type":"LineString","coordinates":[[107.55376851284971,34.90768856737687],[107.55377661820705,34.90768239794478],[107.55377627782458,34.9076819299189],[107.55376812991945,34.90768822699441],[107.55376844902801,34.90768865247249],[107.55376934253196,34.907689652345965],[107.55377027858373,34.9076904182065],[107.55377136355283,34.90769114151923],[107.55377270380876,34.907691758462434],[107.55377459718619,34.907692311583936],[107.55377632037239,34.907692439227354],[107.55377755425882,34.90769239667955],[107.55377949018406,34.90769203502318],[107.55378131973978,34.90769124788874],[107.55378265999572,34.9076904182065],[107.5537814686571,34.90769141807998],[107.55378053260534,34.907692439227354],[107.553779724197,34.907693800757194],[107.55377917107549,34.90769505591753],[107.55377874559741,34.90769671528202],[107.55377857540618,34.90769858738555],[107.55377880941911,34.9077005871325],[107.55377929871891,34.9077022677709],[107.55377997948382,34.90770358675293],[107.55378053260533,34.90770448025689],[107.55378089426169,34.90770490573497],[107.553788999619,34.90769869641432],[107.55378868316969,34.90769828423244],[107.55378055786811,34.90770448557538]]},
{"type":"LineString","coordinates":[[107.55374805799119,34.907623439093356],[107.55374693283805,34.90762223829968],[107.55374594951095,34.90762151971448],[107.55374493781864,34.90762102805093],[107.55374373677829,34.90762041486379],[107.55374231045336,34.9076198637837],[107.5537406572131,34.90761957203542],[107.55373893913989,34.90761950720247],[107.55373728589962,34.90761970170133],[107.55373547057698,34.90762031761437],[107.55373459533213,34.90762070661207],[107.553734109085,34.90762103077683],[107.55374051133892,34.9076282596509],[107.55374093477917,34.90762798107183],[107.55373460343623,34.90762086869446]]},
{"type":"LineString","coordinates":[[107.55351052041398,34.9078687918423],[107.55350190812294,34.90787406164792],[107.55350217767823,34.907874439025306],[107.55351095170242,34.90786922313073],[107.55350981957027,34.90786776753225],[107.55350868743811,34.90786658148904],[107.55350717792858,34.90786539544583],[107.55350556059692,34.90786474851317],[107.55350388935422,34.90786426331368],[107.55350189464518,34.907863993758404],[107.55349914518138,34.90786453286895],[107.5534977637106,34.90786492372411],[107.55349657766739,34.9078652606682],[107.55349518945772,34.90786577282322],[107.5534962407233,34.90786460025777],[107.55349704938912,34.90786325248139],[107.55349753458862,34.90786141950552],[107.553497911966,34.907859802173874],[107.55349785805495,34.907857807464836],[107.55349726503334,34.907855435378416],[107.55349643760961,34.907853858084785],[107.55349606023223,34.90785323810765],[107.5534875909797,34.907858984110014],[107.5534878874905,34.907859361487404],[107.55349619500987,34.907853750262674]]},
{"type":"LineString","coordinates":[[107.55350097227102,34.90795334516434],[107.55350767632854,34.90796070367082],[107.55350724587119,34.9079609770694],[107.55350048364377,34.90795353130806],[107.55350099812433,34.907953226239194],[107.55350186679502,34.90795276087991],[107.55350271219773,34.90795240410445],[107.55350365842828,34.9079521093769],[107.55350490714238,34.90795189220923],[107.55350596971276,34.90795181464935],[107.55350752866636,34.90795191547719],[107.55350878513644,34.90795219469277],[107.55350991751071,34.90795261351613],[107.55351106539696,34.907953187459256],[107.55351222879519,34.9079539475461],[107.55351305092994,34.9079547386569],[107.55351360936109,34.90795532811199],[107.5535143927159,34.90795639068237],[107.55351396613655,34.90795566161948],[107.5535135395572,34.90795476968084],[107.55351323707366,34.907953869986216],[107.55351291132213,34.9079524971763],[107.55351281825027,34.9079510545625],[107.55351297337006,34.90794908454151],[107.55351342321737,34.90794761090375],[107.55351399457521,34.90794637253096],[107.55351473139409,34.90794515484081],[107.55351559230878,34.90794416207432],[107.55351670658568,34.907943138283905],[107.55351716935962,34.907942828044376],[107.55351760110963,34.907942556584786],[107.55352434911781,34.90795000880947],[107.55352391995312,34.9079502750984],[107.55351722106629,34.907942944384175]]},
{"type":"LineString","coordinates":[[107.55360403646482,34.907962307069745],[107.55359666241743,34.90796791688948],[107.55359698965115,34.90796827185488],[107.55360432406516,34.907962680950206],[107.55360406111626,34.90796227009255],[107.55360330513817,34.90796130046848],[107.55360268063453,34.90796067596484],[107.55360171922763,34.90795988711814],[107.5536004044831,34.90795911470573],[107.55359904865284,34.90795858059079],[107.55359798042294,34.90795829299042],[107.55359644381528,34.907958136864515],[107.55359490720764,34.90795823547035],[107.55359377324051,34.90795847787637],[107.55359247903888,34.90795893392837],[107.55359152995769,34.90795942695756],[107.55359024808179,34.907960215804266]]},
{"type":"LineString","coordinates":[[107.55384994390229,34.90779802517394],[107.55384852887701,34.90779912829785],[107.55384785180576,34.907800789336434],[107.55384741554272,34.907802468300744],[107.55384719271295,34.907804084800404],[107.55384707115118,34.90780545996809],[107.55384716232253,34.9078069187095],[107.55384749661744,34.90780828627957],[107.55384767896011,34.907809076431164],[107.55384837794037,34.907810504782134],[107.55384862106393,34.90781089985793],[107.55385656332133,34.90780545373857],[107.55385621952941,34.907805070059204],[107.55384848430694,34.90781045919647]]},
{"type":"LineString","coordinates":[[107.55342674769226,34.907811239415295],[107.55343324060101,34.90781841267435],[107.55343368430775,34.90781814645031],[107.55342710635523,34.907810880752336],[107.55342670332159,34.9078111876495],[107.55342625221971,34.907811586985574],[107.5534256532156,34.90781217859457],[107.55342509858217,34.90781282196935],[107.55342466227053,34.90781345055391],[107.55342408545175,34.90781443410386],[107.55342381922772,34.9078150478982],[107.55342350863299,34.907815890941016],[107.55342316845781,34.90781739954396],[107.55342307971647,34.907818153845426],[107.55342307971647,34.907819263112295],[107.55342319803827,34.907820372379156],[107.55342346426232,34.90782157038738],[107.5534239227593,34.90782273881514],[107.55342424814424,34.90782343395571],[107.5534249284946,34.90782448406168]]},
{"type":"LineString","coordinates":[[107.55386438368761,34.90773003558185],[107.55387108774512,34.90773739408833],[107.55387065728777,34.90773766748691],[107.55386389506036,34.90773022172557],[107.55386440954092,34.907729916656706],[107.5538652782116,34.90772945129742],[107.55386612361431,34.90772909452196],[107.55386706984487,34.90772879979441],[107.55386831855897,34.907728582626746],[107.55386938112935,34.90772850506686],[107.55387094008294,34.907728605894704],[107.55387219655303,34.90772888511028],[107.5538733289273,34.90772930393364],[107.55387447681355,34.90772987787677],[107.55387564021177,34.90773063796361],[107.55387646234652,34.90773142907441],[107.55387702077768,34.9077320185295],[107.55387780413248,34.907733081099884],[107.55387737755314,34.907732352036994],[107.55387695097379,34.907731460098354],[107.55387664849025,34.90773056040373],[107.55387632273872,34.907729187593816],[107.55387622966686,34.907727744980015],[107.55387638478665,34.90772577495902],[107.55387683463395,34.90772430132126],[107.5538774059918,34.90772306294847],[107.55387814281067,34.90772184525832],[107.55387900372537,34.907720852491835],[107.55388011800227,34.90771982870142],[107.55388058077621,34.90771951846189],[107.55388101252622,34.9077192470023],[107.5538877605344,34.907726699226984],[107.55388733136971,34.90772696551591],[107.55388063248287,34.90771963480169]]},
{"type":"LineString","coordinates":[[107.55291229558371,34.908408241270585],[107.55290775922319,34.908403411230516],[107.55290804602441,34.90840323068394],[107.5529126532995,34.908408128307705],[107.55291231911765,34.908408335406314],[107.55291171151933,34.908408710142645],[107.55291060058238,34.9084092194367],[107.55291005930192,34.90840938417423],[107.55290929209572,34.90840953008461],[107.55290859078451,34.90840959127284],[107.5529080471507,34.90840959362623],[107.55290721404947,34.90840950890407],[107.55290644213646,34.90840933945975],[107.55290581913822,34.90840919157036],[107.55290503194661,34.908408857013924],[107.55290434315397,34.90840854213729],[107.55290345756342,34.90840799110317],[107.55290279074526,34.908407483828995],[107.55290209965791,34.9084067512764],[107.55290263962208,34.90840771394613],[107.55290289417259,34.90840835062181],[107.55290307303048,34.90840902839908],[107.5529032048205,34.90840984737995],[107.55290335916447,34.90841078563334],[107.55290336860479,34.90841162225125],[107.55290297323471,34.90841286484291],[107.55290259198499,34.90841362734233],[107.5529018453709,34.90841472034645],[107.552901059586,34.908415520145184],[107.55290048065123,34.90841594905109],[107.55290017882855,34.90841614673615],[107.55289565385291,34.908411399561004],[107.55289592512385,34.90841119398899],[107.55290046211829,34.908415911102644]]},
{"type":"LineString","coordinates":[[107.55385584123223,34.907828682103],[107.55385130487171,34.90782385206293],[107.55385159167294,34.907823671516354],[107.55385619894803,34.90782856914012],[107.55385586476618,34.90782877623873],[107.55385525716785,34.90782915097506],[107.5538541462309,34.907829660269115],[107.55385360495045,34.907829825006644],[107.55385283774424,34.90782997091703],[107.55385213643304,34.90783003210526],[107.55385159279922,34.90783003445865],[107.553850759698,34.90782994973649],[107.55384998778499,34.90782978029217],[107.55384936478674,34.90782963240277],[107.55384857759513,34.90782929784634],[107.5538478888025,34.907828982969704],[107.55384700321194,34.907828431935584],[107.55384633639379,34.90782792466141],[107.55384564530644,34.90782719210882],[107.5538461852706,34.90782815477855],[107.55384643982111,34.90782879145423],[107.553846618679,34.907829469231494],[107.55384675046902,34.90783028821237],[107.553846904813,34.90783122646576],[107.55384691425331,34.90783206308367],[107.55384651888323,34.907833305675325],[107.55384613763351,34.90783406817474],[107.55384539101942,34.907835161178866],[107.55384460523453,34.9078359609776],[107.55384402629976,34.90783638988351],[107.55384372447708,34.90783658756857],[107.55383919950144,34.90783184039342],[107.55383947077237,34.907831634821406],[107.55384400776681,34.90783635193506]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,132 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55266484205293,34.90741380017155],[107.55266781923477,34.907417231728196],[107.55343462470935,34.90694782050823],[107.55343297956831,34.90694594034703],[107.55266484205293,34.90741380017155]]]},
{"type":"Polygon","coordinates":[[[107.55199925993706,34.90782947554667],[107.55266783977147,34.907417241996555],[107.55266484692385,34.90741379687668],[107.55199716981957,34.907827275120816],[107.55199925993706,34.90782947554667]]]},
{"type":"Polygon","coordinates":[[[107.55223047560833,34.908072632292615],[107.55227104079896,34.90811529236223],[107.55227506614055,34.90811280898617],[107.55224020274339,34.90807616078855],[107.55225110071336,34.90806920699506],[107.55224945595009,34.90806746754968],[107.55223858145243,34.90807444342109],[107.55223447923319,34.90807013080671],[107.55223047560833,34.908072632292615]]]},
{"type":"Polygon","coordinates":[[[107.5522620027375,34.9080599894829],[107.55226361267131,34.90806168310885],[107.5523180349954,34.908028009135165],[107.55234991489962,34.90806153853661],[107.55226802179271,34.908112129078546],[107.55227104451855,34.90811524907901],[107.55235484232423,34.908063438693006],[107.55231891223664,34.908024778555976],[107.5522620027375,34.9080599894829]]]},
{"type":"Polygon","coordinates":[[[107.55226803310275,34.908112125209286],[107.55227103944635,34.90811527342583],[107.5536971966033,34.90723259206075],[107.55369337631691,34.907228510640884],[107.55226803310275,34.908112125209286]]]},
{"type":"Polygon","coordinates":[[[107.55343299969795,34.906945931778466],[107.5534298225737,34.90694784675746],[107.55369297010924,34.90723503897836],[107.55369720627489,34.907232587224954],[107.55343299969795,34.906945931778466]]]},
{"type":"Polygon","coordinates":[[[107.55296952469988,34.90760761007666],[107.55297107431393,34.90760923945592],[107.5529726007151,34.907608283434875],[107.55301319547219,34.90765024832389],[107.55291536938681,34.907710833259124],[107.5528759697757,34.90766950859834],[107.55295842581023,34.90761721390897],[107.55295681300964,34.90761551386672],[107.5528713671339,34.90766982189126],[107.55291414693023,34.90771370357537],[107.553016356045,34.90765017000067],[107.55297335510072,34.90760506278833],[107.55296952469988,34.90760761007666]]]},
{"type":"Polygon","coordinates":[[[107.5529481180348,34.9075801131658],[107.55297658645625,34.90756249571298],[107.55297518939659,34.907560653791904],[107.55296050924154,34.90756972232976],[107.55294962028448,34.90755829273128],[107.5529479524649,34.90755936589776],[107.55291754880707,34.907527533000746],[107.55291956631181,34.90752629545918],[107.552914972502,34.90752113868933],[107.55291288150741,34.90752245596047],[107.55285794194138,34.9074646783684],[107.55286008216038,34.907463352430995],[107.55285497808138,34.907458469861524],[107.55285312488888,34.90745961796731],[107.55281115704591,34.907415603459555],[107.55281371733619,34.90741401854695],[107.55280879490192,34.907408845484525],[107.552806314619,34.907410371092496],[107.55275875003053,34.907360525367125],[107.55275667068823,34.90736179800166],[107.55280423679719,34.90741162059351],[107.55280213852284,34.90741294705087],[107.55280717257851,34.90741794540155],[107.55280916928423,34.90741679174934],[107.55285109074492,34.9074608783878],[107.55284894428625,34.90746221992446],[107.55285421614391,34.90746698289943],[107.55285590155772,34.90746593878889],[107.55291083904386,34.907523718460844],[107.55290876746164,34.90752498928085],[107.55291351379755,34.9075300288829],[107.55291559369935,34.90752874454354],[107.55294592802714,34.90756061383884],[107.55294367074474,34.9075619736699],[107.55295488048961,34.907573188536695],[107.55294646784509,34.90757836106759],[107.5529481180348,34.9075801131658]]]},
{"type":"Polygon","coordinates":[[[107.55294952648241,34.90743726015906],[107.5529478718716,34.90743825292554],[107.55297970978023,34.90747181358725],[107.55297564066328,34.907474411939035],[107.55298070855056,34.907479149831566],[107.55298445146404,34.90747688667458],[107.55301924885032,34.90751339947218],[107.553015128744,34.90751624292584],[107.55302675885018,34.90752875311753],[107.55299256924592,34.90754986021374],[107.55299390392824,34.9075516591334],[107.55303479554235,34.907526483212116],[107.55302149801652,34.90751204977223],[107.55302106279402,34.90751229639831],[107.55294952648241,34.90743726015906]]]},
{"type":"Polygon","coordinates":[[[107.55321512439339,34.90752501277831],[107.55321711369218,34.90752709965604],[107.55340234611016,34.907412380510685],[107.55340027110975,34.9074102190586],[107.55321512439339,34.90752501277831]]]},
{"type":"Polygon","coordinates":[[[107.55349700779837,34.90735642465041],[107.55357915114377,34.90730562081325],[107.55354032534763,34.907266605038906],[107.55353131149135,34.90727220798431],[107.55353310968621,34.907274111740506],[107.55353849384677,34.9072707707276],[107.55354154550606,34.907273981155],[107.55354316338233,34.907272971565234],[107.55356053470219,34.90729063252167],[107.55355452260692,34.90729446857155],[107.55356677698879,34.90730700656469],[107.55350046556036,34.90734873716306],[107.55348826574983,34.90733637418794],[107.55348404279299,34.907338818854605],[107.55346327964331,34.90731754481057],[107.55348131673428,34.90730634954818],[107.55348176472738,34.907306831824044],[107.55348427792667,34.90730527525129],[107.55348383996123,34.90730484047998],[107.5535041448435,34.907292220026775],[107.55350464852313,34.90729270156665],[107.55350720566584,34.90729109089883],[107.55350671126926,34.907290626031],[107.55352074722629,34.907281798793335],[107.55351891870265,34.90727991550689],[107.55345915570702,34.90731708914015],[107.55346094902791,34.90731898520336],[107.55349700779837,34.90735642465041]]]},
{"type":"Polygon","coordinates":[[[107.5533169967947,34.90701658788346],[107.5535176512757,34.90722760058764],[107.55350580012596,34.90723493660909],[107.55357669900685,34.90730710588857],[107.55357914108342,34.90730559394161],[107.55350872833151,34.90723472702185],[107.55352037978537,34.90722758701513],[107.55331873319864,34.90701553119891],[107.5533169967947,34.90701658788346]]]},
{"type":"Polygon","coordinates":[[[107.55200280524127,34.90782561316905],[107.55201373121481,34.907837059427045],[107.55201910564253,34.90783372739256],[107.55200818087674,34.90782230551255],[107.55200280524127,34.90782561316905]]]},
{"type":"Polygon","coordinates":[[[107.5524434418608,34.90800341496592],[107.5524502553809,34.90799918818993],[107.55243823967616,34.9079865391624],[107.55243140218991,34.90799076210747],[107.5524434418608,34.90800341496592]]]},
{"type":"Polygon","coordinates":[[[107.55343619783095,34.90699561411216],[107.55344373655653,34.906991285445756],[107.55343859792355,34.90698553324465],[107.55343115841012,34.90699013500553],[107.55343619783095,34.90699561411216]]]},
{"type":"Polygon","coordinates":[[[107.55332692283815,34.907022340852805],[107.55333433079456,34.90701775072191],[107.55332894737553,34.907012074635695],[107.55332150786211,34.90701667639657],[107.55332692283815,34.907022340852805]]]},
{"type":"Polygon","coordinates":[[[107.55346639635843,34.90718410282679],[107.55347300922918,34.90718002426715],[107.55346842941145,34.90717520938736],[107.55346181235137,34.90717932116177],[107.55346639635843,34.90718410282679]]]},
{"type":"Polygon","coordinates":[[[107.55237866001944,34.907932572991015],[107.55238526636776,34.907928476279494],[107.55237303036463,34.90791561090124],[107.55236647878448,34.90791984632762],[107.55237866001944,34.907932572991015]]]},
{"type":"Polygon","coordinates":[[[107.55229740720841,34.90798289447627],[107.55230439471042,34.90797848534482],[107.55229213776168,34.907965558841454],[107.55228495674224,34.90797001289149],[107.55229740720841,34.90798289447627]]]},
{"type":"Polygon","coordinates":[[[107.55229250015606,34.90786272432826],[107.55230226316604,34.90785649982335],[107.55229193880415,34.90784571343084],[107.55228217029038,34.907851985381484],[107.55229250015606,34.90786272432826]]]},
{"type":"Polygon","coordinates":[[[107.55267713154376,34.90741153625285],[107.55267594274271,34.90741223313623],[107.5529356675724,34.90769919256527],[107.5529367538906,34.90769849568189],[107.55267713154376,34.90741153625285]]]},
{"type":"Polygon","coordinates":[[[107.55355409131376,34.907320435686955],[107.55355103049267,34.90732251267269],[107.55360276746077,34.907384758442106],[107.55362187279096,34.907373138980454],[107.55362700718162,34.90737848516909],[107.5536290568386,34.907377173388625],[107.55362538927055,34.907373162071245],[107.55362690469877,34.907372192722164],[107.55362559291832,34.90737085361294],[107.55364888632353,34.90735655181624],[107.55365022195453,34.90735785577217],[107.55365148895625,34.907357079733615],[107.55366991591244,34.90737602404895],[107.55366843510423,34.90737705876704],[107.55366994758752,34.907378484143976],[107.55364722650606,34.9073923395071],[107.55364594403622,34.907390912047084],[107.55364431455897,34.90739195395605],[107.55363987517839,34.90738747467128],[107.55363785285017,34.90738878645175],[107.55364345513722,34.90739468978043],[107.55362327705122,34.90740724244352],[107.55379466015103,34.90759640580083],[107.55387722643,34.90754612694911],[107.55387891818127,34.90754786569618],[107.55388106966858,34.907546633749796],[107.5539425410837,34.9076143105258],[107.55394051533939,34.907615625722364],[107.55394374696525,34.90761962938566],[107.55394577954172,34.90761834835005],[107.55398690481346,34.90766297475254],[107.55398993830579,34.90766100708184],[107.5538803939343,34.907540425441354],[107.55379578063018,34.907591568610364],[107.55362785937405,34.90740768853371],[107.55367556501463,34.907377759794414],[107.55365104529552,34.907352206543436],[107.5536040397416,34.90738032129647],[107.55355409131376,34.907320435686955]]]},
{"type":"Polygon","coordinates":[[[107.55398985232497,34.907661001772034],[107.55398690081893,34.90766296944273],[107.55399063631869,34.907667365956904],[107.55398869090668,34.9076684981989],[107.55399180638526,34.90767224223898],[107.55399395676302,34.90767097847734],[107.55402861201935,34.90771068935628],[107.55402593019903,34.90771233645852],[107.55402935110368,34.90771577847987],[107.5540320751574,34.90771430031119],[107.55408359989413,34.90776920371921],[107.55408150934129,34.90777057630441],[107.55408564036063,34.90777525089251],[107.55409070822483,34.907772093120144],[107.55398985232497,34.907661001772034]]]},
{"type":"Polygon","coordinates":[[[107.55408565666333,34.90777524437142],[107.55408326016573,34.90777255116457],[107.55400543744042,34.907820595905264],[107.554003804966,34.907818938779364],[107.55399974876866,34.90782152662109],[107.55400135077625,34.90782326921911],[107.55394053288644,34.90786022449607],[107.55394312950682,34.907862788247854],[107.55408565666333,34.90777524437142]]]},
{"type":"Polygon","coordinates":[[[107.55399975664048,34.90782153549476],[107.55400170097823,34.9078202843059],[107.55395258298357,34.907766479531475],[107.55384149975613,34.907832877810435],[107.55389376085046,34.907890595094266],[107.55389846836603,34.907887552921565],[107.5538952070694,34.9078839556345],[107.55389244975784,34.90788565384617],[107.553845089739,34.90783326127756],[107.55395184343995,34.907769684221215],[107.55399975664048,34.90782153549476]]]},
{"type":"Polygon","coordinates":[[[107.55394070359598,34.90786012035266],[107.55356672482998,34.90808983647184],[107.55356914027993,34.90809258822272],[107.55394317639947,34.907862759517556],[107.55394070359598,34.90786012035266]]]},
{"type":"Polygon","coordinates":[[[107.55356683956302,34.90808976611101],[107.55349172642327,34.908135984004176],[107.55328467727344,34.90790965751994],[107.55337059660803,34.90785696713302],[107.55332795681647,34.90780888564684],[107.55332486514064,34.9078107737043],[107.5533656882285,34.90785578386296],[107.5532799441932,34.90790843042506],[107.55349063080281,34.90814080473404],[107.5535692733898,34.90809250017978],[107.55356683956302,34.90808976611101]]]},
{"type":"Polygon","coordinates":[[[107.5532598988436,34.90776008234072],[107.55322789235154,34.907779923783146],[107.55322952530645,34.90778162308168],[107.55323889984511,34.9077759044723],[107.55328730860997,34.90782935968982],[107.55327914420101,34.907834409472],[107.5532814567383,34.90783696150798],[107.55332382373406,34.907810841098524],[107.55332413816659,34.90781118185558],[107.55332486332753,34.90781074675902],[107.5532443628304,34.90772189546126],[107.55324215122457,34.90772294686586],[107.55326943959074,34.90775228542194],[107.55326594070314,34.907754669637335],[107.55326723138765,34.907756062864095],[107.5532659557829,34.90775687707988],[107.55326732637948,34.90775846480067],[107.55326869697608,34.907757609874096],[107.55326989432616,34.90775902306493],[107.55327351441949,34.90775675494753],[107.55328949466849,34.90777429056317],[107.55328640933641,34.907776080885725],[107.55328777484408,34.90777770931727],[107.55329096894482,34.90777593161283],[107.55331800864836,34.90780504088736],[107.55331347448417,34.90780803313037],[107.55331632102407,34.90781123604936],[107.55328939914118,34.90782815443796],[107.55326001517459,34.907794848559654],[107.55328229754666,34.90778113580875],[107.5532809269501,34.90777954130283],[107.55325844102407,34.90779313870651],[107.55324088279978,34.907774688237446],[107.55326138577115,34.90776185924994],[107.5532598988436,34.90776008234072]]]},
{"type":"Polygon","coordinates":[[[107.55319655595196,34.90766927686572],[107.55315362759278,34.907621896574014],[107.5531083787116,34.90764951902912],[107.55310998182375,34.907651293903285],[107.55315130360066,34.90762595640351],[107.55316812586837,34.90764465243864],[107.5531663535967,34.90764583395307],[107.55317096514659,34.90765093476444],[107.5531729352048,34.9076496907911],[107.55319273130732,34.90767173204083],[107.55319655595196,34.90766927686572]]]},
{"type":"Polygon","coordinates":[[[107.55303895295023,34.90798640261194],[107.55303587620158,34.90798829737628],[107.55307965348668,34.90803578969638],[107.55315575706518,34.9079892207213],[107.55315743581613,34.90799107253938],[107.55315947186311,34.90798975679204],[107.55322157066513,34.908058191914535],[107.55322024187089,34.90805944270172],[107.55322330515877,34.90806299923086],[107.55322486885962,34.90806171607858],[107.55326857447682,34.90811079973639],[107.55327168617126,34.90810885972936],[107.55315893573109,34.90798299607419],[107.55308075314444,34.908030805222744],[107.55303895295023,34.90798640261194]]]},
{"type":"Polygon","coordinates":[[[107.5532716429622,34.90810880750018],[107.55326657837671,34.9081119931101],[107.55326969385528,34.908115737150176],[107.55327184423305,34.90811447338854],[107.55330649948938,34.908154184267474],[107.55330381766906,34.90815583136972],[107.55330723857371,34.908159273391064],[107.55330996262742,34.90815779522239],[107.55336148736416,34.90821269863041],[107.55335939681132,34.9082140712156],[107.55336351019301,34.90821873515976],[107.55336859569486,34.90821558803134],[107.5532716429622,34.90810880750018]]]},
{"type":"Polygon","coordinates":[[[107.55327791338856,34.908264840181864],[107.55327991065663,34.908263587223274],[107.55323137315942,34.908209396497924],[107.55311938722616,34.90827637272163],[107.55317164832049,34.90833409000546],[107.55317635583606,34.90833104783276],[107.55317309453943,34.9083274505457],[107.55317033722787,34.90832914875737],[107.55312297720903,34.908276756188755],[107.5532306336158,34.908212601187664],[107.55327791338856,34.908264840181864]]]},
{"type":"Polygon","coordinates":[[[107.55336351233983,34.90821873430102],[107.55336117441135,34.908216097100514],[107.55328361531153,34.9082638825273],[107.5532819828371,34.9082622254014],[107.55327789921934,34.90826482858884],[107.55327952864735,34.908266555841145],[107.55317562597335,34.908330036871575],[107.55317809829064,34.90833267919839],[107.55336351233983,34.90821873430102]]]},
{"type":"Polygon","coordinates":[[[107.55277197573342,34.90858213735944],[107.55256256474347,34.90835315243113],[107.55264976267823,34.90829975712622],[107.55247761378013,34.90810854616801],[107.55245833794979,34.90812033011532],[107.55245310747715,34.908114538136026],[107.55245175370776,34.90811552269558],[107.55245688418613,34.9081212608318],[107.5524301856997,34.90813771374517],[107.55241286360496,34.90811811485631],[107.55243889289848,34.90810205422839],[107.55244443104598,34.90810760775969],[107.55244587711785,34.90810672319445],[107.55244053895895,34.9081011542794],[107.55246019938286,34.90808921649466],[107.55240662472754,34.90803084703763],[107.5524035479789,34.908032800773015],[107.55245538427117,34.908089616472],[107.55240957148386,34.90811779948956],[107.55242973957124,34.90814027513841],[107.5524756292773,34.90811209981268],[107.55264485429869,34.908298573856165],[107.55255783166324,34.908351925336255],[107.55276851827284,34.908584299645234],[107.55277197573342,34.90858213735944]]]},
{"type":"Polygon","coordinates":[[[107.55317562597337,34.9083300349394],[107.55276955689948,34.90857950470893],[107.5527719497741,34.90858216168736],[107.55317809722172,34.90833268008328],[107.55317562597337,34.9083300349394]]]},
{"type":"Polygon","coordinates":[[[107.55245241810961,34.907886910527424],[107.55245902445793,34.9078828138159],[107.5524467884548,34.90786994843765],[107.55244023687465,34.90787418386403],[107.55245241810961,34.907886910527424]]]},
{"type":"Polygon","coordinates":[[[107.55252659638178,34.9078410157517],[107.5525332027301,34.90783691904018],[107.55252096672697,34.907824053661926],[107.55251441514682,34.90782828908831],[107.55252659638178,34.9078410157517]]]},
{"type":"Polygon","coordinates":[[[107.55259707786091,34.9077973875343],[107.55260368420923,34.90779329082278],[107.5525914482061,34.90778042544453],[107.55258489662594,34.90778466087091],[107.55259707786091,34.9077973875343]]]},
{"type":"Polygon","coordinates":[[[107.55267037132687,34.907752032126744],[107.55267697767519,34.90774793541522],[107.55266474167206,34.90773507003697],[107.5526581900919,34.90773930546335],[107.55267037132687,34.907752032126744]]]},
{"type":"Polygon","coordinates":[[[107.55274939179178,34.90770313749444],[107.5527559981401,34.907699040782916],[107.55274376213697,34.90768617540466],[107.55273721055681,34.907690410831044],[107.55274939179178,34.90770313749444]]]},
{"type":"Polygon","coordinates":[[[107.55286127735224,34.90763385595793],[107.55286788370056,34.90762975924641],[107.55285564769743,34.90761689386816],[107.55284909611727,34.90762112929454],[107.55286127735224,34.90763385595793]]]},
{"type":"Polygon","coordinates":[[[107.55287395553405,34.907626013908576],[107.55288056188238,34.907621917197055],[107.55286832587925,34.9076090518188],[107.55286177429909,34.907613287245184],[107.55287395553405,34.907626013908576]]]},
{"type":"Polygon","coordinates":[[[107.55305385072215,34.907514676806755],[107.55306045707047,34.907510580095234],[107.55304822106734,34.90749771471698],[107.55304166948719,34.90750195014336],[107.55305385072215,34.907514676806755]]]},
{"type":"Polygon","coordinates":[[[107.55312793127152,34.907468824453346],[107.55313453761984,34.907464727741825],[107.55312230161671,34.90745186236357],[107.55311575003655,34.907456097789954],[107.55312793127152,34.907468824453346]]]},
{"type":"Polygon","coordinates":[[[107.5532012936734,34.90742341298794],[107.55320790002172,34.90741931627642],[107.55319566401859,34.907406450898165],[107.55318911243843,34.907410686324546],[107.5532012936734,34.90742341298794]]]},
{"type":"Polygon","coordinates":[[[107.55327564466432,34.90737741064168],[107.55328225101265,34.90737331393016],[107.55327001500952,34.907360448551906],[107.55326346342936,34.90736468397829],[107.55327564466432,34.90737741064168]]]},
{"type":"Polygon","coordinates":[[[107.55335060443308,34.907331002348904],[107.5533572107814,34.90732690563738],[107.55334497477827,34.90731404025913],[107.55333842319811,34.90731827568551],[107.55335060443308,34.907331002348904]]]},
{"type":"Polygon","coordinates":[[[107.55342496593497,34.90728496903823],[107.55343157228329,34.90728087232671],[107.55341933628016,34.907268006948456],[107.5534127847,34.90727224237484],[107.55342496593497,34.90728496903823]]]},
{"type":"Polygon","coordinates":[[[107.55349816377232,34.907239658524546],[107.55350477012064,34.907235561813025],[107.5534923258436,34.907222890257465],[107.55348599940602,34.90722692834286],[107.55349816377232,34.907239658524546]]]},
{"type":"Polygon","coordinates":[[[107.55237087899569,34.90804837702025],[107.55237769251579,34.908044150244265],[107.55236567681105,34.90803150121673],[107.5523588393248,34.9080357241618],[107.55237087899569,34.90804837702025]]]},
{"type":"Polygon","coordinates":[[[107.55227272225122,34.90810935370122],[107.55227953577132,34.908105126925236],[107.55226752006658,34.9080924778977],[107.55226068258033,34.90809670084277],[107.55227272225122,34.90810935370122]]]},
{"type":"Polygon","coordinates":[[[107.55252120600412,34.90795520271192],[107.55252801952422,34.90795097593593],[107.55251600381948,34.9079383269084],[107.55250916633322,34.907942549853466],[107.55252120600412,34.90795520271192]]]},
{"type":"Polygon","coordinates":[[[107.552597188769,34.90790811939921],[107.5526040022891,34.907903892623224],[107.55259198658436,34.90789124359569],[107.5525851490981,34.90789546654076],[107.552597188769,34.90790811939921]]]},
{"type":"Polygon","coordinates":[[[107.55267112937314,34.907862274326305],[107.55267794289324,34.90785804755032],[107.5526659271885,34.90784539852279],[107.55265908970225,34.907849621467854],[107.55267112937314,34.907862274326305]]]},
{"type":"Polygon","coordinates":[[[107.55274523392536,34.907816334336076],[107.55275204744547,34.90781210756009],[107.55274003174073,34.90779945853256],[107.55273319425447,34.907803681477624],[107.55274523392536,34.907816334336076]]]},
{"type":"Polygon","coordinates":[[[107.55280502753213,34.907779260487835],[107.55281184105223,34.90777503371185],[107.55279982534749,34.90776238468432],[107.55279298786124,34.907766607629384],[107.55280502753213,34.907779260487835]]]},
{"type":"Polygon","coordinates":[[[107.55292492268785,34.90770491756352],[107.55293173620795,34.907700690787536],[107.55291972050321,34.907688041760004],[107.55291288301696,34.90769226470507],[107.55292492268785,34.90770491756352]]]},
{"type":"Polygon","coordinates":[[[107.55293919426411,34.90769607083647],[107.55294600778421,34.90769184406049],[107.55293399207947,34.907679195032955],[107.55292715459322,34.90768341797802],[107.55293919426411,34.90769607083647]]]},
{"type":"Polygon","coordinates":[[[107.55308900541922,34.90760317421482],[107.55309581893933,34.907598947438835],[107.55308380323459,34.9075862984113],[107.55307696574833,34.90759052135637],[107.55308900541922,34.90760317421482]]]},
{"type":"Polygon","coordinates":[[[107.5531647930813,34.90755619107327],[107.5531716066014,34.907551964297284],[107.55315959089666,34.90753931526975],[107.5531527534104,34.90754353821482],[107.5531647930813,34.90755619107327]]]},
{"type":"Polygon","coordinates":[[[107.553238405978,34.907510549937115],[107.5532452194981,34.90750632316113],[107.55323320379335,34.9074936741336],[107.5532263663071,34.90749789707866],[107.553238405978,34.907510549937115]]]},
{"type":"Polygon","coordinates":[[[107.55331033843485,34.90746595481309],[107.55331715195496,34.907461728037106],[107.55330513625022,34.907449079009574],[107.55329829876396,34.90745330195464],[107.55331033843485,34.90746595481309]]]},
{"type":"Polygon","coordinates":[[[107.55338434100514,34.90742007903589],[107.55339115452524,34.9074158522599],[107.5533791388205,34.90740320323237],[107.55337230133425,34.907407426177436],[107.55338434100514,34.90742007903589]]]},
{"type":"Polygon","coordinates":[[[107.55345932490775,34.907373588749145],[107.55346613842785,34.90736936197316],[107.55345541846944,34.90735809091451],[107.55344858098319,34.90736231385957],[107.55345932490775,34.907373588749145]]]},
{"type":"Polygon","coordinates":[[[107.5521096436437,34.907758732965924],[107.55212056961724,34.90777017922392],[107.55212594404496,34.90776684718943],[107.55211501927917,34.907755425309425],[107.5521096436437,34.907758732965924]]]},
{"type":"Polygon","coordinates":[[[107.55220559164192,34.907700432176014],[107.55221651761546,34.90771187843401],[107.55222189204318,34.90770854639952],[107.55221096727739,34.907697124519515],[107.55220559164192,34.907700432176014]]]},
{"type":"Polygon","coordinates":[[[107.55227559757559,34.90765637958063],[107.55228652354913,34.90766782583862],[107.55229189797684,34.907664493804134],[107.55228097321105,34.90765307192413],[107.55227559757559,34.90765637958063]]]},
{"type":"Polygon","coordinates":[[[107.55236596655718,34.907601279243046],[107.55237689253072,34.90761272550104],[107.55238226695843,34.90760939346655],[107.55237134219264,34.90759797158655],[107.55236596655718,34.907601279243046]]]},
{"type":"Polygon","coordinates":[[[107.55244420087264,34.90755329476396],[107.55245512684618,34.90756474102195],[107.5524605012739,34.90756140898746],[107.55244957650811,34.90754998710746],[107.55244420087264,34.90755329476396]]]},
{"type":"Polygon","coordinates":[[[107.55251875376041,34.907507895794176],[107.55252967973395,34.90751934205217],[107.55253505416167,34.90751601001768],[107.55252412939588,34.90750458813768],[107.55251875376041,34.907507895794176]]]},
{"type":"Polygon","coordinates":[[[107.55259300291827,34.90746148669762],[107.55260392889181,34.90747293295561],[107.55260930331953,34.907469600921125],[107.55259837855374,34.90745817904112],[107.55259300291827,34.90746148669762]]]},
{"type":"Polygon","coordinates":[[[107.55266716974391,34.90741658587252],[107.55267809571745,34.90742803213051],[107.55268347014517,34.90742470009602],[107.55267254537938,34.90741327821602],[107.55266716974391,34.90741658587252]]]},
{"type":"Polygon","coordinates":[[[107.55267915704238,34.90740940567031],[107.55269008301592,34.9074208519283],[107.55269545744363,34.90741751989381],[107.55268453267784,34.90740609801381],[107.55267915704238,34.90740940567031]]]},
{"type":"Polygon","coordinates":[[[107.55275494820029,34.90736285871916],[107.55276587417383,34.907374304977154],[107.55277124860154,34.907370972942665],[107.55276032383576,34.90735955106266],[107.55275494820029,34.90736285871916]]]},
{"type":"Polygon","coordinates":[[[107.5528309083468,34.90731616457316],[107.55284183432035,34.90732761083115],[107.55284720874806,34.907324278796665],[107.55283628398227,34.90731285691666],[107.5528309083468,34.90731616457316]]]},
{"type":"Polygon","coordinates":[[[107.5529060877207,34.90727028544723],[107.55291701369424,34.907281731705226],[107.55292238812196,34.90727839967074],[107.55291146335617,34.907266977790734],[107.5529060877207,34.90727028544723]]]},
{"type":"Polygon","coordinates":[[[107.55300062935603,34.90721233876619],[107.55301155532958,34.907223785024186],[107.55301692975729,34.9072204529897],[107.5530060049915,34.907209031109694],[107.55300062935603,34.90721233876619]]]},
{"type":"Polygon","coordinates":[[[107.55309660004393,34.90715436406452],[107.55310752601747,34.90716581032251],[107.55311290044519,34.90716247828802],[107.5531019756794,34.90715105640802],[107.55309660004393,34.90715436406452]]]},
{"type":"Polygon","coordinates":[[[107.55316377952548,34.90711297758101],[107.55317470549902,34.907124423839],[107.55318007992673,34.90712109180451],[107.55316915516094,34.90710966992451],[107.55316377952548,34.90711297758101]]]},
{"type":"Polygon","coordinates":[[[107.55323817432148,34.90706766820804],[107.55324910029502,34.907079114466036],[107.55325447472273,34.90707578243155],[107.55324354995695,34.907064360551544],[107.55323817432148,34.90706766820804]]]},
{"type":"Polygon","coordinates":[[[107.5533118405809,34.90702196654615],[107.55332276655444,34.90703341280414],[107.55332814098216,34.90703008076965],[107.55331721621637,34.90701865888965],[107.5533118405809,34.90702196654615]]]},
{"type":"Polygon","coordinates":[[[107.55347567810998,34.907178778564926],[107.55348308606638,34.907174188434034],[107.55347770264736,34.907168512347816],[107.55347026313393,34.907173114108694],[107.55347567810998,34.907178778564926]]]},
{"type":"Polygon","coordinates":[[[107.55352045859344,34.9072258532381],[107.55352786654984,34.90722126310721],[107.55352248313082,34.90721558702099],[107.55351505419775,34.907220180955946],[107.55352045859344,34.9072258532381]]]},
{"type":"Polygon","coordinates":[[[107.5534116495637,34.907126484950375],[107.55341826243445,34.907122406390734],[107.55341368261672,34.907117591510946],[107.55340706555664,34.907121703285355],[107.5534116495637,34.907126484950375]]]},
{"type":"Polygon","coordinates":[[[107.55342093131524,34.90712116068851],[107.55342833927165,34.90711657055762],[107.55342295585262,34.9071108944714],[107.5534155163392,34.90711549623228],[107.55342093131524,34.90712116068851]]]},
{"type":"Polygon","coordinates":[[[107.55336866348365,34.90706625269006],[107.55337607144006,34.907061662559165],[107.55337068802103,34.90705598647295],[107.55336324850761,34.907060588233826],[107.55336866348365,34.90706625269006]]]},
{"type":"Polygon","coordinates":[[[107.55335938173211,34.90707157695192],[107.55336599460286,34.90706749839228],[107.55336141478513,34.90706268351249],[107.55335479772505,34.9070667952869],[107.55335938173211,34.90707157695192]]]},
{"type":"Polygon","coordinates":[[[107.55336866348365,34.90706625269006],[107.55337607144006,34.907061662559165],[107.55337068802103,34.90705598647295],[107.55336324850761,34.907060588233826],[107.55336866348365,34.90706625269006]]]},
{"type":"Polygon","coordinates":[[[107.55342974980138,34.90695759113305],[107.5534371586659,34.906953067875534],[107.55343198551408,34.906947629969025],[107.5534246137221,34.90695218781991],[107.55342974980138,34.90695759113305]]]},
{"type":"Polygon","coordinates":[[[107.55346808808888,34.907000588284035],[107.5534754969534,34.90699606502652],[107.55347032380158,34.90699062712001],[107.5534629520096,34.906995184970896],[107.55346808808888,34.907000588284035]]]},
{"type":"Polygon","coordinates":[[[107.5535188029078,34.90705503734313],[107.55352621177232,34.90705051408561],[107.5535210386205,34.9070450761791],[107.55351366682852,34.90704963402999],[107.5535188029078,34.90705503734313]]]},
{"type":"Polygon","coordinates":[[[107.55357222615783,34.9071140619534],[107.55357963502234,34.907109538695885],[107.55357446187053,34.907104100789375],[107.55356709007854,34.90710865864026],[107.55357222615783,34.9071140619534]]]},
{"type":"Polygon","coordinates":[[[107.553618697522,34.907164400396354],[107.55362610638652,34.90715987713884],[107.5536209332347,34.90715443923233],[107.55361356144272,34.907158997083215],[107.553618697522,34.907164400396354]]]},
{"type":"Polygon","coordinates":[[[107.55254828358544,34.90772901127128],[107.55255815492215,34.90772290179761],[107.55254798957063,34.90771221082487],[107.55253809847075,34.907718349076134],[107.55254828358544,34.90772901127128]]]},
{"type":"Polygon","coordinates":[[[107.55228027056123,34.90786615830118],[107.55228605598609,34.90786255078416],[107.55228106599694,34.907857290524774],[107.55227525963907,34.90786088527111],[107.55228027056123,34.90786615830118]]]},
{"type":"Polygon","coordinates":[[[107.5526068016216,34.907612289937795],[107.55261258704645,34.90760868242077],[107.55260772756428,34.907603559086084],[107.55260192120642,34.90760715383242],[107.5526068016216,34.907612289937795]]]},
{"type":"Polygon","coordinates":[[[107.55247837019279,34.90769223308769],[107.55248415561765,34.907688625570664],[107.55247929613547,34.907683502235976],[107.55247348977761,34.907687096982315],[107.55247837019279,34.90769223308769]]]},
{"type":"Polygon","coordinates":[[[107.55266703756378,34.90757403482415],[107.55267282298864,34.90757042730713],[107.55266796350647,34.90756530397244],[107.5526621571486,34.90756889871878],[107.55266703756378,34.90757403482415]]]},
{"type":"Polygon","coordinates":[[[107.55275304338876,34.90752195195702],[107.55275882881362,34.90751834444],[107.55275396933145,34.90751322110531],[107.55274816297359,34.90751681585165],[107.55275304338876,34.90752195195702]]]},
{"type":"Polygon","coordinates":[[[107.55281666633131,34.90758771942209],[107.55282245175617,34.90758411190507],[107.552817592274,34.90757898857038],[107.55281178591613,34.90758258331672],[107.55281666633131,34.90758771942209]]]},
{"type":"Polygon","coordinates":[[[107.55270823826181,34.90764662104138],[107.55271402368668,34.90764301352436],[107.5527091642045,34.90763789018967],[107.55270335784664,34.90764148493601],[107.55270823826181,34.90764662104138]]]},
{"type":"Polygon","coordinates":[[[107.55264031573081,34.90768803120139],[107.55264610115567,34.907684423684366],[107.5526412416735,34.90767930034968],[107.55263543531564,34.907682895096016],[107.55264031573081,34.90768803120139]]]},
{"type":"Polygon","coordinates":[[[107.55257987530587,34.9077266136282],[107.55258566073073,34.907723006111176],[107.55258080124855,34.90771788277649],[107.55257499489069,34.90772147752283],[107.55257987530587,34.9077266136282]]]},
{"type":"Polygon","coordinates":[[[107.5524885338301,34.90778366646666],[107.55249431925496,34.90778005894964],[107.55248945977279,34.90777493561495],[107.55248365341492,34.90777853036129],[107.5524885338301,34.90778366646666]]]},
{"type":"Polygon","coordinates":[[[107.55291710291189,34.90759647166311],[107.55291878003455,34.907598253605954],[107.55293577182051,34.907587748295825],[107.55293410707245,34.90758600711637],[107.55292188606018,34.90759347992075],[107.55288876375656,34.907558165932336],[107.55288671393994,34.907559454832175],[107.55291983624357,34.907594784349506],[107.55291710291189,34.90759647166311]]]},
{"type":"Polygon","coordinates":[[[107.55285298902429,34.90757446790747],[107.55285800680434,34.90758000978837],[107.55286003599655,34.907578759225565],[107.5528583426171,34.907576884594576],[107.55292188921536,34.90753779107624],[107.55292013628754,34.90753609111021],[107.55285672421319,34.90757510459291],[107.55285501166523,34.90757321297716],[107.55285298902429,34.90757446790747]]]},
{"type":"Polygon","coordinates":[[[107.55286683599688,34.907586277313854],[107.55286482696582,34.90758752710373],[107.5528904846344,34.90761579897775],[107.55290645335006,34.90760589679642],[107.55290476200483,34.90760411455171],[107.55289112986624,34.90761286862734],[107.55289112986624,34.907612890812956],[107.55286683599688,34.907586277313854]]]},
{"type":"Polygon","coordinates":[[[107.55284645958403,34.90756729266346],[107.55284812766529,34.9075657223376],[107.55280989075045,34.90752380815638],[107.55280814363294,34.90752505609746],[107.55284645958403,34.90756729266346]]]},
{"type":"Polygon","coordinates":[[[107.55277548657483,34.90748904909764],[107.55279795627405,34.90751383086759],[107.55279998546625,34.90751258030479],[107.5527982920868,34.9075107056738],[107.55286175698927,34.90747166778134],[107.55286008575725,34.907469912189434],[107.55279667368289,34.90750892567213],[107.55277750921577,34.90748779416733],[107.55277548657483,34.90748904909764]]]},
{"type":"Polygon","coordinates":[[[107.55276538293187,34.907477923702906],[107.55276747947288,34.907476825514756],[107.55271649484004,34.90742057145073],[107.55271455039185,34.90742202764197],[107.55276538293187,34.907477923702906]]]},
{"type":"Polygon","coordinates":[[[107.55270472597563,34.90741058012246],[107.55270678507846,34.907409325941664],[107.55269772502619,34.90739920513952],[107.55269560352636,34.90740047803942],[107.55270472597563,34.90741058012246]]]},
{"type":"Polygon","coordinates":[[[107.55220383806056,34.908037922979176],[107.55220555305338,34.90803969588421],[107.55225436387994,34.90800946963011],[107.55225290291143,34.908007653290866],[107.55220383806056,34.908037922979176]]]},
{"type":"Polygon","coordinates":[[[107.5522703341525,34.90799679070479],[107.55227161454003,34.90799877867492],[107.5523176747972,34.90797037428809],[107.55223167917777,34.907879844898794],[107.5522296238188,34.90788109159193],[107.55231346299607,34.90797034059369],[107.5522703341525,34.90799679070479]]]},
{"type":"Polygon","coordinates":[[[107.5522147672057,34.90786548471677],[107.55221680571745,34.907864238023635],[107.55221150465097,34.90785865879114],[107.5522289162368,34.90784791869826],[107.55222734383102,34.90784610893412],[107.55220987889568,34.9078569544156],[107.55214201812834,34.90778552787037],[107.55215913788336,34.90777500585518],[107.5521574127296,34.907773092012725],[107.55214041277694,34.90778373083521],[107.5521337248111,34.90777645658668],[107.55213170314656,34.90777777066864],[107.5522147672057,34.90786548471677]]]},
{"type":"Polygon","coordinates":[[[107.55224150035008,34.90784026108193],[107.55224984046494,34.90783512324642],[107.55217867839441,34.907760094955954],[107.55217038507716,34.9077654029485],[107.55217189458672,34.90776714831891],[107.55217795958035,34.907763509322734],[107.55224657772297,34.907834297733416],[107.55223982910738,34.907838508972645],[107.55224150035008,34.90784026108193]]]},
{"type":"Polygon","coordinates":[[[107.55200115326228,34.90782510271536],[107.55199733456259,34.907827349009295],[107.55227096311462,34.90811526399079],[107.5522746170861,34.90811289789448],[107.55200115326228,34.90782510271536]]]},
{"type":"Polygon","coordinates":[[[107.55284577905466,34.907759583512906],[107.55283676991837,34.907765110394394],[107.553038055066,34.9079869633784],[107.55303997190352,34.90798584522318],[107.55284006048944,34.907765813234825],[107.55284720211485,34.90776151364051],[107.55284577905466,34.907759583512906]]]},
{"type":"Polygon","coordinates":[[[107.55285420291665,34.90775433291157],[107.55285577318995,34.907756148540074],[107.5528629848722,34.907751755830006],[107.55287751779477,34.90776771806019],[107.55287957264458,34.90776642483381],[107.55286501884979,34.907750477938336],[107.55291000559339,34.90772192050893],[107.55291307253341,34.90772686169007],[107.5529189934315,34.90772319840061],[107.55291601168426,34.907718257219464],[107.55298397537274,34.90767642667117],[107.55298791843532,34.90768074935279],[107.55298987786922,34.907679514057506],[107.55302368944587,34.907716761909086],[107.55302573407255,34.90771554791199],[107.55299187989951,34.907678300060425],[107.5529938606316,34.90767708606334],[107.55298993886721,34.90767265689074],[107.55305480136914,34.90763284081017],[107.55305855108652,34.90763736390795],[107.55306447730916,34.90763368996939],[107.55306074356542,34.90762916687161],[107.55309417640633,34.9076086407366],[107.55310899611614,34.90762512886184],[107.55311116853198,34.90762391486475],[107.55309625298032,34.90760733089763],[107.55310634832455,34.90760110117572],[107.55310507043288,34.90759908849633],[107.55285420291665,34.90775433291157]]]},
{"type":"Polygon","coordinates":[[[107.55288767975999,34.90777881368115],[107.55299645713707,34.9078988634827],[107.55305901645747,34.90786028838943],[107.55305737596343,34.907858535312464],[107.55299722387211,34.90789558356073],[107.55288970308852,34.90777759258462],[107.55288767975999,34.90777881368115]]]},
{"type":"Polygon","coordinates":[[[107.55307120757982,34.9078524196472],[107.55319000149873,34.90777934619304],[107.55318880879985,34.90777721637359],[107.55312010934365,34.907819540145695],[107.55309218655853,34.907788695967646],[107.55309413243734,34.90778749887657],[107.55308954792989,34.90778251089615],[107.55308767717219,34.907783698294175],[107.55308309751135,34.907778590362376],[107.55308105288468,34.907779817138376],[107.55308571039279,34.907784947182456],[107.5530838517514,34.90778616002473],[107.55308853228054,34.90779093506105],[107.55309031580083,34.90778982036087],[107.55311803063988,34.90782080781424],[107.55306954698169,34.90785067461187],[107.55307120757982,34.9078524196472]]]},
{"type":"Polygon","coordinates":[[[107.5530742002415,34.907772427746046],[107.55307621154832,34.907771217932876],[107.55304085582662,34.9077322315568],[107.55304268145105,34.907731083839685],[107.55303810512213,34.907726104037785],[107.55303624769236,34.90772727083809],[107.55303243953726,34.90772305315187],[107.55303047669565,34.90772430718956],[107.55303426667626,34.907728532145576],[107.55303241530467,34.9077297352948],[107.5530370679663,34.90773452365906],[107.55303881937844,34.90773340926177],[107.5530742002415,34.907772427746046]]]},
{"type":"Polygon","coordinates":[[[107.55319955429806,34.907770272517986],[107.5532010427863,34.90777213994371],[107.55322939494314,34.90775459977285],[107.55312097702249,34.90763523719266],[107.55311895965751,34.90763651849203],[107.55322608264794,34.90775382281469],[107.55319955429806,34.907770272517986]]]},
{"type":"Polygon","coordinates":[[[107.55303804389686,34.907986960123935],[107.55332487247873,34.90781075198015],[107.55312299268351,34.907588026193444],[107.55311300979366,34.907594187676004],[107.55311451975047,34.9075959314018],[107.55311749672694,34.90759425208174],[107.55312131336345,34.90759871277562],[107.55312520633268,34.907596346461],[107.55331787968463,34.90780505922862],[107.55331333848396,34.90780801205259],[107.55331635303003,34.90781131851247],[107.55304285969056,34.90797964437364],[107.55303972321695,34.90797627354174],[107.55303454960067,34.907979893727195],[107.55299139277201,34.90793212300844],[107.55299528574123,34.907929680361086],[107.55299212782771,34.90792652188242],[107.55299788105404,34.90792296308086],[107.55299628760832,34.90792107384578],[107.5529847518245,34.90792823003922],[107.55303804389686,34.907986960123935]]]},
{"type":"Polygon","coordinates":[[[107.55301380066865,34.907910389808094],[107.55301546726659,34.907912183627246],[107.55306280204056,34.90788320263415],[107.55311339791842,34.907939485300304],[107.55311946637045,34.90793570683017],[107.55311486520299,34.9079305204453],[107.55311093830818,34.90793296309266],[107.55306797146272,34.907885178803745],[107.55307167784083,34.90788286973866],[107.55306866326322,34.9078796251736],[107.55307164023968,34.907877793188085],[107.55306989419917,34.90787586621073],[107.55301380066865,34.907910389808094]]]},
{"type":"Polygon","coordinates":[[[107.55308361034251,34.90786721516805],[107.55308527694045,34.9078690089872],[107.55313261171442,34.907840027994105],[107.55318320759228,34.907896310660256],[107.55318927604431,34.907892532190125],[107.55318467487685,34.90788734580525],[107.55318074798204,34.907889788452614],[107.55313778113658,34.9078420041637],[107.5531414875147,34.90783969509861],[107.55313833666916,34.907836306773525],[107.55314456255675,34.90783240617116],[107.55314293695224,34.907830656879405],[107.55308361034251,34.90786721516805]]]},
{"type":"Polygon","coordinates":[[[107.55315574561973,34.90782337028426],[107.55315741221767,34.907825164103414],[107.55320463927826,34.90779675115291],[107.55320754349042,34.907799996212795],[107.55321074589665,34.90779812514205],[107.55325335482644,34.90784537510184],[107.55324917179284,34.9078481841463],[107.55325405708756,34.90785358850358],[107.5532602858383,34.90784974133399],[107.55320960090572,34.90779386577573],[107.55321697178445,34.907789331611625],[107.55321539169694,34.90778751107602],[107.55315574561973,34.90782337028426]]]},
{"type":"Polygon","coordinates":[[[107.5521250448337,34.9077703244695],[107.55212702447157,34.90776899389323],[107.55212530445833,34.90776717652076],[107.55212319500815,34.90776840973779],[107.5521250448337,34.9077703244695]]]},
{"type":"Polygon","coordinates":[[[107.55284363984124,34.907327901655606],[107.55284561947911,34.90732657107933],[107.55284389946587,34.90732475370686],[107.55284179001569,34.907325986923894],[107.55284363984124,34.907327901655606]]]},
{"type":"Polygon","coordinates":[[[107.55295924719394,34.90739783308991],[107.5529675873088,34.9073926952544],[107.55289727340195,34.90731767214206],[107.5528889800847,34.9073229801346],[107.55289048959426,34.90732472550501],[107.55289655458789,34.90732108650884],[107.55296432456683,34.907391869741396],[107.55295757595124,34.907396080980625],[107.55295924719394,34.90739783308991]]]},
{"type":"Polygon","coordinates":[[[107.55293298765562,34.90742275386817],[107.55293455256131,34.907421810031614],[107.55292925149483,34.90741623079912],[107.55294666308066,34.90740549070624],[107.55294509067488,34.9074036809421],[107.5529274320939,34.907414373367345],[107.55286051579779,34.90734325106636],[107.5528777328909,34.90733258304128],[107.55287600773714,34.90733066919883],[107.5528587602891,34.907341401240835],[107.55285192993001,34.90733417383855],[107.55285009227437,34.90733541516885],[107.55287884671726,34.90736566955246],[107.55287483064862,34.90736815829803],[107.55287999068831,34.90737327574303],[107.55288388505788,34.90737098780091],[107.55292290945313,34.90741226493133],[107.55291974071406,34.90741423341345],[107.55292467561053,34.90741943604781],[107.55292792497518,34.90741741127989],[107.55293298765562,34.90742275386817]]]}
]}

View File

@ -0,0 +1,192 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55227440065455,34.90805502848463],[107.55228235581514,34.90806371263648],[107.55228184286224,34.908064027078034],[107.55228372254119,34.90806636538564],[107.55228437790994,34.90806598390235],[107.55229268848741,34.90807523613506],[107.55231835248554,34.9080596211784],[107.55230982064481,34.90805049201246],[107.55231279230193,34.90804876457784],[107.55231042514919,34.90804663218403],[107.55230798750917,34.90804812486417],[107.55230002245133,34.90803942758518],[107.552276983003,34.90805358080443],[107.5522849165062,34.90806214624231],[107.55229036172531,34.908058843990766],[107.55229037692229,34.908059536089176],[107.5522826730665,34.90806421179674],[107.55228382035743,34.90806560241905],[107.55231183370289,34.90804858850863],[107.55231042025838,34.908047331570074],[107.5522913733708,34.908058937158096],[107.55229121149299,34.9080521952869],[107.55229193903833,34.908051984513165],[107.55228937242744,34.908051123347676],[107.55229118762922,34.90805059989414],[107.55228975071844,34.908045703413215],[107.55229773496141,34.90805436004702],[107.55230798363957,34.9080481266231]]},
{"type":"LineString","coordinates":[[107.55228235599984,34.90806371231987],[107.55229773443374,34.9080543603988]]},
{"type":"LineString","coordinates":[[107.55228441619097,34.908065958864015],[107.55230980499421,34.908050507663056]]},
{"type":"LineString","coordinates":[[107.55229036235843,34.90805882752731],[107.55229021798652,34.90805248529713],[107.55229120579395,34.908052197819835]]},
{"type":"LineString","coordinates":[[107.55228748125361,34.90806059415677],[107.55227954581459,34.90805202141952]]},
{"type":"LineString","coordinates":[[107.55229003849995,34.908059034849934],[107.55228210306092,34.90805046211268]]},
{"type":"LineString","coordinates":[[107.55229259920141,34.908057461956155],[107.55228466376238,34.908048889218904]]},
{"type":"LineString","coordinates":[[107.55229516750137,34.908055911857936],[107.55228720578471,34.908047212767144]]},
{"type":"LineString","coordinates":[[107.55230029840244,34.908052796464474],[107.55229233668578,34.90804409737368]]},
{"type":"LineString","coordinates":[[107.55230286290322,34.90805122736997],[107.55229490118656,34.908042528279175]]},
{"type":"LineString","coordinates":[[107.55230542740392,34.908049654476194],[107.55229746568726,34.9080409553854]]},
{"type":"LineString","coordinates":[[107.55231573663656,34.908061196782754],[107.55230743034575,34.908051936271924]]},
{"type":"LineString","coordinates":[[107.5523131949314,34.90806276967652],[107.55230488864059,34.90805350916569]]},
{"type":"LineString","coordinates":[[107.5523106190329,34.90806433117252],[107.55230231274209,34.90805507066169]]},
{"type":"LineString","coordinates":[[107.55230806023103,34.908065881270716],[107.55229975394022,34.908056620759886]]},
{"type":"LineString","coordinates":[[107.55230546723588,34.908067442766715],[107.55229716094507,34.908058182255886]]},
{"type":"LineString","coordinates":[[107.5523029255307,34.90806901566047],[107.55229461923989,34.908059755149644]]},
{"type":"LineString","coordinates":[[107.55230038382554,34.90807057335721],[107.55229207753473,34.90806131284638]]},
{"type":"LineString","coordinates":[[107.55229780032849,34.90807212345541],[107.55228949403768,34.90806286294458]]},
{"type":"LineString","coordinates":[[107.55229523962707,34.90807367355362],[107.55228693333626,34.908064413042794]]},
{"type":"LineString","coordinates":[[107.55229018445486,34.90805087815456],[107.55228876361171,34.90804627706461]]},
{"type":"LineString","coordinates":[[107.55329433923086,34.907073394107336],[107.55328839736622,34.907066926839875]]},
{"type":"LineString","coordinates":[[107.55329267895412,34.90707452628692],[107.55328673708948,34.90706805901946]]},
{"type":"LineString","coordinates":[[107.5532892216272,34.9070765284971],[107.55328327976255,34.90707006122964]]},
{"type":"LineString","coordinates":[[107.55328754425375,34.907077637881116],[107.5532816023891,34.907071170613655]]},
{"type":"LineString","coordinates":[[107.55328406983018,34.9070796400913],[107.55327812796554,34.907073172823836]]},
{"type":"LineString","coordinates":[[107.55328240955342,34.907080772270874],[107.55327646768878,34.90707430500341]]},
{"type":"LineString","coordinates":[[107.55327898641984,34.90708277068179],[107.5532730445552,34.90707630341433]]},
{"type":"LineString","coordinates":[[107.55327728435121,34.90708388006581],[107.55327134248657,34.90707741279835]]},
{"type":"LineString","coordinates":[[107.55328277550082,34.90709313461095],[107.55326915963082,34.90707801868754]]},
{"type":"LineString","coordinates":[[107.55328071888258,34.90708179807116],[107.55327477701793,34.9070753308037]]},
{"type":"LineString","coordinates":[[107.55329095408993,34.90707555588647],[107.55328501222529,34.90706908861901]]},
{"type":"LineString","coordinates":[[107.55328580229292,34.90707866748067],[107.55327986042828,34.90707220021321]]},
{"type":"LineString","coordinates":[[107.5532960716936,34.90707242149671],[107.55329012982895,34.907065954229246]]},
{"type":"LineString","coordinates":[[107.55329776996298,34.90707137290081],[107.55329182809834,34.90706490563335]]},
{"type":"LineString","coordinates":[[107.55330122728991,34.90706937069063],[107.55329528542526,34.90706290342317]]},
{"type":"LineString","coordinates":[[107.55330462002938,34.907067265900416],[107.55329867816474,34.907060798632955]]},
{"type":"LineString","coordinates":[[107.55330288756664,34.907068238511044],[107.553296945702,34.90706177124358]]},
{"type":"LineString","coordinates":[[107.55329950242572,34.90707040029018],[107.55329356056107,34.90706393302272]]},
{"type":"LineString","coordinates":[[107.55330150775555,34.90708131265881],[107.55329544747076,34.90707468894249]]},
{"type":"LineString","coordinates":[[107.55329984747881,34.907082444838395],[107.55329378719402,34.90707582112207]]},
{"type":"LineString","coordinates":[[107.55329639015189,34.907084447048575],[107.5532903298671,34.90707782333225]]},
{"type":"LineString","coordinates":[[107.55329471277844,34.90708555643259],[107.55328865249365,34.90707893271627]]},
{"type":"LineString","coordinates":[[107.55329123835487,34.90708755864277],[107.55328517807008,34.90708093492645]]},
{"type":"LineString","coordinates":[[107.55328957807811,34.90708869082235],[107.55328351779332,34.907082067106025]]},
{"type":"LineString","coordinates":[[107.55328615494453,34.907090689233264],[107.55328009465974,34.90708406551694]]},
{"type":"LineString","coordinates":[[107.5532844528759,34.90709179861729],[107.55327839259111,34.90708517490096]]},
{"type":"LineString","coordinates":[[107.55328788740727,34.907089716622636],[107.55328182712248,34.90708309290631]]},
{"type":"LineString","coordinates":[[107.55329812261462,34.90708347443795],[107.55329206232983,34.90707685072162]]},
{"type":"LineString","coordinates":[[107.55329297081761,34.90708658603214],[107.55328691053282,34.90707996231582]]},
{"type":"LineString","coordinates":[[107.55330324021828,34.90708034004818],[107.5532971799335,34.90707371633186]]},
{"type":"LineString","coordinates":[[107.55330493848767,34.907079291452284],[107.55329887820288,34.90707266773596]]},
{"type":"LineString","coordinates":[[107.5533083958146,34.9070772892421],[107.5533023355298,34.90707066552578]]},
{"type":"LineString","coordinates":[[107.55331178855407,34.90707518445189],[107.55330572826928,34.90706856073557]]},
{"type":"LineString","coordinates":[[107.55331005609133,34.90707615706252],[107.55330399580654,34.907069533346196]]},
{"type":"LineString","coordinates":[[107.5533066709504,34.907078318841656],[107.55330061066562,34.90707169512533]]},
{"type":"LineString","coordinates":[[107.55328317214956,34.90709359977177],[107.55328276828902,34.90709312018737],[107.55331239434503,34.90707471568521],[107.55331284688523,34.90707518264897],[107.55327502642652,34.907098608363754],[107.55325966400207,34.90708221100007],[107.5532684636926,34.9070772902962],[107.5532691127542,34.90707798262857],[107.55329993236231,34.90705885694683],[107.55330024010239,34.90705939264254],[107.55326963200348,34.90707855957221]]},
{"type":"LineString","coordinates":[[107.55327545733131,34.90708500691739],[107.55330496568742,34.907067071074074],[107.55330540972112,34.907067511101516],[107.55327588463018,34.90708548109295],[107.55327621276687,34.90708584709157],[107.55330572884307,34.90706784780221],[107.55330617521469,34.90706830975673],[107.55327663645986,34.90708632126713]]},
{"type":"LineString","coordinates":[[107.55329165487615,34.9070884549534],[107.55329182202948,34.90708453902172],[107.55329606090785,34.907083195303755],[107.55328782333254,34.907081371222866],[107.55329195185728,34.90708002101351],[107.55329215958179,34.90707612617885]]},
{"type":"LineString","coordinates":[[107.55331054320139,34.907070959031536],[107.55327643993846,34.90709168504006],[107.55326925795397,34.90708357829584],[107.55330519429513,34.90706168932503]]},
{"type":"LineString","coordinates":[[107.55311308315578,34.90759408736812],[107.55310285796632,34.90758321354588],[107.5531011500092,34.90758425793858],[107.55309025706198,34.90757239301781],[107.55309079554316,34.907572062565436],[107.55310135989748,34.90758339602609],[107.5531030729035,34.90758235523972],[107.55311362212157,34.9075937608151],[107.55311308351641,34.90759408899097]]},
{"type":"LineString","coordinates":[[107.55310043981711,34.907601878110924],[107.55308962645088,34.90759053684128],[107.55309174564006,34.907589244837105],[107.5530811748958,34.907577913641674],[107.55308171753552,34.90757758653642],[107.55309260651009,34.907589455300176],[107.5530904453502,34.907590767258135],[107.55310083466281,34.907601660675255],[107.55310045928896,34.90760189541923]]},
{"type":"LineString","coordinates":[[107.55309175332653,34.90758924396545],[107.55310136180583,34.907583399930395]]},
{"type":"LineString","coordinates":[[107.55308996691844,34.907586606093815],[107.55309850350996,34.90758141674476]]},
{"type":"LineString","coordinates":[[107.5530885822537,34.90758505219231],[107.55309711884522,34.90757986284326]]},
{"type":"LineString","coordinates":[[107.55308722835929,34.90758358290921],[107.55309576495081,34.90757839356016]]},
{"type":"LineString","coordinates":[[107.55308443595213,34.907580544339446],[107.55309297254365,34.90757535499039]]},
{"type":"LineString","coordinates":[[107.55308310898178,34.907579100057234],[107.5530916455733,34.90757391070818]]},
{"type":"LineString","coordinates":[[107.55308173338358,34.90757756319975],[107.5530902699751,34.9075723738507]]},
{"type":"LineString","coordinates":[[107.55308588985005,34.90758209054836],[107.55309442644158,34.907576901199306]]},
{"type":"LineString","coordinates":[[107.5529992230489,34.90761002621762],[107.55300717820948,34.90761871036947],[107.55300666525659,34.90761902481102],[107.55300854493554,34.90762136311863],[107.55300920030429,34.90762098163533],[107.55301751088176,34.90763023386805],[107.55304317487989,34.90761461891139],[107.55303464303915,34.90760548974544],[107.55303761469628,34.90760376231083],[107.55303524754353,34.90760162991702],[107.55303280990351,34.90760312259716],[107.55302484484568,34.907594425318166],[107.55300180539734,34.90760857853741],[107.55300973890054,34.907617143975294],[107.55301518411966,34.90761384172375],[107.55301519931663,34.90761453382216],[107.55300749546085,34.90761920952973],[107.55300864275178,34.907620600152036],[107.55303665609723,34.90760358624161],[107.55303524265273,34.90760232930306],[107.55301619576515,34.90761393489108],[107.55301603388733,34.907607193019885],[107.55301676143267,34.90760698224615],[107.55301419482178,34.90760612108066],[107.55301601002357,34.907605597627125],[107.55301457311279,34.9076007011462],[107.55302255735576,34.907609357780004],[107.55303280603391,34.907603124356086]]},
{"type":"LineString","coordinates":[[107.55300717839418,34.90761871005286],[107.55302255682808,34.907609358131786]]},
{"type":"LineString","coordinates":[[107.55300923858532,34.907620956597],[107.55303462738856,34.90760550539604]]},
{"type":"LineString","coordinates":[[107.55301518475278,34.9076138252603],[107.55301504038087,34.90760748303011],[107.5530160281883,34.90760719555282]]},
{"type":"LineString","coordinates":[[107.55301230364796,34.90761559188976],[107.55300436820893,34.90760701915251]]},
{"type":"LineString","coordinates":[[107.5530148608943,34.90761403258292],[107.55300692545526,34.90760545984567]]},
{"type":"LineString","coordinates":[[107.55301742159575,34.90761245968914],[107.55300948615672,34.90760388695189]]},
{"type":"LineString","coordinates":[[107.55301998989572,34.90761090959092],[107.55301202817905,34.90760221050013]]},
{"type":"LineString","coordinates":[[107.55302512079679,34.90760779419746],[107.55301715908013,34.90759909510667]]},
{"type":"LineString","coordinates":[[107.55302768529756,34.90760622510295],[107.5530197235809,34.90759752601216]]},
{"type":"LineString","coordinates":[[107.55303024979827,34.90760465220918],[107.5530222880816,34.90759595311839]]},
{"type":"LineString","coordinates":[[107.5530405590309,34.90761619451574],[107.5530322527401,34.90760693400491]]},
{"type":"LineString","coordinates":[[107.55303801732575,34.907617767409505],[107.55302971103494,34.907608506898676]]},
{"type":"LineString","coordinates":[[107.55303544142724,34.907619328905504],[107.55302713513643,34.907610068394675]]},
{"type":"LineString","coordinates":[[107.55303288262537,34.9076208790037],[107.55302457633456,34.90761161849287]]},
{"type":"LineString","coordinates":[[107.55303028963023,34.9076224404997],[107.55302198333942,34.90761317998887]]},
{"type":"LineString","coordinates":[[107.55302774792504,34.90762401339346],[107.55301944163423,34.90761475288263]]},
{"type":"LineString","coordinates":[[107.55302520621989,34.90762557109019],[107.55301689992908,34.907616310579364]]},
{"type":"LineString","coordinates":[[107.55302262272284,34.9076271211884],[107.55301431643203,34.90761786067757]]},
{"type":"LineString","coordinates":[[107.55302006202142,34.90762867128661],[107.55301175573061,34.90761941077578]]},
{"type":"LineString","coordinates":[[107.55301500684921,34.90760587588755],[107.55301358600606,34.90760127479759]]},
{"type":"LineString","coordinates":[[107.55348143032006,34.90730646313399],[107.55348938548065,34.90731514728584],[107.55348887252775,34.90731546172739],[107.5534907522067,34.907317800035],[107.55349140757545,34.907317418551706],[107.55349971815292,34.90732667078442],[107.55352538215105,34.90731105582776],[107.55351685031032,34.907301926661816],[107.55351982196744,34.9073001992272],[107.5535174548147,34.90729806683339],[107.55351501717467,34.90729955951353],[107.55350705211684,34.90729086223454],[107.5534840126685,34.90730501545379],[107.5534919461717,34.90731358089167],[107.55349739139082,34.907310278640125],[107.5534974065878,34.907310970738536],[107.55348970273201,34.9073156464461],[107.55349085002294,34.90731703706841],[107.5535188633684,34.90730002315799],[107.55351744992389,34.907298766219434],[107.55349840303631,34.907310371807455],[107.5534982411585,34.90730362993626],[107.55349896870383,34.907303419162524],[107.55349640209295,34.907302557997035],[107.55349821729473,34.9073020345435],[107.55349678038395,34.907297138062575],[107.55350476462692,34.90730579469638],[107.55351501330507,34.90729956127246]]},
{"type":"LineString","coordinates":[[107.55348938566534,34.90731514696923],[107.55350476409924,34.90730579504816]]},
{"type":"LineString","coordinates":[[107.55349144585648,34.907317393513374],[107.55351683465972,34.907301942312415]]},
{"type":"LineString","coordinates":[[107.55349739202394,34.90731026217667],[107.55349724765203,34.907303919946486],[107.55349823545946,34.907303632469194]]},
{"type":"LineString","coordinates":[[107.55349451091912,34.90731202880613],[107.5534865754801,34.90730345606888]]},
{"type":"LineString","coordinates":[[107.55349706816546,34.90731046949929],[107.55348913272643,34.90730189676204]]},
{"type":"LineString","coordinates":[[107.55349962886692,34.907308896605514],[107.55349169342789,34.90730032386826]]},
{"type":"LineString","coordinates":[[107.55350219716688,34.907307346507295],[107.55349423545022,34.9072986474165]]},
{"type":"LineString","coordinates":[[107.55350732806795,34.907304231113834],[107.55349936635129,34.90729553202304]]},
{"type":"LineString","coordinates":[[107.55350989256873,34.907302662019326],[107.55350193085206,34.907293962928534]]},
{"type":"LineString","coordinates":[[107.55351245706943,34.90730108912555],[107.55350449535277,34.90729239003476]]},
{"type":"LineString","coordinates":[[107.55352276630207,34.90731263143211],[107.55351446001126,34.907303370921284]]},
{"type":"LineString","coordinates":[[107.55352022459691,34.90731420432588],[107.5535119183061,34.90730494381505]]},
{"type":"LineString","coordinates":[[107.5535176486984,34.90731576582188],[107.5535093424076,34.90730650531105]]},
{"type":"LineString","coordinates":[[107.55351508989654,34.907317315920075],[107.55350678360573,34.907308055409246]]},
{"type":"LineString","coordinates":[[107.55351249690139,34.907318877416074],[107.55350419061058,34.907309616905245]]},
{"type":"LineString","coordinates":[[107.5535099551962,34.90732045030983],[107.5535016489054,34.907311189799]]},
{"type":"LineString","coordinates":[[107.55350741349105,34.90732200800657],[107.55349910720024,34.90731274749574]]},
{"type":"LineString","coordinates":[[107.553504829994,34.90732355810477],[107.55349652370319,34.90731429759394]]},
{"type":"LineString","coordinates":[[107.55350226929258,34.90732510820298],[107.55349396300177,34.90731584769215]]},
{"type":"LineString","coordinates":[[107.55349721412037,34.90730231280392],[107.55349579327722,34.907297711713966]]},
{"type":"LineString","coordinates":[[107.55257885317366,34.90750727857929],[107.55257291130901,34.90750081131183]]},
{"type":"LineString","coordinates":[[107.55257719289692,34.90750841075887],[107.55257125103228,34.90750194349141]]},
{"type":"LineString","coordinates":[[107.55257373557,34.90751041296905],[107.55256779370535,34.90750394570159]]},
{"type":"LineString","coordinates":[[107.55257205819655,34.90751152235307],[107.5525661163319,34.90750505508561]]},
{"type":"LineString","coordinates":[[107.55256858377298,34.90751352456325],[107.55256264190834,34.90750705729579]]},
{"type":"LineString","coordinates":[[107.55256692349622,34.907514656742826],[107.55256098163157,34.907508189475365]]},
{"type":"LineString","coordinates":[[107.55256350036264,34.90751665515374],[107.552557558498,34.90751018788628]]},
{"type":"LineString","coordinates":[[107.55256179829401,34.907517764537765],[107.55255585642936,34.907511297270304]]},
{"type":"LineString","coordinates":[[107.55256728944362,34.907527019082906],[107.55255367357361,34.907511903159495]]},
{"type":"LineString","coordinates":[[107.55256523282537,34.907515682543114],[107.55255929096073,34.90750921527565]]},
{"type":"LineString","coordinates":[[107.55257546803273,34.907509440358425],[107.55256952616809,34.90750297309096]]},
{"type":"LineString","coordinates":[[107.55257031623572,34.90751255195262],[107.55256437437107,34.90750608468516]]},
{"type":"LineString","coordinates":[[107.55258058563639,34.90750630596866],[107.55257464377175,34.9074998387012]]},
{"type":"LineString","coordinates":[[107.55258228390578,34.90750525737276],[107.55257634204114,34.9074987901053]]},
{"type":"LineString","coordinates":[[107.5525857412327,34.90750325516258],[107.55257979936806,34.90749678789512]]},
{"type":"LineString","coordinates":[[107.55258913397218,34.90750115037237],[107.55258319210753,34.90749468310491]]},
{"type":"LineString","coordinates":[[107.55258740150944,34.907502122983],[107.5525814596448,34.907495655715536]]},
{"type":"LineString","coordinates":[[107.55258401636851,34.90750428476213],[107.55257807450387,34.90749781749467]]},
{"type":"LineString","coordinates":[[107.55258602169835,34.90751519713076],[107.55257996141356,34.90750857341444]]},
{"type":"LineString","coordinates":[[107.55258436142161,34.90751632931035],[107.55257830113682,34.90750970559402]]},
{"type":"LineString","coordinates":[[107.55258090409468,34.90751833152053],[107.5525748438099,34.907511707804204]]},
{"type":"LineString","coordinates":[[107.55257922672124,34.907519440904544],[107.55257316643645,34.90751281718822]]},
{"type":"LineString","coordinates":[[107.55257575229767,34.907521443114724],[107.55256969201288,34.9075148193984]]},
{"type":"LineString","coordinates":[[107.5525740920209,34.9075225752943],[107.55256803173612,34.90751595157798]]},
{"type":"LineString","coordinates":[[107.55257066888733,34.90752457370522],[107.55256460860254,34.90751794998889]]},
{"type":"LineString","coordinates":[[107.5525689668187,34.90752568308924],[107.55256290653391,34.907519059372916]]},
{"type":"LineString","coordinates":[[107.55257240135006,34.90752360109459],[107.55256634106527,34.907516977378265]]},
{"type":"LineString","coordinates":[[107.55258263655742,34.9075173589099],[107.55257657627263,34.907510735193576]]},
{"type":"LineString","coordinates":[[107.5525774847604,34.907520470504096],[107.55257142447562,34.90751384678777]]},
{"type":"LineString","coordinates":[[107.55258775416108,34.907514224520135],[107.55258169387629,34.90750760080381]]},
{"type":"LineString","coordinates":[[107.55258945243047,34.90751317592424],[107.55258339214568,34.90750655220791]]},
{"type":"LineString","coordinates":[[107.5525929097574,34.907511173714056],[107.5525868494726,34.90750454999773]]},
{"type":"LineString","coordinates":[[107.55259630249687,34.907509068923844],[107.55259024221208,34.90750244520752]]},
{"type":"LineString","coordinates":[[107.55259457003413,34.90751004153447],[107.55258850974934,34.90750341781815]]},
{"type":"LineString","coordinates":[[107.5525911848932,34.90751220331361],[107.55258512460841,34.907505579597284]]},
{"type":"LineString","coordinates":[[107.55256768609236,34.90752748424372],[107.55256728223182,34.90752700465932],[107.55259690828782,34.907508600157165],[107.55259736082803,34.90750906712092],[107.55255954036932,34.907532492835706],[107.55254417794487,34.907516095472026],[107.5525529776354,34.90751117476815],[107.55255362669699,34.907511867100524],[107.5525844463051,34.907492741418785],[107.55258475404518,34.90749327711449],[107.55255414594627,34.907512444044166]]},
{"type":"LineString","coordinates":[[107.5525599712741,34.907518891389344],[107.55258947963021,34.90750095554603],[107.55258992366392,34.90750139557347],[107.55256039857298,34.9075193655649],[107.55256072670967,34.907519731563525],[107.55259024278587,34.90750173227416],[107.55259068915748,34.907502194228684],[107.55256115040265,34.90752020573908]]},
{"type":"LineString","coordinates":[[107.55257616881894,34.907522339425356],[107.55257633597228,34.90751842349367],[107.55258057485065,34.90751707977571],[107.55257233727534,34.90751525569482],[107.55257646580007,34.907513905485466],[107.55257667352458,34.9075100106508]]},
{"type":"LineString","coordinates":[[107.55259505714419,34.90750484350349],[107.55256095388125,34.90752556951201],[107.55255377189677,34.90751746276779],[107.55258970823793,34.907495573796986]]},
{"type":"LineString","coordinates":[[107.56068802546606,34.90274732866981],[107.56068208360142,34.90274086140235]]},
{"type":"LineString","coordinates":[[107.56068636518933,34.902748460849395],[107.56068042332468,34.902741993581934]]},
{"type":"LineString","coordinates":[[107.5606829078624,34.902750463059576],[107.56067696599776,34.902743995792115]]},
{"type":"LineString","coordinates":[[107.56068123048895,34.90275157244359],[107.56067528862431,34.90274510517613]]},
{"type":"LineString","coordinates":[[107.56067775606539,34.90275357465377],[107.56067181420075,34.90274710738631]]},
{"type":"LineString","coordinates":[[107.56067609578862,34.90275470683335],[107.56067015392398,34.90274823956589]]},
{"type":"LineString","coordinates":[[107.56067267265504,34.902756705244265],[107.5606667307904,34.902750237976804]]},
{"type":"LineString","coordinates":[[107.56067097058641,34.90275781462829],[107.56066502872177,34.90275134736083]]},
{"type":"LineString","coordinates":[[107.56067646173602,34.90276706917343],[107.56066284586602,34.90275195325002]]},
{"type":"LineString","coordinates":[[107.56067440511778,34.902755732633636],[107.56066846325314,34.902749265366175]]},
{"type":"LineString","coordinates":[[107.56068464032514,34.90274949044895],[107.56067869846049,34.902743023181486]]},
{"type":"LineString","coordinates":[[107.56067948852812,34.902752602043144],[107.56067354666348,34.90274613477568]]},
{"type":"LineString","coordinates":[[107.5606897579288,34.90274635605918],[107.56068381606416,34.90273988879172]]},
{"type":"LineString","coordinates":[[107.56069145619819,34.902745307463285],[107.56068551433354,34.90273884019582]]},
{"type":"LineString","coordinates":[[107.56069491352511,34.902743305253104],[107.56068897166047,34.90273683798564]]},
{"type":"LineString","coordinates":[[107.56069830626458,34.90274120046289],[107.56069236439994,34.90273473319543]]},
{"type":"LineString","coordinates":[[107.56069657380185,34.90274217307352],[107.5606906319372,34.90273570580606]]},
{"type":"LineString","coordinates":[[107.56069318866092,34.902744334852656],[107.56068724679628,34.902737867585195]]},
{"type":"LineString","coordinates":[[107.56069519399075,34.902755247221286],[107.56068913370596,34.90274862350496]]},
{"type":"LineString","coordinates":[[107.56069353371402,34.90275637940087],[107.56068747342923,34.902749755684546]]},
{"type":"LineString","coordinates":[[107.56069007638709,34.90275838161105],[107.5606840161023,34.90275175789473]]},
{"type":"LineString","coordinates":[[107.56068839901364,34.90275949099507],[107.56068233872885,34.90275286727874]]},
{"type":"LineString","coordinates":[[107.56068492459008,34.90276149320525],[107.56067886430529,34.90275486948892]]},
{"type":"LineString","coordinates":[[107.56068326431331,34.902762625384824],[107.56067720402852,34.9027560016685]]},
{"type":"LineString","coordinates":[[107.56067984117973,34.90276462379574],[107.56067378089494,34.902758000079416]]},
{"type":"LineString","coordinates":[[107.5606781391111,34.90276573317976],[107.56067207882631,34.90275910946344]]},
{"type":"LineString","coordinates":[[107.56068157364247,34.90276365118511],[107.56067551335768,34.90275702746879]]},
{"type":"LineString","coordinates":[[107.56069180884982,34.90275740900042],[107.56068574856504,34.9027507852841]]},
{"type":"LineString","coordinates":[[107.56068665705281,34.90276052059462],[107.56068059676802,34.902753896878295]]},
{"type":"LineString","coordinates":[[107.56069692645349,34.90275427461066],[107.5606908661687,34.902747650894334]]},
{"type":"LineString","coordinates":[[107.56069862472287,34.90275322601476],[107.56069256443809,34.902746602298436]]},
{"type":"LineString","coordinates":[[107.5607020820498,34.90275122380458],[107.56069602176501,34.902744600088255]]},
{"type":"LineString","coordinates":[[107.56070547478927,34.902749119014366],[107.56069941450448,34.90274249529804]]},
{"type":"LineString","coordinates":[[107.56070374232654,34.902750091624995],[107.56069768204175,34.90274346790867]]},
{"type":"LineString","coordinates":[[107.56070035718561,34.90275225340413],[107.56069429690082,34.90274562968781]]},
{"type":"LineString","coordinates":[[107.56067685838477,34.902767534334245],[107.56067645452423,34.902767054749845],[107.56070608058023,34.90274865024769],[107.56070653312044,34.90274911721144],[107.56066871266172,34.90277254292623],[107.56065335023727,34.90275614556255],[107.56066214992781,34.902751224858676],[107.5606627989894,34.90275191719105],[107.56069361859751,34.90273279150931],[107.56069392633759,34.90273332720501],[107.56066331823868,34.90275249413469]]},
{"type":"LineString","coordinates":[[107.56066914356651,34.90275894147987],[107.56069865192262,34.90274100563655],[107.56069909595632,34.90274144566399],[107.56066957086539,34.902759415655424],[107.56066989900208,34.90275978165405],[107.56069941507828,34.902741782364686],[107.56069986144989,34.90274224431921],[107.56067032269506,34.902760255829605]]},
{"type":"LineString","coordinates":[[107.56068534111135,34.90276238951588],[107.56068550826468,34.90275847358419],[107.56068974714306,34.90275712986623],[107.56068150956774,34.90275530578534],[107.56068563809248,34.90275395557599],[107.56068584581699,34.902750060741326]]},
{"type":"LineString","coordinates":[[107.5607042294366,34.90274489359401],[107.56067012617366,34.90276561960253],[107.56066294418918,34.902757512858315],[107.56069888053034,34.90273562388751]]}
]}

View File

@ -0,0 +1,34 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55226583278241,34.908064537848084],[107.55226129642189,34.908059707808015],[107.55226158322311,34.908059527261436],[107.5522661904982,34.908064424885204],[107.55226585631635,34.90806463198381],[107.55226519265945,34.908064994406374],[107.55226446310752,34.90806527210678],[107.55226392182706,34.90806543684431],[107.55226315462086,34.908065582754695],[107.55226245330965,34.908065643942926],[107.55226190967583,34.908065646296315],[107.55226107657461,34.908065561574155],[107.5522603046616,34.908065392129835],[107.55225968166336,34.90806524424044],[107.55225889447175,34.90806490968401],[107.55225820567911,34.90806459480737],[107.55225732008856,34.90806404377325],[107.5522566532704,34.90806353649908],[107.55225596218305,34.908062803946486],[107.55225650214722,34.908063766616216],[107.55225675669773,34.908064403291895],[107.55225693555562,34.90806508106916],[107.55225706734564,34.90806590005003],[107.55225722168962,34.90806683830343],[107.55225723112993,34.908067674921334],[107.55225683575985,34.90806891751299],[107.55225645451013,34.90806968001241],[107.55225570789604,34.90807077301653],[107.55225492211115,34.90807157281527],[107.55225434317637,34.90807200172117],[107.55225404135369,34.908072199406234],[107.55224951637805,34.90806745223109],[107.55224978764899,34.90806724665907],[107.55225432464343,34.90807196377273]]},
{"type":"LineString","coordinates":[[107.55292107965306,34.90760120624068],[107.55291654329254,34.90759637620061],[107.55291683009376,34.90759619565403],[107.55292143736885,34.9076010932778],[107.552921103187,34.907601300376406],[107.5529204395301,34.90760166279897],[107.55291970997817,34.907601940499376],[107.55291916869771,34.907602105236904],[107.55291840149151,34.90760225114729],[107.5529177001803,34.90760231233552],[107.55291715654648,34.90760231468891],[107.55291632344526,34.90760222996675],[107.55291555153225,34.90760206052243],[107.55291492853401,34.907601912633034],[107.5529141413424,34.9076015780766],[107.55291345254976,34.907601263199965],[107.55291256695921,34.907600712165845],[107.55291190014105,34.90760020489167],[107.5529112090537,34.90759947233908],[107.55291174901787,34.90760043500881],[107.55291200356838,34.90760107168449],[107.55291218242627,34.907601749461755],[107.55291231421629,34.90760256844263],[107.55291246856027,34.90760350669602],[107.55291247800058,34.90760434331393],[107.5529120826305,34.907605585905586],[107.55291170138078,34.907606348405004],[107.55291095476669,34.90760744140913],[107.5529101689818,34.90760824120786],[107.55290959004702,34.90760867011377],[107.55290928822434,34.90760886779883],[107.5529047632487,34.90760412062368],[107.55290503451964,34.907603915051666],[107.55290957151408,34.90760863216532]]},
{"type":"LineString","coordinates":[[107.55295042484,34.90758305905057],[107.55294588847948,34.907578229010504],[107.55294617528071,34.907578048463925],[107.5529507825558,34.90758294608769],[107.55295044837395,34.9075831531863],[107.55294978471704,34.90758351560886],[107.55294905516512,34.90758379330927],[107.55294851388466,34.9075839580468],[107.55294774667846,34.907584103957184],[107.55294704536725,34.907584165145416],[107.55294650173343,34.907584167498804],[107.5529456686322,34.907584082776644],[107.5529448967192,34.907583913332324],[107.55294427372095,34.90758376544293],[107.55294348652934,34.9075834308865],[107.5529427977367,34.90758311600986],[107.55294191214615,34.90758256497574],[107.552941245328,34.90758205770157],[107.55294055424065,34.907581325148975],[107.55294109420481,34.907582287818705],[107.55294134875533,34.907582924494385],[107.55294152761321,34.90758360227165],[107.55294165940323,34.90758442125252],[107.55294181374721,34.907585359505916],[107.55294182318752,34.90758619612382],[107.55294142781744,34.90758743871548],[107.55294104656772,34.9075882012149],[107.55294029995363,34.90758929421902],[107.55293951416874,34.907590094017756],[107.55293893523397,34.90759052292366],[107.55293863341129,34.907590720608724],[107.55293410843565,34.90758597343358],[107.55293437970658,34.90758576786156],[107.55293891670102,34.907590484975216]]},
{"type":"LineString","coordinates":[[107.55298187638562,34.907568651444436],[107.5529756547789,34.907560341018716],[107.55297523062325,34.90756061369021],[107.55298146283391,34.90756895895728],[107.55298189001925,34.907568682498685],[107.55298243309001,34.90756828258049],[107.55298275575122,34.907568018998056],[107.5529832102037,34.907567600901764],[107.55298379796226,34.90756700102448],[107.55298430088968,34.907566364790995],[107.5529847674609,34.90756566796385],[107.55298516131973,34.907564965077334],[107.55298549458489,34.90756422583462],[107.5529857975532,34.907563371463944],[107.55298610052154,34.907562262599875],[107.55298625806506,34.90756082047064],[107.55298620959013,34.90755964495354],[107.55298605204662,34.907558590623765],[107.55298576119702,34.907557354512996],[107.55298525221023,34.90755616687716],[107.55298425316442,34.90755504511899],[107.55298540975376,34.90755613052096],[107.55298599145296,34.90755680917001],[107.5529866337458,34.907557402987926],[107.55298731239485,34.907557875618515],[107.55298818494363,34.90755844519897],[107.55298903325493,34.90755884511716],[107.55298989368497,34.907559208679146],[107.55299085106488,34.907559487410005],[107.55299217503651,34.90755966616132],[107.55299323845527,34.9075596873691],[107.55299454121908,34.90755956618177],[107.55299566220188,34.90755932986647],[107.55299665593799,34.90755900872005],[107.55299751636804,34.907558608801864],[107.55299813442336,34.9075582573586],[107.55299856766807,34.90755797862774],[107.55299232182391,34.90754965305366],[107.55299190372762,34.90754991966578],[107.55299812078978,34.90755823615083]]},
{"type":"LineString","coordinates":[[107.55285218814731,34.907584147494454],[107.55286033930811,34.90757909903357],[107.55286003692632,34.90757877035772],[107.55285167541301,34.90758387140676],[107.55285206982401,34.907584305258865],[107.55285326620407,34.90758577772662],[107.55285405502607,34.90758646137236],[107.55285504105359,34.90758718445921],[107.55285593505188,34.90758769719351],[107.55285827522385,34.907588472868504],[107.55286024727889,34.90758863063291],[107.55286248227459,34.907588367692234],[107.55286456166282,34.90758768887391],[107.552866838462,34.90758624403545]]},
{"type":"LineString","coordinates":[[107.55284813598493,34.90756572233761],[107.55284775513181,34.907566056970694],[107.55284621692887,34.90756759517363],[107.55284518159998,34.907569399604],[107.55284438291768,34.90757206187831],[107.55284420543272,34.907573570500425],[107.55284453082182,34.90757570031988],[107.55284500411503,34.90757729768447],[107.55284559573154,34.90757848091749],[107.5528460098631,34.907578835887406],[107.55285500243411,34.907573215530526],[107.55285469183544,34.90757289014144],[107.55284569926441,34.90757848091749]]},
{"type":"LineString","coordinates":[[107.55279401278025,34.90751735838106],[107.5527998864229,34.907513015546094],[107.55279963683469,34.90751276595788],[107.55279364671753,34.9075171753497],[107.55279400446064,34.90751755805164],[107.55279456187432,34.907518023949635],[107.55279532727819,34.90751847320843],[107.55279597620755,34.90751883927114],[107.55279725742706,34.907519355086784],[107.55279880487399,34.907519604675],[107.55280036896015,34.90751955475736],[107.55280161690122,34.90751922197307],[107.55280268181095,34.90751877271428],[107.55280349713246,34.90751825689863],[107.55280434573237,34.90751779100062],[107.5528033307403,34.907518622961355],[107.55280281492466,34.907519388365216],[107.55280234902666,34.90752037007886],[107.55280203288159,34.90752136843173],[107.55280183321102,34.90752271620809],[107.55280203288159,34.9075244633256],[107.55280229910902,34.907525511596106],[107.55280278164622,34.90752654322739],[107.55280338065793,34.90752745838419],[107.55280371344223,34.9075278244469],[107.55280394639122,34.90752814059197],[107.55280985331231,34.90752371456094],[107.5528096037241,34.907523464972726],[107.5528037966383,34.9075277079724]]},
{"type":"LineString","coordinates":[[107.5527614477577,34.9074813217425],[107.55276732140035,34.90747697890754],[107.55276707181214,34.90747672931933],[107.55276108169498,34.90748113871115],[107.55276143943809,34.90748152141308],[107.55276199685177,34.90748198731108],[107.55276276225564,34.90748243656987],[107.552763411185,34.907482802632586],[107.55276469240451,34.90748331844823],[107.55276623985144,34.90748356803645],[107.5527678039376,34.9074835181188],[107.55276905187867,34.90748318533451],[107.5527701167884,34.90748273607573],[107.55277093210991,34.90748222026008],[107.55277178070982,34.90748175436207],[107.55277076571775,34.9074825863228],[107.55277024990211,34.90748335172666],[107.55276978400411,34.90748433344031],[107.55276946785904,34.907485331793175],[107.55276926818847,34.90748667956954],[107.55276946785904,34.907488426687046],[107.55276973408647,34.90748947495755],[107.55277021662367,34.907490506588836],[107.55277081563538,34.90749142174563],[107.55277114841968,34.90749178780835],[107.55277138136867,34.907492103953416],[107.55277728828976,34.90748767792238],[107.55277703870155,34.90748742833417],[107.55277123161575,34.907491671333844]]},
{"type":"LineString","coordinates":[[107.55270064806828,34.90741422151054],[107.55270652171093,34.90740987867558],[107.55270627212272,34.90740962908737],[107.55270028200556,34.90741403847919],[107.55270063974866,34.90741442118112],[107.55270119716235,34.90741488707912],[107.55270196256622,34.90741533633791],[107.55270261149558,34.90741570240063],[107.55270389271509,34.90741621821627],[107.55270544016201,34.90741646780449],[107.55270700424818,34.90741641788684],[107.55270825218925,34.907416085102554],[107.55270931709897,34.90741563584377],[107.55271013242049,34.90741512002812],[107.5527109810204,34.90741465413011],[107.55270996602833,34.90741548609084],[107.55270945021269,34.9074162514947],[107.55270898431469,34.90741723320835],[107.55270866816961,34.907418231561216],[107.55270846849905,34.90741957933758],[107.55270866816961,34.907421326455086],[107.55270893439705,34.90742237472559],[107.55270941693425,34.90742340635688],[107.55271001594596,34.90742432151367],[107.55271034873026,34.90742468757639],[107.55271058167925,34.90742500372146],[107.55271648860034,34.907420577690424],[107.55271623901213,34.90742032810221],[107.55271043192633,34.907424571101885]]},
{"type":"LineString","coordinates":[[107.5522594167643,34.90801524709974],[107.55225331113523,34.90800734531936],[107.5522528860643,34.9080076206494],[107.55225901423495,34.90801556831814],[107.5522594397084,34.90801527105027],[107.55225985954644,34.908014962511565],[107.55226015399661,34.90801473286861],[107.55226078375371,34.908014190460385],[107.55226143746128,34.90801345785708],[107.55226217006458,34.908012488566555],[107.5522625758141,34.90801182358817],[107.55226292520953,34.908011124797326],[107.5522631393551,34.908010561256326],[107.55226353383384,34.90800941163267],[107.55226369162531,34.908008329633944],[107.55226378179188,34.90800668409421],[107.5522636803545,34.908005590824665],[107.5522633535007,34.9080041481597],[107.55226283574724,34.9080028830101],[107.55226263850788,34.90800247444287],[107.55226246944558,34.908002167313015],[107.55226211412058,34.90800161883277],[107.55226250396267,34.90800215604225],[107.55226270965512,34.908002437812755],[107.55226339435745,34.90800321549937],[107.55226413823158,34.90800392556103],[107.55226518641784,34.90800470324762],[107.55226635294773,34.90800537949682],[107.55226733350906,34.908005734527656],[107.55226812810189,34.90800597121488],[107.55226944678783,34.90800622480833],[107.55227051188034,34.908006258620794],[107.55227169531645,34.908006207902105],[107.55227299709617,34.90800595430865],[107.55227445737174,34.90800547811646],[107.55227541468707,34.90800499065353],[107.55227568307342,34.908004835679755],[107.55227610854688,34.90800456799778],[107.55226997715589,34.90799665293381],[107.55226954322931,34.90799692906891],[107.5522756605318,34.90800482440889]]},
{"type":"LineString","coordinates":[[107.55224372575246,34.9078431893095],[107.55223918939194,34.907838359269434],[107.55223947619317,34.907838178722855],[107.55224408346825,34.90784307634662],[107.5522437492864,34.90784328344523],[107.5522430856295,34.90784364586779],[107.55224235607757,34.9078439235682],[107.55224181479711,34.90784408830573],[107.55224104759091,34.907844234216114],[107.5522403462797,34.907844295404345],[107.55223980264589,34.907844297757734],[107.55223896954466,34.907844213035574],[107.55223819763165,34.907844043591254],[107.55223757463341,34.90784389570186],[107.5522367874418,34.90784356114543],[107.55223609864916,34.90784324626879],[107.55223521305861,34.90784269523467],[107.55223454624046,34.9078421879605],[107.5522338551531,34.907841455407905],[107.55223439511727,34.907842418077635],[107.55223464966778,34.907843054753315],[107.55223482852567,34.90784373253058],[107.55223496031569,34.90784455151145],[107.55223511465967,34.907845489764846],[107.55223512409998,34.90784632638275],[107.5522347287299,34.90784756897441],[107.55223434748018,34.90784833147383],[107.55223360086609,34.90784942447795],[107.5522328150812,34.907850224276686],[107.55223223614642,34.90785065318259],[107.55223193432374,34.90785085086765],[107.5522274093481,34.907846103692506],[107.55222768061904,34.90784589812049],[107.55223221761348,34.907850615234146]]},
{"type":"LineString","coordinates":[[107.5521548205477,34.90776956297752],[107.55215950481933,34.90777482230041],[107.55215919333322,34.90777499002369],[107.55215438925926,34.90776963485893],[107.5521548205477,34.90776944317518],[107.5521556591641,34.90776903584721],[107.55215668946425,34.90776867644018],[107.55215750412019,34.90776855663783],[107.55215860630176,34.90776848475643],[107.55215944491816,34.907768532677366],[107.55216052313925,34.90776872436112],[107.5521615534394,34.907769155649554],[107.55216284730471,34.90776992238455],[107.55216351819784,34.90777056931721],[107.55216468627071,34.90777155768654],[107.55216412918978,34.90777069510966],[107.55216375780252,34.90777001822643],[107.55216354215831,34.90776901188674],[107.55216359007925,34.907768005547055],[107.55216373384205,34.90776635227471],[107.55216409324909,34.90776532197456],[107.55216452453753,34.90776445939768],[107.55216529127253,34.90776323741378],[107.55216639345409,34.90776235087644],[107.55216689662393,34.90776196750894],[107.55216720811002,34.90776179978566],[107.55217196426305,34.90776710702948],[107.5521716288165,34.90776734663417],[107.55216696850533,34.90776218315316]]},
{"type":"LineString","coordinates":[[107.55223783439835,34.907875431306394],[107.55222922210731,34.90788070111201],[107.5522294916626,34.9078810784894],[107.5522382656868,34.90787586259483],[107.55223713355464,34.90787440699635],[107.55223600142249,34.907873220953135],[107.55223449191296,34.90787203490993],[107.55223287458129,34.907871387977266],[107.5522312033386,34.90787090277777],[107.55222920862956,34.9078706332225],[107.55222645916575,34.907871172333046],[107.55222507769497,34.90787156318821],[107.55222389165176,34.9078719001323],[107.5522225034421,34.90787241228732],[107.55222355470768,34.907871239721864],[107.5522243633735,34.90786989194549],[107.55222484857299,34.90786805896962],[107.55222522595038,34.90786644163797],[107.55222517203933,34.90786444692893],[107.55222457901772,34.90786207484251],[107.55222393208506,34.907860727066144],[107.55222355470768,34.90786010708901],[107.55221483459452,34.90786551167227],[107.55221513110533,34.90786588904966],[107.55222368948532,34.90786061924403]]},
{"type":"LineString","coordinates":[[107.55301811807902,34.90791542117433],[107.5530135817185,34.90791059113426],[107.55301386851973,34.90791041058768],[107.55301847579481,34.90791530821145],[107.55301814161297,34.90791551531006],[107.55301747795606,34.90791587773262],[107.55301674840413,34.90791615543303],[107.55301620712368,34.90791632017056],[107.55301543991747,34.90791646608094],[107.55301473860627,34.90791652726917],[107.55301419497245,34.90791652962256],[107.55301336187122,34.9079164449004],[107.55301258995821,34.90791627545608],[107.55301196695997,34.907916127566686],[107.55301117976836,34.907915793010254],[107.55301049097572,34.90791547813362],[107.55300960538517,34.9079149270995],[107.55300893856702,34.907914419825325],[107.55300824747967,34.90791368727273],[107.55300878744383,34.90791464994246],[107.55300904199434,34.90791528661814],[107.55300922085223,34.90791596439541],[107.55300935264225,34.90791678337628],[107.55300950698623,34.90791772162967],[107.55300951642654,34.90791855824758],[107.55300912105646,34.90791980083924],[107.55300873980674,34.90792056333866],[107.55300799319265,34.90792165634278],[107.55300720740776,34.90792245614151],[107.55300662847299,34.90792288504742],[107.5530063266503,34.90792308273248],[107.55300180167467,34.90791833555733],[107.5530020729456,34.90791812998532],[107.55300660994004,34.90792284709897]]},
{"type":"LineString","coordinates":[[107.55308625894737,34.90787290221152],[107.55308172258685,34.90786807217145],[107.55308200938808,34.907867891624875],[107.55308661666317,34.90787278924864],[107.55308628248132,34.90787299634725],[107.55308561882441,34.90787335876981],[107.55308488927248,34.90787363647022],[107.55308434799203,34.90787380120775],[107.55308358078582,34.907873947118134],[107.55308287947462,34.907874008306365],[107.5530823358408,34.907874010659754],[107.55308150273957,34.907873925937594],[107.55308073082657,34.907873756493274],[107.55308010782832,34.90787360860388],[107.55307932063671,34.907873274047446],[107.55307863184407,34.90787295917081],[107.55307774625352,34.90787240813669],[107.55307707943537,34.90787190086252],[107.55307638834802,34.907871168309924],[107.55307692831218,34.907872130979655],[107.5530771828627,34.907872767655334],[107.55307736172058,34.9078734454326],[107.5530774935106,34.90787426441347],[107.55307764785458,34.907875202666865],[107.55307765729489,34.90787603928477],[107.55307726192481,34.90787728187643],[107.55307688067509,34.90787804437585],[107.553076134061,34.90787913737997],[107.55307534827611,34.907879937178706],[107.55307476934134,34.90788036608461],[107.55307446751866,34.90788056376967],[107.55306994254302,34.907875816594526],[107.55307021381395,34.90787561102251],[107.55307475080839,34.907880328136166]]},
{"type":"LineString","coordinates":[[107.55315944676869,34.9078279727667],[107.55315491040817,34.90782314272663],[107.55315519720939,34.90782296218005],[107.55315980448448,34.90782785980382],[107.55315947030263,34.907828066902425],[107.55315880664573,34.90782842932499],[107.5531580770938,34.907828707025395],[107.55315753581334,34.90782887176292],[107.55315676860714,34.90782901767331],[107.55315606729593,34.90782907886154],[107.55315552366211,34.90782908121493],[107.55315469056089,34.90782899649277],[107.55315391864788,34.90782882704845],[107.55315329564964,34.90782867915905],[107.55315250845803,34.90782834460262],[107.55315181966539,34.907828029725984],[107.55315093407484,34.907827478691864],[107.55315026725668,34.90782697141769],[107.55314957616933,34.9078262388651],[107.5531501161335,34.90782720153483],[107.55315037068401,34.90782783821051],[107.5531505495419,34.907828515987774],[107.55315068133191,34.907829334968646],[107.5531508356759,34.90783027322204],[107.5531508451162,34.90783110983995],[107.55315044974613,34.907832352431605],[107.55315006849641,34.90783311493102],[107.55314932188232,34.907834207935146],[107.55314853609742,34.90783500773388],[107.55314795716265,34.907835436639786],[107.55314765533997,34.90783563432485],[107.55314313036433,34.9078308871497],[107.55314340163527,34.907830681577686],[107.5531479386297,34.90783539869134]]},
{"type":"LineString","coordinates":[[107.55323180733379,34.907784547076716],[107.55322727097327,34.90777971703665],[107.55322755777449,34.90777953649007],[107.55323216504958,34.907784434113836],[107.55323183086773,34.907784641212444],[107.55323116721082,34.907785003635006],[107.5532304376589,34.907785281335414],[107.55322989637844,34.90778544607294],[107.55322912917224,34.90778559198333],[107.55322842786103,34.90778565317156],[107.55322788422721,34.90778565552495],[107.55322705112599,34.90778557080279],[107.55322627921298,34.90778540135847],[107.55322565621474,34.90778525346907],[107.55322486902313,34.90778491891264],[107.55322418023049,34.907784604036],[107.55322329463993,34.90778405300188],[107.55322262782178,34.90778354572771],[107.55322193673443,34.90778281317512],[107.5532224766986,34.90778377584485],[107.55322273124911,34.90778441252053],[107.553222910107,34.90778509029779],[107.55322304189701,34.907785909278665],[107.55322319624099,34.90778684753206],[107.5532232056813,34.907787684149966],[107.55322281031123,34.907788926741624],[107.5532224290615,34.90778968924104],[107.55322168244741,34.907790782245165],[107.55322089666252,34.9077915820439],[107.55322031772775,34.907792010949805],[107.55322001590507,34.907792208634866],[107.55321549092943,34.90778746145972],[107.55321576220037,34.907787255887705],[107.5532202991948,34.90779197300136]]},
{"type":"LineString","coordinates":[[107.55326077341311,34.90776107895988],[107.55326109401058,34.9077615522228],[107.55326155200696,34.907762101818456],[107.5532621626688,34.90776278881303],[107.55326297179575,34.90776332314214],[107.55326375038959,34.90776382693816],[107.55326463584926,34.90776425440144],[107.55326552130893,34.90776448339964],[107.55326641440186,34.90776465133165],[107.55326718536244,34.90776470476456],[107.55326804028901,34.90776468186474],[107.55326887231577,34.907764567365646],[107.55326963564308,34.90776437653382],[107.55327045240328,34.90776407883617],[107.5532710096322,34.907763804038346],[107.55327162029404,34.90776344527451],[107.55326630753603,34.907757766119396],[107.55326596403874,34.907757979851034],[107.5532712558052,34.90776363419799]]},
{"type":"LineString","coordinates":[[107.55328087521347,34.90777936658568],[107.55328119581094,34.9077798398486],[107.55328165380732,34.907780389444255],[107.55328226446916,34.90778107643883],[107.5532830735961,34.90778161076794],[107.55328385218995,34.90778211456396],[107.55328473764962,34.90778254202724],[107.55328562310929,34.90778277102544],[107.55328651620222,34.907782938957446],[107.5532872871628,34.90778299239036],[107.55328814208937,34.90778296949054],[107.55328897411613,34.907782854991446],[107.55328973744344,34.90778266415962],[107.55329055420364,34.90778236646197],[107.55329111143256,34.907782091664146],[107.5532917220944,34.90778173290031],[107.5532864093364,34.907776053745195],[107.5532860658391,34.907776267476834],[107.55329135760556,34.90778192182379]]},
{"type":"LineString","coordinates":[[107.55320374531657,34.90777541385587],[107.55319920895604,34.907770583815804],[107.55319949575727,34.907770403269225],[107.55320410303236,34.90777530089299],[107.55320376885051,34.9077755079916],[107.5532031051936,34.90777587041416],[107.55320237564167,34.90777614811457],[107.55320183436122,34.9077763128521],[107.55320106715502,34.907776458762484],[107.55320036584381,34.907776519950716],[107.55319982220999,34.907776522304104],[107.55319898910876,34.907776437581944],[107.55319821719576,34.907776268137624],[107.55319759419751,34.90777612024823],[107.5531968070059,34.9077757856918],[107.55319611821326,34.90777547081516],[107.55319523262271,34.90777491978104],[107.55319456580456,34.90777441250687],[107.55319387471721,34.907773679954275],[107.55319441468137,34.907774642624005],[107.55319466923189,34.907775279299685],[107.55319484808977,34.90777595707695],[107.55319497987979,34.90777677605782],[107.55319513422377,34.907777714311216],[107.55319514366408,34.90777855092912],[107.553194748294,34.90777979352078],[107.55319436704428,34.9077805560202],[107.55319362043019,34.90778164902432],[107.5531928346453,34.907782448823056],[107.55319225571053,34.90778287772896],[107.55319195388785,34.907783075414024],[107.55318742891221,34.90777832823888],[107.55318770018314,34.90777812266686],[107.55319223717758,34.907782839780516]]},
{"type":"LineString","coordinates":[[107.55307373353098,34.907855613214046],[107.55306919717046,34.90785078317398],[107.55306948397168,34.9078506026274],[107.55307409124677,34.907855500251166],[107.55307375706492,34.907855707349775],[107.55307309340802,34.907856069772336],[107.55307236385609,34.907856347472745],[107.55307182257563,34.90785651221027],[107.55307105536943,34.90785665812066],[107.55307035405822,34.90785671930889],[107.5530698104244,34.90785672166228],[107.55306897732318,34.90785663694012],[107.55306820541017,34.9078564674958],[107.55306758241193,34.9078563196064],[107.55306679522032,34.90785598504997],[107.55306610642768,34.90785567017333],[107.55306522083713,34.907855119139214],[107.55306455401897,34.90785461186504],[107.55306386293162,34.90785387931245],[107.55306440289579,34.90785484198218],[107.5530646574463,34.90785547865786],[107.55306483630419,34.90785615643512],[107.5530649680942,34.907856975415996],[107.55306512243818,34.90785791366939],[107.5530651318785,34.907858750287296],[107.55306473650842,34.907859992878954],[107.5530643552587,34.90786075537837],[107.5530636086446,34.907861848382495],[107.55306282285972,34.90786264818123],[107.55306224392494,34.907863077087136],[107.55306194210226,34.9078632747722],[107.55305741712662,34.90785852759705],[107.55305768839756,34.907858322025035],[107.553062225392,34.90786303913869]]},
{"type":"LineString","coordinates":[[107.5528738142839,34.907771114754155],[107.55287968792655,34.90776677191919],[107.55287943833834,34.90776652233098],[107.55287344822118,34.9077709317228],[107.55287380596428,34.907771314424735],[107.55287436337797,34.90777178032273],[107.55287512878184,34.907772229581525],[107.5528757777112,34.90777259564424],[107.5528770589307,34.90777311145988],[107.55287860637763,34.9077733610481],[107.5528801704638,34.907773311130455],[107.55288141840487,34.907772978346166],[107.55288248331459,34.90777252908738],[107.5528832986361,34.90777201327173],[107.55288414723601,34.90777154737372],[107.55288313224395,34.90777237933445],[107.5528826164283,34.907773144738314],[107.55288215053031,34.90777412645196],[107.55288183438523,34.90777512480483],[107.55288163471467,34.90777647258119],[107.55288183438523,34.9077782196987],[107.55288210061266,34.907779267969204],[107.55288258314987,34.90778029960049],[107.55288318216158,34.907781214757286],[107.55288351494588,34.90778158082],[107.55288374789487,34.90778189696507],[107.55288965481596,34.907777470934036],[107.55288940522775,34.907777221345825],[107.55288359814195,34.9077814643455]]},
{"type":"LineString","coordinates":[[107.5530296870817,34.90772472976618],[107.55303081265379,34.907723829308516],[107.55303148799702,34.90772279378221],[107.55303243347757,34.907721172958425],[107.55303306379793,34.907719552134644],[107.55303328891235,34.907717886287976],[107.55303333393522,34.907716085372655],[107.55303297375217,34.90771468966329],[107.55303247850046,34.907713158885265],[107.55303202827162,34.90771225842761],[107.55303173562287,34.9077118194545],[107.55302375531686,34.90771676352983],[107.553024078356,34.90771712371289],[107.55303193822584,34.90771228093906]]},
{"type":"LineString","coordinates":[[107.55307643187903,34.907771160950794],[107.55307484397824,34.907772080261786],[107.55307395505768,34.907773554198414],[107.55307369863829,34.90777521617591],[107.55307329596488,34.90777684966238],[107.55307317440311,34.90777822483007],[107.55307326557445,34.907779683571476],[107.55307359986936,34.90778105114155],[107.55307378221204,34.90778184129314],[107.5530744811923,34.90778326964411],[107.55307472431586,34.90778366471991],[107.55308305129807,34.907778589515424],[107.55308270750615,34.90777820583606],[107.55307458755887,34.90778322405845]]},
{"type":"LineString","coordinates":[[107.55312451868174,34.907632800847594],[107.55311831903076,34.9076365692629],[107.55311850137343,34.90763690355781],[107.55312476180532,34.90763316553294],[107.5531245490722,34.90763264889536],[107.55312406282506,34.90763210186733],[107.55312357657792,34.90763146366797],[107.55312290798811,34.90763103820172],[107.55312187471294,34.90763030883102],[107.55312099339001,34.90762994414566],[107.55312005128619,34.90762967063165],[107.55311929152504,34.90762945789853],[107.55311844059254,34.907629488288975],[107.55311786317407,34.907629488288975],[107.55311695146068,34.90762960985076],[107.55311567506195,34.907630065707444],[107.55311467217723,34.90763049117369],[107.55311545321169,34.90762983170101],[107.55311578142849,34.90762927859489],[107.55311602455205,34.90762884705055],[107.55311614611385,34.907628257475906],[107.55311627375374,34.9076275888861],[107.55311632237846,34.90762704793616],[107.55311640443266,34.90762613014468],[107.55311646521355,34.907625096869516],[107.55311631326133,34.90762385086123],[107.55311603974731,34.907622908757396],[107.55311555350018,34.90762184509179],[107.5531153103766,34.90762126767331],[107.55310904994472,34.90762512725996],[107.55310926267784,34.90762543116442],[107.55311534076705,34.90762169313956]]},
{"type":"LineString","coordinates":[[107.55311374222967,34.907595409455844],[107.55311223486355,34.907593683278506],[107.55311140824341,34.90759309978195],[107.5531103709162,34.90759249197303],[107.55310952808783,34.907591940892935],[107.55310829626174,34.907591195314],[107.55310686993681,34.907590644233906],[107.55310521669655,34.90759035248563],[107.55310349862334,34.907590287652674],[107.55310184538307,34.907590482151534],[107.55310003006043,34.90759109806457],[107.55309915481558,34.90759148706228],[107.55309866856845,34.907591811227036],[107.55310507082237,34.907599040101104],[107.55310549426262,34.90759876152204],[107.55309916291968,34.90759164914466]]},
{"type":"LineString","coordinates":[[107.55353551824071,34.90727726925052],[107.55353098188019,34.90727243921045],[107.55353126868141,34.90727225866387],[107.5535358759565,34.90727715628764],[107.55353554177465,34.90727736338625],[107.55353487811774,34.90727772580881],[107.55353414856582,34.90727800350922],[107.55353360728536,34.90727816824675],[107.55353284007916,34.90727831415713],[107.55353213876795,34.90727837534536],[107.55353159513413,34.90727837769875],[107.5535307620329,34.90727829297659],[107.5535299901199,34.90727812353227],[107.55352936712166,34.90727797564288],[107.55352857993005,34.907277641086445],[107.5535278911374,34.90727732620981],[107.55352700554685,34.90727677517569],[107.5535263387287,34.907276267901516],[107.55352564764135,34.90727553534892],[107.55352618760551,34.90727649801865],[107.55352644215603,34.90727713469433],[107.55352662101392,34.9072778124716],[107.55352675280393,34.90727863145247],[107.55352690714791,34.907279569705864],[107.55352691658823,34.90728040632377],[107.55352652121815,34.90728164891543],[107.55352613996843,34.90728241141485],[107.55352539335433,34.90728350441897],[107.55352460756944,34.907284304217704],[107.55352402863467,34.90728473312361],[107.55352372681199,34.90728493080867],[107.55351920183635,34.907280183633524],[107.55351947310729,34.90727997806151],[107.55352401010173,34.907284695175164]]},
{"type":"LineString","coordinates":[[107.55213184375393,34.9077777237717],[107.55213296932601,34.90777682331404],[107.55213364466924,34.907775787787735],[107.55213459014979,34.90777416696395],[107.55213522047015,34.907772546140166],[107.55213544558457,34.9077708802935],[107.55213549060744,34.90776907937818],[107.55213513042439,34.90776768366881],[107.55213463517268,34.90776615289079],[107.55213418494384,34.90776525243313],[107.55213389229509,34.90776481346002],[107.55212591198908,34.90776975753535],[107.55212623502823,34.907770117718414],[107.55213409489807,34.90776527494458]]},
{"type":"LineString","coordinates":[[107.55295600107658,34.90743271167777],[107.55294738878554,34.90743798148339],[107.55294765834083,34.90743835886078],[107.55295643236502,34.907433142966205],[107.55295530023287,34.907431687367726],[107.55295416810071,34.90743050132451],[107.55295265859118,34.907429315281306],[107.55295104125952,34.90742866834864],[107.55294937001682,34.90742818314915],[107.55294737530778,34.90742791359388],[107.55294462584398,34.90742845270442],[107.5529432443732,34.907428843559586],[107.55294205832999,34.90742918050368],[107.55294067012032,34.907429692658695],[107.5529417213859,34.90742852009324],[107.55294253005172,34.907427172316865],[107.55294301525122,34.907425339340996],[107.5529433926286,34.90742372200935],[107.55294333871755,34.90742172730031],[107.55294274569594,34.90741935521389],[107.55294209876328,34.90741800743752],[107.5529417213859,34.907417387460384],[107.55293300127275,34.90742279204365],[107.55293329778355,34.90742316942104],[107.55294185616354,34.90741789961541]]},
{"type":"LineString","coordinates":[[107.55287335095451,34.90732710176316],[107.55287803522614,34.90733236108605],[107.55287772374004,34.90733252880933],[107.55287291966607,34.90732717364457],[107.55287335095451,34.907326981960814],[107.55287418957091,34.90732657463285],[107.55287521987107,34.907326215225815],[107.552876034527,34.90732609542347],[107.55287713670857,34.90732602354207],[107.55287797532498,34.907326071463004],[107.55287905354606,34.90732626314676],[107.55288008384622,34.90732669443519],[107.55288137771153,34.90732746117019],[107.55288204860466,34.907328108102845],[107.55288321667753,34.907329096472175],[107.55288265959659,34.9073282338953],[107.55288228820933,34.90732755701207],[107.55288207256513,34.90732655067238],[107.55288212048606,34.90732554433269],[107.55288226424886,34.90732389106035],[107.5528826236559,34.907322860760196],[107.55288305494435,34.90732199818332],[107.55288382167934,34.90732077619942],[107.5528849238609,34.90731988966208],[107.55288542703074,34.90731950629458],[107.55288573851684,34.9073193385713],[107.55289049466987,34.907324645815116],[107.55289015922331,34.907324885419804],[107.55288549891215,34.9073197219388]]},
{"type":"LineString","coordinates":[[107.55285037416074,34.90733526255734],[107.55285149973282,34.907334362099675],[107.55285217507605,34.90733332657337],[107.5528531205566,34.907331705749584],[107.55285375087696,34.9073300849258],[107.55285397599138,34.907328419079136],[107.55285402101426,34.907326618163815],[107.5528536608312,34.907325222454446],[107.55285316557949,34.907323691676424],[107.55285271535065,34.90732279121877],[107.5528524227019,34.90732235224566],[107.5528444423959,34.907327296320986],[107.55284476543504,34.90732765650405],[107.55285262530488,34.90732281373022]]},
{"type":"LineString","coordinates":[[107.55296157125011,34.90740094280984],[107.55295703488959,34.907396112769774],[107.55295732169081,34.907395932223196],[107.5529619289659,34.907400829846964],[107.55296159478405,34.90740103694557],[107.55296093112715,34.90740139936813],[107.55296020157522,34.90740167706854],[107.55295966029476,34.90740184180607],[107.55295889308856,34.907401987716455],[107.55295819177735,34.907402048904686],[107.55295764814353,34.907402051258074],[107.55295681504231,34.907401966535915],[107.5529560431293,34.907401797091595],[107.55295542013106,34.9074016492022],[107.55295463293945,34.90740131464577],[107.55295394414681,34.90740099976913],[107.55295305855626,34.90740044873501],[107.5529523917381,34.90739994146084],[107.55295170065075,34.907399208908245],[107.55295224061491,34.907400171577976],[107.55295249516543,34.907400808253655],[107.55295267402332,34.90740148603092],[107.55295280581333,34.90740230501179],[107.55295296015731,34.907403243265186],[107.55295296959763,34.907404079883094],[107.55295257422755,34.90740532247475],[107.55295219297783,34.90740608497417],[107.55295144636374,34.90740717797829],[107.55295066057884,34.90740797777703],[107.55295008164407,34.90740840668293],[107.55294977982139,34.907408604367994],[107.55294525484575,34.90740385719285],[107.55294552611669,34.90740365162083],[107.55295006311113,34.90740836873449]]}
]}

View File

@ -0,0 +1,5 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.56150426519575,34.90279112676464],[107.56150369469235,34.90279158180901],[107.5615092571005,34.90279869951806],[107.56150977327023,34.90279829201563],[107.56150909409952,34.9027973955103],[107.56151102294434,34.90279595566839],[107.56151232695211,34.902797205342516],[107.56151341362525,34.902798129014684],[107.56151504363496,34.90279916135416],[107.56151640197653,34.902800039748165],[107.5615187654906,34.902801167171546],[107.56152110183785,34.90280206367688],[107.56152476935955,34.90280296471015],[107.56152884438382,34.90280318204478],[107.5615299853906,34.90280307337746],[107.56154609531987,34.90279078038757],[107.56154642132181,34.90279118789],[107.56154998017634,34.90278843045691],[107.56154966775782,34.90278800937107],[107.5616225291918,34.90273200495418],[107.56162285519375,34.90273243962344],[107.56162652271558,34.902729695773765],[107.56162611521316,34.90272926110451],[107.56164211647511,34.9027169273644],[107.56164260547803,34.90271535168835],[107.56164287714631,34.9027141563479],[107.56164320314826,34.90271225466991],[107.56164342048288,34.902709320652434],[107.56164325748192,34.90270600629936],[107.56164211647511,34.9027007902683],[107.56164021479712,34.90269660657671],[107.56164203950246,34.90269519842944],[107.56164272772878,34.9026961085182],[107.56164332992681,34.902695664793335],[107.5616377969494,34.90268845200038],[107.56163725361283,34.902688922892075],[107.56163792372793,34.902689810341805],[107.56163604016115,34.90269127735054],[107.56163453692999,34.902689973342774],[107.56163319669977,34.90268888666964],[107.56163133124423,34.90268760077309],[107.56162904923063,34.90268640543264],[107.56162658610486,34.902685499871694],[107.56162415920151,34.90268466675562],[107.5616213700738,34.9026842683088],[107.56161912428264,34.90268408719661],[107.56161691471394,34.90268412341905],[107.56160090439637,34.9026964933816],[107.56160056028321,34.90269607682356],[107.56159702859551,34.90269881161762],[107.56159733648623,34.90269921006444],[107.56152445694119,34.90275525523149],[107.56152411282804,34.902754847729064],[107.56152053586229,34.90275757346752],[107.56152087997545,34.90275799908117],[107.56150486060227,34.90277033282127],[107.56150425387644,34.90277248805633],[107.5615039278745,34.90277444406797],[107.56150360187256,34.902776653636685],[107.56150363809499,34.90277900809515],[107.56150378298474,34.9027812538863],[107.56150414520914,34.90278357212233],[107.56150465232328,34.90278560057885],[107.56150552166179,34.902787810147565],[107.56150628233299,34.90278944015727],[107.56150680755833,34.90279056305285],[107.56150499643643,34.902791993839145],[107.56150426519575,34.90279112676464]]]},
{"type":"Polygon","coordinates":[[[107.5528524413837,34.90766297589701],[107.552851821641,34.90766336217513],[107.55285739423668,34.90767047309245],[107.55285794945819,34.907670141148],[107.55285719048547,34.9076690875842],[107.5528591991323,34.90766780480076],[107.55286050314007,34.90766905447489],[107.5528615898132,34.907669978147055],[107.55286321982291,34.90767101048653],[107.55286457816449,34.907671888880536],[107.55286694167856,34.90767301630392],[107.55286927802581,34.90767391280925],[107.5528729455475,34.90767481384252],[107.55287702057177,34.90767503117715],[107.55287816157856,34.907674922509834],[107.55289536836854,34.90766429688409],[107.55289569437048,34.90766470438653],[107.552899531685,34.90766235445586],[107.55289921926648,34.90766193337002],[107.55297796911036,34.90761316551716],[107.55297838680035,34.907613532269345],[107.55298226826096,34.90761118573454],[107.55298186075854,34.907610751065285],[107.55299929167481,34.90759979943755],[107.55299978067772,34.9075982237615],[107.55300005234601,34.907597028421044],[107.55300037834796,34.907595126743054],[107.55300059568258,34.90759219272558],[107.55300043268161,34.90758887837251],[107.55299929167481,34.907583662341445],[107.55299828310632,34.90758104413841],[107.55300017799259,34.90757975795888],[107.55300079603798,34.9075805460799],[107.55300142342188,34.90758013235173],[107.55299591959223,34.90757295521525],[107.5529953083386,34.90757334743634],[107.55299599203713,34.907574247903504],[107.5529939686744,34.907575509746096],[107.5529927206982,34.90757372946986],[107.55299037189947,34.90757175874278],[107.55298850644392,34.90757047284624],[107.55298622443033,34.907569277505786],[107.55298376130456,34.90756837194484],[107.55298133440121,34.907567538828765],[107.55297854527349,34.90756714038195],[107.55297629948234,34.90756695926976],[107.55297408991363,34.907566995492196],[107.55295716271561,34.90757812257233],[107.55295681860245,34.907577706014294],[107.55295294619751,34.9075800955633],[107.55295325408822,34.90758049401012],[107.5528741273046,34.90762934336348],[107.55287378319146,34.907628935861055],[107.55286994248108,34.9076312812639],[107.55287028659424,34.90763170687755],[107.55285303679022,34.90764218195364],[107.55285243006439,34.9076443371887],[107.55285210406245,34.907646293200344],[107.55285177806051,34.90764850276906],[107.55285181428295,34.90765085722752],[107.5528519591727,34.907653103018674],[107.5528523213971,34.9076554212547],[107.55285282851123,34.90765744971122],[107.55285369784974,34.907659659279936],[107.55285445852094,34.90766128928964],[107.55285498374629,34.90766241218522],[107.55285308489852,34.90766364742683],[107.5528524413837,34.90766297589701]]]},
{"type":"Polygon","coordinates":[[[107.55303034335921,34.90755795573016],[107.5530297236165,34.90755834200828],[107.55303529621219,34.9075654529256],[107.55303585143369,34.907565120981154],[107.55303509246097,34.907564067417354],[107.5530371011078,34.90756278463391],[107.55303840511557,34.90756403430804],[107.55303949178871,34.907564957980206],[107.55304112179842,34.90756599031968],[107.55304248014,34.90756686871369],[107.55304484365406,34.90756799613707],[107.55304718000131,34.9075688926424],[107.55305084752301,34.90756979367567],[107.55305492254728,34.9075700110103],[107.55305606355407,34.907569902342985],[107.55307327034404,34.907559276717244],[107.55307359634598,34.90755968421968],[107.5530774336605,34.90755733428901],[107.55307712124198,34.90755691320317],[107.55315587108586,34.90750814535031],[107.55315628877585,34.907508512102496],[107.55316017023647,34.90750616556769],[107.55315976273404,34.907505730898436],[107.55317719365031,34.9074947792707],[107.55317768265323,34.90749320359465],[107.55317795432151,34.907492008254195],[107.55317828032346,34.907490106576205],[107.55317849765808,34.90748717255873],[107.55317833465712,34.90748385820566],[107.55317719365031,34.907478642174596],[107.55317618508182,34.90747602397156],[107.55317807996809,34.90747473779203],[107.55317869801348,34.90747552591305],[107.55317932539738,34.90747511218488],[107.55317382156774,34.9074679350484],[107.5531732103141,34.90746832726949],[107.55317389401263,34.907469227736655],[107.5531718706499,34.90747048957925],[107.5531706226737,34.90746870930301],[107.55316827387497,34.907466738575934],[107.55316640841943,34.90746545267939],[107.55316412640583,34.90746425733894],[107.55316166328006,34.90746335177799],[107.55315923637671,34.907462518661916],[107.553156447249,34.9074621202151],[107.55315420145784,34.90746193910291],[107.55315199188914,34.90746197532535],[107.55313506469112,34.90747310240548],[107.55313472057796,34.907472685847445],[107.55313084817301,34.90747507539645],[107.55313115606373,34.90747547384327],[107.55305202928011,34.90752432319663],[107.55305168516696,34.907523915694206],[107.55304784445659,34.907526261097054],[107.55304818856975,34.9075266867107],[107.55303093876573,34.90753716178679],[107.5530303320399,34.90753931702185],[107.55303000603796,34.907541273033495],[107.55302968003602,34.90754348260221],[107.55302971625845,34.907545837060674],[107.5530298611482,34.907548082851825],[107.5530302233726,34.90755040108785],[107.55303073048674,34.907552429544374],[107.55303159982525,34.90755463911309],[107.55303236049645,34.90755626912279],[107.55303288572179,34.90755739201837],[107.55303098687402,34.90755862725998],[107.55303034335921,34.90755795573016]]]}
]}

View File

@ -0,0 +1,15 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.56098926168981,34.90321786318743],[107.56098770119462,34.903215808169115],[107.56098216253564,34.90322005557327],[107.56100411386758,34.90324857856802],[107.56103046645525,34.903228402024624],[107.56110539220286,34.90317083953324],[107.56110367785605,34.90316868561031],[107.56107453396007,34.90319125784347],[107.56105411564985,34.903164707446535],[107.56100043241764,34.903206016611314],[107.56100200390223,34.903208082619024],[107.56105314858243,34.90316874055734],[107.56105352222212,34.90316926804867],[107.56105404971345,34.90316886144077],[107.5610724679524,34.90319281833868],[107.5610045754225,34.903244952065116],[107.56098615718355,34.903221017146016],[107.56098667368548,34.90322063251692],[107.56098627806698,34.903220127004396],[107.56098926168981,34.90321786318743]]]},
{"type":"Polygon","coordinates":[[[107.56103094266275,34.9032281089739],[107.5610304224977,34.90322850459239],[107.56104093569293,34.90324216808312],[107.56112033412761,34.90318115125601],[107.56111993484598,34.90318064208035],[107.56104104558702,34.90324126695207],[107.56103094266275,34.9032281089739]]]},
{"type":"Polygon","coordinates":[[[107.55285844102313,34.90774768317025],[107.55286073122824,34.90775042110695],[107.55310922471932,34.90759669100029],[107.55313234967296,34.90762170232785],[107.55322821379367,34.90756190077563],[107.55320483644259,34.90753752729448],[107.55362022972247,34.907280359134596],[107.5536177665967,34.90727767867419],[107.55360624786147,34.90728474204958],[107.55359299950479,34.907269293179816],[107.55358253348437,34.90727599999055],[107.55359620519056,34.907291135309826],[107.55353067880053,34.907331583321465],[107.55351981206917,34.90731919524771],[107.55351253135915,34.907324030943165],[107.55352377842611,34.907336147348644],[107.55344807805872,34.907382976169124],[107.55343624690495,34.90737037755243],[107.55342888469445,34.907375077413754],[107.55344053926386,34.90738762848848],[107.55336625643193,34.907433627763766],[107.55335461921162,34.90742132886799],[107.55334732805714,34.90742579741905],[107.5533588627097,34.90743819888259],[107.55328532792355,34.90748368526159],[107.55327378468427,34.907471688730595],[107.55326675272461,34.907476025633386],[107.55327793697674,34.90748827858378],[107.55320042131153,34.90753638403516],[107.55318658997665,34.907521159141226],[107.55317949059422,34.90752544982498],[107.55319092159566,34.90753787229069],[107.5531288066994,34.90757633607042],[107.55313367635341,34.90758134835026],[107.55319766818812,34.90754143725147],[107.55321927652186,34.90756347860813],[107.55313667241727,34.90761462284799],[107.55311618917642,34.907592427953226],[107.55312002918711,34.90759005925468],[107.55311694074427,34.90758671002851],[107.55311814656304,34.90758593217861],[107.55311637758791,34.907584053500514],[107.55311523326175,34.90758474385835],[107.55310624705733,34.90757460233443],[107.5530992338723,34.907579103333774],[107.55311106636458,34.90759164072076],[107.55303593994687,34.9076383687143],[107.55302451233389,34.90762588426918],[107.55301731973508,34.907630366719005],[107.55302836119655,34.90764271012191],[107.55302574138163,34.90764433814976],[107.55293610968675,34.907545478063994],[107.55293528914468,34.907546093470536],[107.55302465602972,34.907645011816456],[107.5530219660412,34.907646691304954],[107.5530105635594,34.907634228759854],[107.55300344568465,34.9076386934697],[107.553014719446,34.907651229198706],[107.55292937986006,34.9077040892593],[107.55291792568966,34.90769145979688],[107.55291058190487,34.90769603576703],[107.55292201864789,34.90770864820524],[107.55285844102313,34.90774768317025]]]},
{"type":"Polygon","coordinates":[[[107.55362708881235,34.90727147189693],[107.55362962038943,34.907274454877204],[107.55369611933673,34.90723330191655],[107.55360303680914,34.90713264875953],[107.55313737199671,34.90742092508054],[107.55313951817612,34.907423336136524],[107.55319214037193,34.90739136928943],[107.55320359970109,34.90740375167297],[107.55321096134905,34.907399188153065],[107.553199450736,34.907386754485636],[107.55327473384924,34.90734019200872],[107.55328638464752,34.90735247592557],[107.55329376852393,34.907347875358234],[107.55328206644175,34.907335642725265],[107.55335797195144,34.907288503473865],[107.55336973103238,34.90730049849815],[107.5533770527639,34.907296109755855],[107.55336539625073,34.907283909596046],[107.55343971333852,34.90723778187616],[107.55345133716176,34.907250138378366],[107.55345859046061,34.90724562171755],[107.5534469153534,34.907233213931534],[107.55352192522774,34.90718684540352],[107.55353393744528,34.907198747013645],[107.55354129251948,34.90719429275099],[107.5535293828697,34.907182288573104],[107.55359683630905,34.90714040278076],[107.55361115788527,34.90715481929465],[107.55361647283954,34.90715153199254],[107.55369049966369,34.9072322550192],[107.55362708881235,34.90727147189693]]]},
{"type":"Polygon","coordinates":[[[107.55312973333824,34.90742946491184],[107.5531276063742,34.907427022986084],[107.55219890926627,34.90800165143884],[107.55229344680176,34.90810141552234],[107.55232345346398,34.90808284163104],[107.55235007953077,34.90810994067082],[107.55247562739133,34.908032919209596],[107.55244877503512,34.90800556740735],[107.55285127717198,34.90775637573614],[107.55284892129873,34.9077538632289],[107.5528469983965,34.90775506154082],[107.55283547371867,34.90774273841266],[107.55282846467694,34.90774709868862],[107.5528397423066,34.907759659950926],[107.55276965188929,34.907802834833],[107.5527576101926,34.90779051807217],[107.55275055021305,34.90779494966107],[107.55276228628291,34.90780744979799],[107.55268792727762,34.907853385509],[107.55267747484038,34.907841190998894],[107.55267009395268,34.907845867089236],[107.55268068392203,34.9078579699113],[107.55261057570083,34.90790117422104],[107.55260065695795,34.907891346764515],[107.55259332898308,34.90789592754746],[107.55260311209179,34.90790554790643],[107.5525256531242,34.90795399387348],[107.55251572693959,34.90794371860946],[107.55250814739445,34.90794869013906],[107.55251815546346,34.90795858478725],[107.55244438208196,34.9080042558688],[107.55243408909897,34.90799452114929],[107.55242577649962,34.90799975485199],[107.55243873604243,34.90801156458144],[107.55235001969288,34.908066540144354],[107.55234025162022,34.90805578480172],[107.55233903293332,34.90805655268908],[107.55234968784795,34.90806820853151],[107.55243951029703,34.90801251711836],[107.55244036605212,34.90801329137295],[107.55244409885891,34.908011138011176],[107.55246373327772,34.90803063188006],[107.55235060677961,34.908099612796406],[107.55233285089932,34.90808065509906],[107.55233771544717,34.90807781331863],[107.55232132812762,34.90805936560509],[107.55231233471632,34.90806520980937],[107.55232226194472,34.90807570487197],[107.55229424670738,34.90809287105709],[107.55220693185106,34.90800042722352],[107.55222972098183,34.907986387497765],[107.5522413778296,34.90799820459114],[107.55224991910812,34.90799290866504],[107.55223819557496,34.907981080457446],[107.55235095513986,34.907911872965535],[107.55236397484234,34.90792525942019],[107.55237231845449,34.907920216577686],[107.55235929875205,34.90790655505889],[107.55243418496326,34.907860504737975],[107.5524459439551,34.90787276801409],[107.55245309562264,34.90786822945582],[107.55244190968104,34.90785640169794],[107.55251421716603,34.9078119100738],[107.55252657213019,34.90782410458387],[107.55253429684802,34.90781924511745],[107.55252146052166,34.907807348593536],[107.55259625504493,34.907760931520436],[107.552608426633,34.90777282804436],[107.5526158533647,34.9077682894861],[107.55260337232947,34.90775639296217],[107.55267667692198,34.90771093861354],[107.55268822961573,34.90772338526574],[107.55269565634742,34.90771884670748],[107.55268403488763,34.9077064344383],[107.55275103448966,34.90766495258452],[107.55276203705515,34.907676780342406],[107.55276946378684,34.90767224178415],[107.55275832368929,34.90766027649419],[107.55282984036494,34.90761612870021],[107.55284084293041,34.90762823152224],[107.55284820089608,34.90762369296398],[107.55283706079851,34.9076112806948],[107.55292722596775,34.907555561759196],[107.55293853798038,34.907567974028375],[107.55294593032905,34.907563435470124],[107.55293451516738,34.90755112634999],[107.55294104794062,34.90754710353699],[107.55295270378342,34.90755934389109],[107.55295985545098,34.90755480533282],[107.55294837152327,34.90754263374476],[107.55302511441751,34.90749497888304],[107.55303652957922,34.9075075630673],[107.55304381877885,34.907502818210936],[107.55303219731904,34.90749052628232],[107.55310985136322,34.90744245882438],[107.55312181665317,34.9074543553483],[107.55312903708678,34.90744974802401],[107.55311734686096,34.90743737013785],[107.55312973333824,34.90742946491184]]]},
{"type":"Polygon","coordinates":[[[107.55365432861997,34.90719277441176],[107.55365133074507,34.90718892239372],[107.55355777980813,34.907247974800704],[107.55358255725515,34.9072760271574],[107.55358615346407,34.90727369420601],[107.55356440240112,34.90724877990756],[107.55365432861997,34.90719277441176]]]},
{"type":"Polygon","coordinates":[[[107.55229414781608,34.908036362218034],[107.55229230641457,34.908034413847126],[107.55228678518151,34.90803783490416],[107.55232719583825,34.908080069134186],[107.55233526438617,34.908075043271],[107.55233337501699,34.9080729304657],[107.55232711730808,34.908076605628075],[107.55229088737254,34.90803827296923],[107.55229414781608,34.908036362218034]]]},
{"type":"Polygon","coordinates":[[[107.55230459643302,34.90802662179597],[107.55230660210856,34.908028645141115],[107.5523653652316,34.907991454336965],[107.5523936458996,34.90802097788736],[107.55239599583025,34.90801938862791],[107.55236649265498,34.90798836411027],[107.55230459643302,34.90802662179597]]]},
{"type":"Polygon","coordinates":[[[107.55233743603425,34.90805496104244],[107.5523390838723,34.90805661906785],[107.55242778696174,34.908001575678355],[107.55242579274672,34.90799976483949],[107.55233743603425,34.90805496104244]]]},
{"type":"Polygon","coordinates":[[[107.56148640300599,34.90287462401181],[107.56148835901763,34.90287304833576],[107.56143418836182,34.902802414581835],[107.56143212368285,34.9028040989252],[107.56148640300599,34.90287462401181]]]},
{"type":"Polygon","coordinates":[[[107.56186320691641,34.902609204098034],[107.56186538026269,34.902607682755644],[107.56178757446605,34.90250662215387],[107.56178545545343,34.90250825216358],[107.56186320691641,34.902609204098034]]]},
{"type":"Polygon","coordinates":[[[107.55283070424261,34.907745828780364],[107.55283266025425,34.90774425310432],[107.55276649717712,34.9076735204026],[107.55276443249815,34.90767520474596],[107.55283070424261,34.907745828780364]]]},
{"type":"Polygon","coordinates":[[[107.55324091082807,34.907511972689555],[107.55324308417434,34.907510451347164],[107.55315401220943,34.9074143109131],[107.55315189319681,34.9074159409228],[107.55324091082807,34.907511972689555]]]}
]}

View File

@ -0,0 +1,85 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55231543090294,34.90802306745181],[107.55232338606352,34.90803175160366],[107.55232287311063,34.90803206604521],[107.55232475278957,34.90803440435282],[107.55232540815832,34.90803402286952],[107.5523337187358,34.90804327510224],[107.55235938273393,34.90802766014558],[107.55235085089319,34.90801853097963],[107.55235382255032,34.90801680354502],[107.55235145539757,34.90801467115121],[107.55234901775755,34.90801616383135],[107.55234105269972,34.908007466552355],[107.55231801325138,34.9080216197716],[107.55232594675458,34.90803018520948],[107.5523313919737,34.90802688295794],[107.55233140717067,34.90802757505635],[107.55232370331488,34.90803225076392],[107.55232485060581,34.908033641386226],[107.55235286395127,34.9080166274758],[107.55235145050676,34.90801537053725],[107.55233240361919,34.90802697612527],[107.55233224174137,34.908020234254074],[107.55233296928671,34.90802002348034],[107.55233040267582,34.90801916231485],[107.5523322178776,34.908018638861314],[107.55233078096683,34.90801374238039],[107.5523387652098,34.90802239901419],[107.55234901388795,34.908016165590276]]},
{"type":"LineString","coordinates":[[107.55232338624822,34.90803175128705],[107.55233876468212,34.908022399365976]]},
{"type":"LineString","coordinates":[[107.55232544643935,34.90803399783119],[107.55235083524259,34.90801854663023]]},
{"type":"LineString","coordinates":[[107.55233139260682,34.90802686649449],[107.5523312482349,34.9080205242643],[107.55233223604233,34.90802023678701]]},
{"type":"LineString","coordinates":[[107.552328511502,34.90802863312395],[107.55232057606297,34.9080200603867]]},
{"type":"LineString","coordinates":[[107.55233106874833,34.90802707381711],[107.5523231333093,34.90801850107986]]},
{"type":"LineString","coordinates":[[107.55233362944979,34.90802550092333],[107.55232569401076,34.90801692818608]]},
{"type":"LineString","coordinates":[[107.55233619774975,34.90802395082511],[107.55232823603309,34.90801525173432]]},
{"type":"LineString","coordinates":[[107.55234132865083,34.90802083543165],[107.55233336693416,34.90801213634086]]},
{"type":"LineString","coordinates":[[107.5523438931516,34.90801926633714],[107.55233593143494,34.90801056724635]]},
{"type":"LineString","coordinates":[[107.5523464576523,34.90801769344337],[107.55233849593564,34.90800899435258]]},
{"type":"LineString","coordinates":[[107.55235676688494,34.90802923574993],[107.55234846059413,34.9080199752391]]},
{"type":"LineString","coordinates":[[107.55235422517978,34.908030808643694],[107.55234591888897,34.908021548132865]]},
{"type":"LineString","coordinates":[[107.55235164928128,34.90803237013969],[107.55234334299047,34.908023109628864]]},
{"type":"LineString","coordinates":[[107.55234909047941,34.90803392023789],[107.5523407841886,34.90802465972706]]},
{"type":"LineString","coordinates":[[107.55234649748427,34.90803548173389],[107.55233819119346,34.90802622122306]]},
{"type":"LineString","coordinates":[[107.55234395577908,34.90803705462765],[107.55233564948827,34.90802779411682]]},
{"type":"LineString","coordinates":[[107.55234141407392,34.90803861232438],[107.55233310778311,34.90802935181355]]},
{"type":"LineString","coordinates":[[107.55233883057687,34.90804016242259],[107.55233052428606,34.90803090191176]]},
{"type":"LineString","coordinates":[[107.55233626987545,34.9080417125208],[107.55232796358464,34.90803245200997]]},
{"type":"LineString","coordinates":[[107.55233121470324,34.90801891712174],[107.5523297938601,34.90801431603178]]},
{"type":"LineString","coordinates":[[107.55235852428301,34.90806243218481],[107.55236647944359,34.908071116336664],[107.55236675423997,34.908071396760405],[107.55237500234375,34.908066120877436],[107.55237518571985,34.90806634627722],[107.55236692997539,34.90807153047214],[107.55236714391415,34.9080717749736],[107.55237549699926,34.90806634085828],[107.55237533512144,34.90805959898708],[107.55237606266678,34.908059388213346],[107.55237349605589,34.90805852704786],[107.55237531125768,34.90805800359432],[107.5523738743469,34.908053107113396],[107.55238185858987,34.9080617637472]]},
{"type":"LineString","coordinates":[[107.55236647962829,34.908071116020054],[107.55238185806219,34.90806176409898]]},
{"type":"LineString","coordinates":[[107.55237448598689,34.908066231227494],[107.55237434161498,34.90805988899731],[107.5523753294224,34.908059601520016]]},
{"type":"LineString","coordinates":[[107.55237160488207,34.90806799785695],[107.55236366944304,34.9080594251197]]},
{"type":"LineString","coordinates":[[107.5523741621284,34.908066438550115],[107.55236622668937,34.908057865812864]]},
{"type":"LineString","coordinates":[[107.55237672282986,34.908064865656335],[107.55236878739083,34.908056292919085]]},
{"type":"LineString","coordinates":[[107.55237929112982,34.90806331555812],[107.55237132941316,34.908054616467325]]},
{"type":"LineString","coordinates":[[107.55237430808332,34.90805828185474],[107.55237288724017,34.90805368076479]]},
{"type":"LineString","coordinates":[[107.55236922981722,34.90806945220975],[107.55236129437819,34.9080608794725]]},
{"type":"LineString","coordinates":[[107.55313933716006,34.907577535154566],[107.55314729232065,34.90758621930642],[107.55314677936775,34.90758653374797],[107.5531486590467,34.90758887205558],[107.55314931441545,34.90758849057228],[107.55315762499292,34.907597742804995],[107.55318328899105,34.907582127848336],[107.55317475715032,34.90757299868239],[107.55317772880744,34.907571271247775],[107.5531753616547,34.907569138853965],[107.55317292401467,34.90757063153411],[107.55316495895684,34.907561934255114],[107.5531419195085,34.90757608747436],[107.5531498530117,34.90758465291224],[107.55315529823082,34.9075813506607],[107.5531553134278,34.90758204275911],[107.55314760957201,34.907586718466675],[107.55314875686294,34.907588109088984],[107.5531767702084,34.90757109517856],[107.55317535676389,34.90756983824001],[107.55315630987631,34.90758144382803],[107.5531561479985,34.90757470195683],[107.55315687554383,34.9075744911831],[107.55315430893295,34.90757363001761],[107.55315612413473,34.90757310656407],[107.55315468722395,34.90756821008315],[107.55316267146692,34.90757686671695],[107.55317292014507,34.907570633293034]]},
{"type":"LineString","coordinates":[[107.55314729250534,34.907586218989806],[107.55316267093924,34.907576867068734]]},
{"type":"LineString","coordinates":[[107.55314935269648,34.90758846553395],[107.55317474149972,34.90757301433299]]},
{"type":"LineString","coordinates":[[107.55315529886394,34.907581334197246],[107.55315515449203,34.90757499196706],[107.55315614229946,34.90757470448977]]},
{"type":"LineString","coordinates":[[107.55315241775912,34.907583100826706],[107.55314448232009,34.907574528089455]]},
{"type":"LineString","coordinates":[[107.55315497500546,34.90758154151987],[107.55314703956643,34.90757296878262]]},
{"type":"LineString","coordinates":[[107.55315753570692,34.90757996862609],[107.55314960026789,34.90757139588884]]},
{"type":"LineString","coordinates":[[107.55316010400688,34.90757841852787],[107.55315214229022,34.90756971943708]]},
{"type":"LineString","coordinates":[[107.55316523490795,34.90757530313441],[107.55315727319129,34.907566604043616]]},
{"type":"LineString","coordinates":[[107.55316779940873,34.9075737340399],[107.55315983769206,34.90756503494911]]},
{"type":"LineString","coordinates":[[107.55317036390943,34.90757216114613],[107.55316240219277,34.907563462055336]]},
{"type":"LineString","coordinates":[[107.55318067314207,34.90758370345269],[107.55317236685126,34.90757444294186]]},
{"type":"LineString","coordinates":[[107.55317813143691,34.90758527634645],[107.5531698251461,34.90757601583562]]},
{"type":"LineString","coordinates":[[107.5531755555384,34.90758683784245],[107.5531672492476,34.90757757733162]]},
{"type":"LineString","coordinates":[[107.55317299673654,34.90758838794065],[107.55316469044573,34.90757912742982]]},
{"type":"LineString","coordinates":[[107.55317040374139,34.90758994943665],[107.55316209745058,34.90758068892582]]},
{"type":"LineString","coordinates":[[107.5531678620362,34.90759152233041],[107.5531595557454,34.90758226181958]]},
{"type":"LineString","coordinates":[[107.55316532033105,34.90759308002714],[107.55315701404024,34.90758381951631]]},
{"type":"LineString","coordinates":[[107.553162736834,34.907594630125345],[107.55315443054319,34.907585369614516]]},
{"type":"LineString","coordinates":[[107.55316017613258,34.90759618022356],[107.55315186984177,34.90758691971273]]},
{"type":"LineString","coordinates":[[107.55315512096037,34.907573384824495],[107.55315370011722,34.90756878373454]]},
{"type":"LineString","coordinates":[[107.55357812264172,34.907240698247506],[107.55358607780231,34.90724938239936],[107.55358556484941,34.90724969684091],[107.55358744452836,34.90725203514852],[107.55358809989711,34.90725165366522],[107.55359641047458,34.907260905897935],[107.55362207447271,34.907245290941276],[107.55361354263198,34.90723616177533],[107.5536165142891,34.907234434340715],[107.55361414713636,34.907232301946905],[107.55361170949634,34.90723379462705],[107.5536037444385,34.907225097348054],[107.55358070499017,34.9072392505673],[107.55358863849337,34.90724781600518],[107.55359408371248,34.90724451375364],[107.55359409890946,34.90724520585205],[107.55358639505367,34.907249881559615],[107.5535875423446,34.907251272181924],[107.55361555569006,34.9072342582715],[107.55361414224555,34.90723300133295],[107.55359509535798,34.90724460692097],[107.55359493348016,34.90723786504977],[107.5535956610255,34.90723765427604],[107.55359309441461,34.90723679311055],[107.5535949096164,34.90723626965701],[107.55359347270561,34.90723137317609],[107.55360145694858,34.90724002980989],[107.55361170562674,34.907233796385974]]},
{"type":"LineString","coordinates":[[107.553586077987,34.907249382082746],[107.5536014564209,34.907240030161674]]},
{"type":"LineString","coordinates":[[107.55358813817814,34.90725162862689],[107.55361352698138,34.90723617742593]]},
{"type":"LineString","coordinates":[[107.5535940843456,34.907244497290186],[107.5535939399737,34.90723815506],[107.55359492778112,34.90723786758271]]},
{"type":"LineString","coordinates":[[107.55359120324079,34.907246263919646],[107.55358326780176,34.907237691182395]]},
{"type":"LineString","coordinates":[[107.55359376048712,34.90724470461281],[107.55358582504809,34.90723613187556]]},
{"type":"LineString","coordinates":[[107.55359632118858,34.90724313171903],[107.55358838574955,34.90723455898178]]},
{"type":"LineString","coordinates":[[107.55359888948854,34.90724158162081],[107.55359092777188,34.90723288253002]]},
{"type":"LineString","coordinates":[[107.55360402038961,34.90723846622735],[107.55359605867295,34.907229767136556]]},
{"type":"LineString","coordinates":[[107.55360658489039,34.90723689713284],[107.55359862317373,34.90722819804205]]},
{"type":"LineString","coordinates":[[107.5536091493911,34.90723532423907],[107.55360118767443,34.907226625148276]]},
{"type":"LineString","coordinates":[[107.55361945862373,34.90724686654563],[107.55361115233292,34.9072376060348]]},
{"type":"LineString","coordinates":[[107.55361691691857,34.90724843943939],[107.55360861062776,34.90723917892856]]},
{"type":"LineString","coordinates":[[107.55361434102007,34.90725000093539],[107.55360603472926,34.90724074042456]]},
{"type":"LineString","coordinates":[[107.5536117822182,34.90725155103359],[107.55360347592739,34.90724229052276]]},
{"type":"LineString","coordinates":[[107.55360918922305,34.90725311252959],[107.55360088293224,34.90724385201876]]},
{"type":"LineString","coordinates":[[107.55360664751787,34.90725468542335],[107.55359834122706,34.90724542491252]]},
{"type":"LineString","coordinates":[[107.55360410581271,34.90725624312008],[107.5535957995219,34.90724698260925]]},
{"type":"LineString","coordinates":[[107.55360152231566,34.907257793218285],[107.55359321602485,34.907248532707456]]},
{"type":"LineString","coordinates":[[107.55359896161424,34.9072593433165],[107.55359065532343,34.90725008280567]]},
{"type":"LineString","coordinates":[[107.55359390644203,34.907236547917435],[107.55359248559888,34.90723194682748]]},
{"type":"LineString","coordinates":[[107.55309371336719,34.90743280919753],[107.55313293095888,34.907408512760796],[107.55314122801072,34.907418492431525]]},
{"type":"LineString","coordinates":[[107.55309370853207,34.90743282370286],[107.55309404350987,34.90743314650939],[107.5531328632673,34.907409228357345],[107.55314083153152,34.90741870517645]]},
{"type":"LineString","coordinates":[[107.55312536395546,34.90742838442813],[107.55311705766465,34.9074191239173]]},
{"type":"LineString","coordinates":[[107.5531228222503,34.907429957321895],[107.55311451595949,34.907420696811066]]},
{"type":"LineString","coordinates":[[107.5531202463518,34.907431518817894],[107.55311194006099,34.907422258307065]]},
{"type":"LineString","coordinates":[[107.55311768754993,34.90743306891609],[107.55310938125912,34.90742380840526]]},
{"type":"LineString","coordinates":[[107.55311509455478,34.90743463041209],[107.55310678826397,34.90742536990126]]},
{"type":"LineString","coordinates":[[107.5531125528496,34.90743620330585],[107.55310424655879,34.90742694279502]]},
{"type":"LineString","coordinates":[[107.55311001114444,34.90743776100258],[107.55310170485363,34.907428500491754]]},
{"type":"LineString","coordinates":[[107.55310742764739,34.90743931110079],[107.55309912135658,34.90743005058996]]},
{"type":"LineString","coordinates":[[107.55310486694597,34.907440861199],[107.55309656065516,34.90743160068817]]}
]}

View File

@ -0,0 +1,8 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.5523086486616,34.908031418173856],[107.55230411230107,34.90802658813379],[107.5523043991023,34.90802640758721],[107.55230900637739,34.908031305210976],[107.55230867219554,34.908031512309584],[107.55230800853863,34.908031874732146],[107.5523072789867,34.908032152432554],[107.55230673770625,34.90803231717008],[107.55230597050004,34.90803246308047],[107.55230526918884,34.9080325242687],[107.55230472555502,34.90803252662209],[107.55230389245379,34.90803244189993],[107.55230312054078,34.90803227245561],[107.55230249754254,34.90803212456621],[107.55230171035093,34.90803179000978],[107.55230102155829,34.90803147513314],[107.55230013596774,34.90803092409902],[107.55229946914959,34.90803041682485],[107.55229877806224,34.90802968427226],[107.5522993180264,34.90803064694199],[107.55229957257691,34.90803128361767],[107.5522997514348,34.90803196139493],[107.55229988322482,34.908032780375805],[107.5523000375688,34.9080337186292],[107.55230004700911,34.908034555247106],[107.55229965163903,34.908035797838764],[107.55229927038931,34.90803656033818],[107.55229852377522,34.908037653342305],[107.55229773799033,34.90803845314104],[107.55229715905556,34.908038882046945],[107.55229685723288,34.908039079732006],[107.55229233225724,34.90803433255686],[107.55229260352817,34.908034126984845],[107.55229714052261,34.9080388440985]]},
{"type":"LineString","coordinates":[[107.55285585109392,34.90776083131284],[107.55284940266081,34.907753395874664],[107.55284898592534,34.90775368100946],[107.55285550015878,34.90776113838108],[107.55285589496081,34.90776085324629],[107.55285686003243,34.90776008557568],[107.55285758383616,34.907759405638856],[107.5528581321723,34.90775868183514],[107.55285885597603,34.907757563229396],[107.55285942624562,34.90775648849054],[107.55285973331387,34.90775530408446],[107.55285997458176,34.907754010011146],[107.5528600403821,34.90775280367162],[107.55285986491454,34.90775135606419],[107.55285960171318,34.907750281325335],[107.5528591849777,34.90774920658649],[107.55285870244192,34.90774824151487],[107.55285823087283,34.90774750674443]]},
{"type":"LineString","coordinates":[[107.55313293151454,34.90758132999143],[107.55312839515402,34.90757649995136],[107.55312868195524,34.90757631940478],[107.55313328923033,34.90758121702855],[107.55313295504848,34.90758142412716],[107.55313229139158,34.90758178654972],[107.55313156183965,34.90758206425013],[107.55313102055919,34.90758222898766],[107.55313025335299,34.90758237489804],[107.55312955204178,34.90758243608627],[107.55312900840796,34.90758243843966],[107.55312817530674,34.9075823537175],[107.55312740339373,34.90758218427318],[107.55312678039549,34.907582036383786],[107.55312599320388,34.907581701827354],[107.55312530441124,34.90758138695072],[107.55312441882069,34.9075808359166],[107.55312375200253,34.907580328642425],[107.55312306091518,34.90757959608983],[107.55312360087935,34.90758055875956],[107.55312385542986,34.90758119543524],[107.55312403428775,34.90758187321251],[107.55312416607777,34.90758269219338],[107.55312432042174,34.90758363044677],[107.55312432986206,34.90758446706468],[107.55312393449198,34.90758570965634],[107.55312355324226,34.90758647215576],[107.55312280662817,34.90758756515988],[107.55312202084328,34.90758836495861],[107.5531214419085,34.90758879386452],[107.55312114008582,34.90758899154958],[107.55311661511018,34.90758424437443],[107.55311688638112,34.90758403880242],[107.55312142337556,34.90758875591607]]},
{"type":"LineString","coordinates":[[107.55362468692869,34.90728476392767],[107.55361823849557,34.90727732848949],[107.5536178217601,34.90727761362429],[107.55362433599355,34.90728507099591],[107.55362473079558,34.907284785861115],[107.5536256958672,34.90728401819051],[107.55362641967092,34.907283338253684],[107.55362696800707,34.90728261444997],[107.55362769181079,34.907281495844224],[107.55362826208038,34.90728042110537],[107.55362856914863,34.90727923669929],[107.55362881041653,34.907277942625974],[107.55362887621686,34.90727673628645],[107.5536287007493,34.90727528867902],[107.55362843754794,34.90727421394016],[107.55362802081247,34.907273139201315],[107.55362753827669,34.907272174129695],[107.55362706670759,34.907271439359256]]},
{"type":"LineString","coordinates":[[107.56176558967714,34.902507364096046],[107.56177192474803,34.902515590232895],[107.56177234593999,34.90251528078574],[107.56176597648607,34.90250697728711],[107.56176554669837,34.90250732111728],[107.56176502235735,34.902507776692254],[107.56176424873946,34.90250855890589],[107.56176338056828,34.90250971073697],[107.56176303673811,34.90251029524826],[107.56176241784382,34.90251153303688],[107.56176204822638,34.9025126762722],[107.561761781758,34.90251400861411],[107.56176169580046,34.90251497133859],[107.5617617043962,34.902515916871565],[107.5617617989495,34.902517068702636],[107.56176212558817,34.90251845261908],[107.56176233188627,34.90251906291763],[107.56176280465276,34.90252017176993],[107.56176338916406,34.902521151685924],[107.56176408542015,34.90252213160191]]},
{"type":"LineString","coordinates":[[107.55313206278764,34.907416003960634],[107.55313895085206,34.907423731543716],[107.55313937204401,34.907423422096564],[107.55313244959657,34.9074156171517],[107.55313201980887,34.907415960981865],[107.55313149546785,34.90741641655684],[107.55313072184997,34.90741719877048],[107.55312985367878,34.90741835060156],[107.55312950984862,34.90741893511285],[107.55312889095433,34.90742017290147],[107.55312852133689,34.90742131613679],[107.5531282548685,34.9074226484787],[107.55312816891096,34.90742361120318],[107.55312817750671,34.90742455673615],[107.55312827206001,34.907425708567224],[107.55312859869868,34.907427092483665],[107.55312880499677,34.907427702782215],[107.55312927776326,34.90742881163452]]}
]}

View File

@ -0,0 +1,14 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.56187064762919,34.90207725282187],[107.56188128487514,34.902090984539356],[107.56188575735356,34.902087708751125],[107.56188651888367,34.90208877247572],[107.56188772766163,34.90208789006782],[107.56188795732943,34.902088204350086],[107.5618882111728,34.90208802303339],[107.56188935951185,34.90208953400583],[107.56188890017623,34.90208990872699],[107.56188990346193,34.902091202119394],[107.56189037488532,34.90209086366157],[107.56189152322435,34.90209237463401],[107.56189193420884,34.902092084527304],[107.56189197651608,34.90209211474675],[107.56189167432159,34.90209240485346],[107.56189117872263,34.90209277353073],[107.5618913177321,34.9020930273741],[107.56189029027085,34.902093807035875],[107.56189275617788,34.90209705864854],[107.56190248079652,34.902089624664185],[107.5619015500375,34.902088434017905],[107.56190169509085,34.90208834335956],[107.56190235991872,34.902089201591906],[107.56190398572507,34.90208794446284],[107.56190363517946,34.902087509302774],[107.56190407033952,34.90208717688884],[107.56190437857789,34.90208759996112],[107.56190504340577,34.902087140625504],[107.56190527307358,34.90208750325889],[107.5619056719703,34.902087201064404],[107.56190581097977,34.90208740655665],[107.56190631262261,34.902087476061375],[107.56190642141263,34.90208744281998],[107.56190669338767,34.902087802431424],[107.56190701069188,34.90208754858806],[107.56190659970737,34.902087025791594],[107.56190715574523,34.90208659969737],[107.56190709228437,34.902085535972766],[107.56190767551973,34.90208508268103],[107.56190726453524,34.90208453873095],[107.56190743376415,34.90208441785316],[107.5619071315696,34.90208401593449],[107.56190759090522,34.902084130768394],[107.56190782057304,34.90208394945171],[107.56190805628474,34.90208426373397],[107.56190841891812,34.90208401593449],[107.56190924088712,34.902085109878534],[107.56190940407214,34.90208518240521],[107.56190957330107,34.90208520658077],[107.56190971835441,34.90208515822965],[107.56190980901276,34.902085103834644],[107.56191009307558,34.90208547855581],[107.56191711607545,34.902080087406155],[107.56191729739214,34.90207983356279],[107.56191742431383,34.90207948906107],[107.56191742431383,34.902079180822696],[107.5619173215677,34.90207883027709],[107.56191428753507,34.9020748171343],[107.56191382819945,34.902074575378705],[107.56191322381048,34.902074623729824],[107.56191252271927,34.90207496218765],[107.56190589861612,34.90208008740615],[107.56190623707396,34.902080465149254],[107.56190610713033,34.90208060415871],[107.56190606180115,34.90208074921207],[107.56190607388893,34.90208091239709],[107.56190611921811,34.90208101816516],[107.561906947231,34.90208210304337],[107.56190659366345,34.90208235990867],[107.56190683844098,34.90208268325677],[107.56190660575122,34.902082858529575],[107.56190660575122,34.90208333297492],[107.56190630053479,34.902082934078194],[107.56190613432783,34.90208306099988],[107.5619057082336,34.90208252309369],[107.56190512802019,34.90208298545126],[107.5619041126467,34.90208263188371],[107.56190357776246,34.90208305193405],[107.56190316073408,34.90208253820342],[107.56190282832013,34.90208277391512],[107.56190310029517,34.902083136548505],[107.56190305194406,34.90208322116296],[107.56190298546127,34.90208372280581],[107.5619031426024,34.902083904122506],[107.56190277996902,34.90208421840477],[107.56190303985626,34.90208456895037],[107.56190241733562,34.902085028285995],[107.56190274370566,34.90208546948995],[107.5619023145895,34.902085813991654],[107.56190197008779,34.9020853727877],[107.56190035032535,34.902086617828985],[107.5619010211971,34.902087488149114],[107.56190089427541,34.90208757880746],[107.56189998769194,34.90208640024896],[107.5618941916017,34.90209084250792],[107.56189407676779,34.902090727674015],[107.56189374435385,34.902090939210154],[107.56189359325661,34.9020909150346],[107.5618933031499,34.90209108426351],[107.56189323666712,34.90209113261463],[107.56189321249155,34.902091096351285],[107.5618936053444,34.9020907941568],[107.56189243887367,34.902089271096585],[107.56189291029708,34.902088896375425],[107.56189190701133,34.90208760902689],[107.56189143558792,34.902087953528614],[107.56189027516109,34.902086430468394],[107.56189049274113,34.90208624915171],[107.56189024494165,34.90208591673777],[107.5618913932807,34.90208502224208],[107.56189058339947,34.90208399478083],[107.56190186129776,34.902075267404044],[107.56189110317402,34.90206160821323],[107.56187064762919,34.90207725282187]]]},
{"type":"Polygon","coordinates":[[[107.56185870792497,34.90201862406941],[107.56185849437416,34.90202108997642],[107.5618578980437,34.90202154931204],[107.56185689878727,34.902021210854215],[107.56185635080793,34.902021637955755],[107.56185594788195,34.90202109803494],[107.56185563359968,34.90202135590757],[107.56185590758935,34.902021702423916],[107.56185581894563,34.90202181524319],[107.56185577059452,34.90202230681289],[107.56185593176491,34.90202248410032],[107.56185555301448,34.90202279838259],[107.56185581088711,34.90202313684041],[107.5618551903811,34.90202360423455],[107.56185553689745,34.90202405551166],[107.56185509367887,34.90202436979393],[107.56185474716253,34.9020239507509],[107.56185311128304,34.902025207879966],[107.56185381237425,34.90202605402453],[107.56185367537941,34.90202615878529],[107.56185279700077,34.90202495000734],[107.5618430784261,34.90203237996245],[107.5618455765672,34.902035635604385],[107.56184660604308,34.902034839825575],[107.56184678333051,34.902035057405605],[107.56184682160848,34.90203506747876],[107.56184729303187,34.90203470081612],[107.56184766170915,34.902034483236086],[107.5618476919286,34.902034525543314],[107.56184773625046,34.9020344912946],[107.56185186825643,34.90204043243822],[107.56184610641486,34.902044824331426],[107.56185645355409,34.902058942857856],[107.56187700277921,34.90204308369118],[107.56186636553328,34.90202930362258],[107.56185335908255,34.902039312303984],[107.56185054262997,34.90203568597015],[107.56184895913086,34.90203349808206],[107.56184923714979,34.90203323215091],[107.561849225062,34.90203307500978],[107.56184956351983,34.90203279699085],[107.56184950308094,34.90203266402528],[107.56185522060063,34.90202816737131],[107.56185438654386,34.90202698276892],[107.56185445907053,34.902026934417805],[107.5618551238984,34.90202776847459],[107.56185674366085,34.90202653552109],[107.56185641729078,34.90202610036103],[107.5618568766264,34.90202579816654],[107.56185720299645,34.90202616079993],[107.56185783156097,34.90202573772765],[107.56185809749212,34.902026039922134],[107.56185848430107,34.902025822342104],[107.56185862935442,34.902025979483234],[107.56185913704115,34.902026039922134],[107.56185920956784,34.90202600365879],[107.56185948758676,34.90202634211662],[107.56185978978125,34.90202610036103],[107.56185939088454,34.90202560476207],[107.56185992274682,34.90202519377757],[107.56185986230793,34.9020241179652],[107.5618604666969,34.90202364654179],[107.5618600557124,34.90202310259172],[107.56186022494131,34.9020230542406],[107.5618599348346,34.90202259490498],[107.56186041834579,34.902022703694996],[107.5618605875747,34.902022534466084],[107.56186086559363,34.90202283666057],[107.56186117383199,34.90202258886109],[107.56186199580098,34.902023700936795],[107.56186223755657,34.90202374928791],[107.5618625760144,34.902023700936795],[107.56186289029667,34.90202406357018],[107.56186994955988,34.90201859989386],[107.56187019131548,34.90201823726047],[107.56187021549103,34.90201782627597],[107.56187009461324,34.90201731858923],[107.56186695179058,34.90201328127088],[107.56186661333274,34.90201316039309],[107.56186637157715,34.902013087866415],[107.56186583971486,34.90201318456865],[107.56185870792497,34.90201862406941]]]},
{"type":"Polygon","coordinates":[[[107.56184615275124,34.902044786053466],[107.56074913035394,34.902887030293456],[107.56074294141084,34.902891929873405],[107.56075435227467,34.90290688648588],[107.56076073462224,34.902902180310406],[107.56185698340165,34.90205871117542],[107.56184615275124,34.902044786053466]]]},
{"type":"Polygon","coordinates":[[[107.56187058618286,34.90207656885497],[107.56077356378556,34.90291881309496],[107.56076737484246,34.90292371267491],[107.56077878570629,34.90293866928739],[107.56078516805385,34.90293396311191],[107.56188141683327,34.90209049397693],[107.56187058618286,34.90207656885497]]]},
{"type":"Polygon","coordinates":[[[107.5535011927813,34.90728698984778],[107.55351206354291,34.90730092449744],[107.55351670627506,34.907297880766386],[107.55351746780516,34.90729894449098],[107.55351867658312,34.90729806208308],[107.55351890625093,34.90729837636535],[107.5535191600943,34.907298195048654],[107.55352030843335,34.90729970602109],[107.55351984909773,34.90730008074225],[107.55352085238343,34.907301374134654],[107.55352132380682,34.90730103567683],[107.55352247214584,34.90730254664927],[107.55352288313034,34.907302256542565],[107.55352292543758,34.90730228676201],[107.55352262324308,34.90730257686872],[107.55352212764413,34.90730294554599],[107.5535222666536,34.90730319938936],[107.55352123919235,34.907303979051136],[107.55352370509938,34.907307230663804],[107.55353424488278,34.90730079257207],[107.55353331412377,34.90729960192579],[107.55353345917712,34.907299511267446],[107.55353412400498,34.907300369499794],[107.5535358868987,34.90729928567354],[107.55353539926573,34.90729867721066],[107.55353583442579,34.90729834479673],[107.5535361254421,34.90729873733362],[107.55353680749204,34.90729830853339],[107.55353705173383,34.90729861651295],[107.55353743605656,34.90729836897229],[107.55353757506603,34.90729857446454],[107.55353807670888,34.90729864396926],[107.5535381854989,34.90729861072787],[107.55353845747393,34.90729897033931],[107.55353877477815,34.907298716495944],[107.55353832499769,34.90729813942623],[107.5535389198315,34.90729776760526],[107.55353905611764,34.907296956003364],[107.553539639353,34.90729650271163],[107.5535392283685,34.90729595876155],[107.55353939759742,34.90729583788376],[107.55353909540287,34.90729543596509],[107.55353955473849,34.90729555079899],[107.55353978440631,34.907295369482306],[107.553540020118,34.907295683764566],[107.5535403827514,34.90729543596509],[107.55354120472039,34.90729652990913],[107.55354136790541,34.90729660243581],[107.55354153713434,34.90729662661137],[107.55354168218769,34.90729657826025],[107.55354177284603,34.90729652386524],[107.55354205690885,34.90729689858641],[107.5535496077887,34.90729223470366],[107.55354978910539,34.90729198086029],[107.55354991602708,34.90729163635858],[107.55354991602708,34.9072913281202],[107.55354981328095,34.9072909775746],[107.55354673115816,34.90728690985593],[107.55354627182254,34.90728666810033],[107.55354566743357,34.90728671645145],[107.55354496634236,34.907287054909276],[107.55353792226218,34.907291574836975],[107.55353820090723,34.90729188517985],[107.5535380709636,34.90729202418931],[107.55353802563442,34.907292169242666],[107.5535380377222,34.90729233242769],[107.55353808305138,34.90729243819576],[107.55353891106427,34.90729352307397],[107.55353855749672,34.907293779939266],[107.55353880227425,34.90729410328737],[107.55353856958449,34.90729427856017],[107.55353856958449,34.907294753005516],[107.55353826436806,34.90729435410879],[107.5535380981611,34.907294481030476],[107.55353767206687,34.90729394312429],[107.55353709185346,34.907294405481856],[107.55353623004645,34.9072941867714],[107.5535354954152,34.90729435469903],[107.55353507838682,34.90729384096841],[107.55353474597287,34.9072940766801],[107.55353501794791,34.90729443931349],[107.5535349695968,34.907294523927945],[107.55353490311401,34.9072950255708],[107.553535137191,34.907295245926285],[107.55353469762176,34.90729552116975],[107.553534957509,34.907295871715355],[107.55353430807698,34.907296301705074],[107.55353463444702,34.907296742909026],[107.55353420533086,34.90729708741073],[107.55353386082915,34.90729664620678],[107.55353211441161,34.90729778573687],[107.55353278528337,34.907298656057],[107.55353265836168,34.90729874671535],[107.5535314289261,34.90729721623245],[107.55352514052319,34.90730101452318],[107.55352502568928,34.907300899689275],[107.55352469327535,34.907301111225415],[107.55352454217811,34.90730108704986],[107.5535242520714,34.90730125627877],[107.55352418558861,34.90730130462989],[107.55352416141305,34.907301268366545],[107.55352455426589,34.90730096617206],[107.55352338779517,34.907299443111846],[107.55352385921857,34.907299068390685],[107.55352285593283,34.90729778104215],[107.55352238450942,34.907298125543875],[107.55352122408259,34.907296602483655],[107.55352144166262,34.90729642116697],[107.55352119386315,34.90729608875303],[107.5535223422022,34.907295194257344],[107.55352170921921,34.90729437092591],[107.55353303538168,34.90728705972692],[107.55352213502918,34.90727422622918],[107.5535011927813,34.90728698984778]]]},
{"type":"Polygon","coordinates":[[[107.55350153510436,34.907286740870234],[107.55230526212478,34.90802680203392],[107.55229871216002,34.90803101309393],[107.5523118069321,34.908044835066875],[107.55231855030131,34.90804081741134],[107.55351236575477,34.90730066599219],[107.55350153510436,34.907286740870234]]]},
{"type":"Polygon","coordinates":[[[107.55348678104498,34.90723206717594],[107.55348697570054,34.907232325856086],[107.55348682699818,34.907232743048795],[107.55348693439431,34.90723299708197],[107.55348777704097,34.90723396364725],[107.55348756637929,34.90723409995774],[107.55348769855917,34.907234327141886],[107.55348749409346,34.907234448995204],[107.55348771921228,34.9072350417393],[107.55348733506456,34.9072346844406],[107.5534872028847,34.907234758791766],[107.5534868683044,34.907234287901],[107.55348622346102,34.90723470962776],[107.55348526768884,34.90723442008085],[107.55348467622525,34.907234798271475],[107.55348427329928,34.90723425835066],[107.553483959017,34.90723451622329],[107.55348423300667,34.907234862739635],[107.55348414436295,34.90723497555891],[107.55348409601184,34.90723546712861],[107.55348429880011,34.907235692570254],[107.5534838784318,34.90723595869831],[107.55348424277841,34.90723642274357],[107.55348329738258,34.90723701152916],[107.553483647797,34.907237403249674],[107.55348329807109,34.907237620795705],[107.55348293027365,34.907237234582695],[107.55348127019133,34.90723825568745],[107.5534821636292,34.907239221844726],[107.55348206199116,34.907239288730466],[107.55348103999836,34.90723818256014],[107.55347020692858,34.90724486371038],[107.55347290886368,34.90724804112176],[107.55347400167975,34.907247338257775],[107.55347417896718,34.907247555837806],[107.55347421724515,34.90724756591096],[107.55347472266432,34.907247252068984],[107.5534750913416,34.907247034488954],[107.55347512156105,34.90724707679618],[107.55347516870317,34.90724704847038],[107.55348039474897,34.907252833402175],[107.5534735360473,34.907257375584294],[107.55348388318653,34.907271494110724],[107.55350592219007,34.90725751008094],[107.55349377005528,34.90724469951832],[107.5534818916996,34.90725177741377],[107.5534763887633,34.90724604933493],[107.55347666678223,34.90724578340378],[107.55347665469445,34.90724562626265],[107.55347699315227,34.90724534824372],[107.55347691559884,34.90724522460578],[107.55348365055073,34.90724107399473],[107.55348271196118,34.90724014308464],[107.55348278448785,34.907240094733524],[107.55348339445224,34.90724069397761],[107.55348510039866,34.907239630342744],[107.55348473251522,34.90723925213277],[107.55348518744765,34.9072389664602],[107.55348552841377,34.90723932111565],[107.55348617665486,34.90723891964648],[107.55348643550711,34.9072392124616],[107.5534868097184,34.90723898265782],[107.55348695477174,34.90723913979895],[107.55348746245848,34.90723920023785],[107.55348753498517,34.90723916397451],[107.55348778576119,34.9072394630526],[107.55348811519858,34.90723926067675],[107.55348768203675,34.9072387167871],[107.55348824816414,34.90723835409329],[107.55348818772525,34.90723727828092],[107.55348882910278,34.90723685448336],[107.55348842295338,34.90723630908274],[107.55348855035864,34.90723621455632],[107.55348826629576,34.90723576948427],[107.55348874376311,34.907235864010715],[107.55348894514546,34.90723572886933],[107.55348919101095,34.90723599697629],[107.55348950795248,34.90723579849494],[107.5534903212183,34.907236861252514],[107.55349056297389,34.90723690960363],[107.55349090143173,34.907236861252514],[107.55349121571399,34.9072372238859],[107.55349900604612,34.90723238684007],[107.55349924780172,34.907232024206685],[107.55349927197727,34.90723161322219],[107.55349915109949,34.907231105535445],[107.55349600827682,34.9072270682171],[107.55349566981899,34.9072269473393],[107.5534954280634,34.90722687481263],[107.5534948962011,34.907226971514866],[107.55348678104498,34.90723206717594]]]},
{"type":"Polygon","coordinates":[[[107.55347358238369,34.90725733730633],[107.55227375140656,34.90799911848043],[107.55226670181361,34.90800345267465],[107.55227991327307,34.90801746482864],[107.55228686036156,34.90801351550931],[107.5534844130341,34.90727126242829],[107.55347358238369,34.90725733730633]]]},
{"type":"Polygon","coordinates":[[[107.56131736808024,34.90242170773491],[107.56132127151699,34.90242680079047],[107.56133491495781,34.902416354450224],[107.56133097434548,34.90241122421907],[107.56131736808024,34.90242170773491]]]},
{"type":"Polygon","coordinates":[[[107.56136956260588,34.90237349099717],[107.56137473001263,34.9023802569542],[107.56142569774389,34.90234118541113],[107.56142045598597,34.90233434510292],[107.56136956260588,34.90237349099717]]]},
{"type":"Polygon","coordinates":[[[107.55290906404642,34.90757615413889],[107.55291353905785,34.90758086846818],[107.55292808633018,34.90757190450445],[107.55292357414316,34.90756715299957],[107.55290906404642,34.90757615413889]]]},
{"type":"Polygon","coordinates":[[[107.55296079620112,34.90753791439933],[107.55296673964827,34.907544183132856],[107.55302216147965,34.90750986774159],[107.55301614368133,34.90750352465688],[107.55296079620112,34.90753791439933]]]}
]}

View File

@ -0,0 +1,12 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.56071379643761,34.90287424440897],[107.5607092794595,34.90286830879144],[107.56066984355884,34.90289829543703],[107.56075370231669,34.90300720797239],[107.56077810703259,34.90298864481082],[107.56079835775431,34.90301512652382],[107.56091298203167,34.902927048865614],[107.5608926664038,34.90290037243413],[107.56104421480588,34.90278382127279],[107.56106821566118,34.902814937766244],[107.56106908748713,34.902814296717764],[107.56104503534795,34.902783154582366],[107.56104634949735,34.90278212249433],[107.56104186215795,34.90277624407972],[107.561038041509,34.90277916085032],[107.56102784242756,34.902765936020074],[107.56102106013459,34.90277115415474],[107.56103132332085,34.902784571299534],[107.5609615612201,34.90283796529606],[107.56095138778063,34.90282471802909],[107.56092888697877,34.90284200710675],[107.56093045434233,34.90284404564093],[107.56093868219965,34.902837734518606],[107.56093993224421,34.902839349960786],[107.56094020148457,34.90283918328818],[107.56093893621508,34.90283753659488],[107.56094615041461,34.90283198832017],[107.56095478213238,34.90284319945694],[107.56094754790024,34.902848747731575],[107.56094315030762,34.90284300393715],[107.5609428682463,34.90284322189363],[107.5609473043018,34.90284892722515],[107.56092841580815,34.902863296326935],[107.56092003089397,34.90285214208329],[107.5609226463718,34.90284998816038],[107.5609210309296,34.90284783423748],[107.56091641538052,34.902851603602564],[107.56092664651433,34.9028648348433],[107.56088549363902,34.90289648567077],[107.56087547172235,34.90288317787979],[107.56086770884426,34.90288909245356],[107.56087588245661,34.90289981261852],[107.56079562497645,34.9029615049088],[107.5607972679136,34.902963558580254],[107.56087748432037,34.902901866289966],[107.56087941477153,34.90290437176913],[107.56088327567383,34.902901496629106],[107.56090151227629,34.90292523707104],[107.5607996501725,34.903003440879765],[107.56078132115482,34.902979844194824],[107.56078515638622,34.90297693311554],[107.56078318486163,34.90297437629459],[107.56078446327211,34.90297335972723],[107.56078289221348,34.90297131118993],[107.56078162920554,34.90297214292687],[107.56077331183617,34.902961607592346],[107.56076579539868,34.902967522166115],[107.5607758994622,34.902980706736805],[107.56075501362358,34.9029967253741],[107.56068052696016,34.902899812618486],[107.56070135118864,34.902883793981204],[107.56071145525216,34.90289710177218],[107.56071921813023,34.90289112558827],[107.560709237287,34.902877694577],[107.56071379643761,34.90287424440897]]]},
{"type":"Polygon","coordinates":[[[107.56199375656828,34.90198132105618],[107.56199077569278,34.901977493996725],[107.56192417716589,34.90202880351731],[107.56196210159413,34.9020782283553],[107.5620518259451,34.90200823547673],[107.56201429576168,34.90195942604523],[107.5620035357629,34.901967705186394],[107.56200644932825,34.90197151301438],[107.56201412267859,34.90196559934213],[107.56204631613339,34.90200745660282],[107.56196298624104,34.90207149734623],[107.56193098510084,34.9020294381553],[107.56199375656828,34.90198132105618]]]},
{"type":"Polygon","coordinates":[[[107.56105042015524,34.902769692564185],[107.56105485621076,34.90277559021024],[107.56105616394967,34.90277461581655],[107.56108008787913,34.90280579641487],[107.56108101098894,34.90280512972444],[107.56105706141754,34.90277389784225],[107.56150435940847,34.90243003943489],[107.56152482167612,34.902456655767985],[107.56161395305752,34.902388037938145],[107.56159354207375,34.90236147288893],[107.56174513721952,34.902244955916295],[107.56176903550706,34.90227616215655],[107.56176993297494,34.90227546982419],[107.56174603468742,34.902244340509746],[107.5617472655005,34.90224326354829],[107.56174275251917,34.902237468469984],[107.56173895751213,34.90224039165108],[107.56172875202026,34.90222716041035],[107.56172198254825,34.90223234008211],[107.56173208547237,34.9022456738906],[107.56166249324886,34.902299162976185],[107.56165208262146,34.90228613687097],[107.56164556956885,34.90229116269109],[107.5616556212091,34.902304445215705],[107.56158608026944,34.9023579343013],[107.5615757722098,34.90234470306057],[107.5615690027378,34.902349882732324],[107.56157720815841,34.90236065234688],[107.56152130873053,34.90240373080507],[107.5615248024448,34.90240823096544],[107.56158426610224,34.90236256267137],[107.56160249111066,34.90238619171852],[107.56152607813124,34.90244496304362],[107.56150792363815,34.90242137245937],[107.56151110323863,34.90241870569768],[107.56150915445123,34.90241624407149],[107.56151007756105,34.90241552609719],[107.56150851340274,34.902413487563],[107.56150757747196,34.902414192716336],[107.56149938487232,34.9024035000276],[107.56149256411645,34.90240873098324],[107.56150276960832,34.90242201350785],[107.56143317738479,34.90247550259345],[107.56142286932516,34.90246227135272],[107.5614162024209,34.90246745102448],[107.56142625406115,34.90248073354909],[107.56142379243497,34.90248257976872],[107.56134466140999,34.90237980687561],[107.56134384086792,34.90238042228215],[107.5614228180413,34.90248340031078],[107.56142030513124,34.902485297814295],[107.56141004835547,34.90247216914132],[107.56140338145123,34.90247724624532],[107.56141353565923,34.90249052876993],[107.56134389215181,34.90254412042329],[107.56133373794381,34.902530786614804],[107.56132681462017,34.90253601757044],[107.56133707139593,34.90254935137893],[107.56126747917241,34.90260278918065],[107.56125722239666,34.902589609223796],[107.56125050420854,34.90259478889555],[107.56126070970042,34.90260812270404],[107.56119106619299,34.902661611789625],[107.56118080941724,34.9026483805489],[107.561174142513,34.90265350893677],[107.56118419415324,34.90266694531302],[107.56111455064583,34.902720383114726],[107.56110439643781,34.90270715187399],[107.56109752439806,34.90271228026187],[107.56110767860606,34.90272561407036],[107.56105042015524,34.902769692564185]]]},
{"type":"Polygon","coordinates":[[[107.56175124641167,34.90223100242762],[107.56175575939301,34.90223681460055],[107.5617571269631,34.902235857301484],[107.56178092268286,34.90226696952127],[107.56178181160341,34.902266285736225],[107.56175783639009,34.90223517351642],[107.56205305203818,34.90200826799481],[107.56196947641045,34.90189930684705],[107.56070931184668,34.90286811060084],[107.56071397867964,34.902874162098534],[107.56080331519645,34.90280533913323],[107.56081357197222,34.902818621657836],[107.56082116198628,34.902812672727904],[107.56081100777828,34.90279933891942],[107.56088018973074,34.902746183179076],[107.56089031829676,34.90275926056816],[107.56089729290427,34.90275423474804],[107.56088713869627,34.90274090093956],[107.56095662835199,34.902687411854],[107.56096683384386,34.90270059181084],[107.56097370588363,34.902695360855205],[107.56096344910786,34.90268218089836],[107.5610331438991,34.90262853796118],[107.56104319553933,34.90264187176965],[107.56105006757909,34.90263664081402],[107.56103991337109,34.902623512141055],[107.56110955687846,34.902569817919996],[107.56111976237034,34.902583100444595],[107.5611266344101,34.90257786948896],[107.56111637763433,34.902564638248236],[107.56118602114171,34.90251107223688],[107.5611962266336,34.902524329119544],[107.56120304738947,34.90251909816391],[107.56119282907665,34.90250585410221],[107.56126246617355,34.902452307322264],[107.56127262038154,34.90246553856299],[107.5612794924213,34.902460307607356],[107.56126938949718,34.90244702508274],[107.56133898172071,34.90239353599716],[107.56134913592872,34.90240666467013],[107.56135600796848,34.902401536282255],[107.56134575119273,34.90238830504153],[107.5613516488388,34.90238368949243],[107.56136185433067,34.902396972017044],[107.56136867508656,34.902391689777524],[107.56135852087854,34.902378561104555],[107.56142821566985,34.90232481559956],[107.5614382673101,34.90233814940805],[107.56144513934984,34.902332918452416],[107.56143498514184,34.90231968721169],[107.56150462864927,34.9022661468422],[107.56151483414115,34.90227937808293],[107.56152170618091,34.902274147127294],[107.56151144940515,34.902260915886565],[107.56158109291258,34.90220742680096],[107.56159124712057,34.90222065804169],[107.56159806787646,34.90221537580218],[107.56158786238457,34.902202093277566],[107.56165755717586,34.90214865547585],[107.56166771138386,34.902161886716584],[107.56167453213975,34.902156604477064],[107.56166432664786,34.90214342452021],[107.56173402143914,34.90208988415075],[107.5617442782149,34.902103012823716],[107.56175104768691,34.90209788443584],[107.5617408934789,34.90208455062735],[107.56181053698633,34.90203101025788],[107.56182065274348,34.90204430318884],[107.56182737093168,34.902039123517014],[107.56181720389057,34.90202577930224],[107.56188694996573,34.90197234150053],[107.56189710417372,34.90198536760575],[107.56190387364572,34.90198013665011],[107.56189382200547,34.901967007977134],[107.56196346551293,34.90191346760766],[107.56197351715318,34.90192680141615],[107.56197844040554,34.901923108976874],[107.56201213391397,34.90196713618683],[107.56200654397117,34.901971444032654],[107.56200803120366,34.90197349538781],[107.5620132621593,34.90196954652914],[107.5620134672948,34.901970059367926],[107.56201490324341,34.90196903369035],[107.56203367314305,34.90199354738442],[107.56203500652389,34.90199257299072],[107.56204644282886,34.90200749659945],[107.56196300395807,34.902071345028546],[107.56196141415784,34.902069344957276],[107.56189187321819,34.902122834042856],[107.56188161644243,34.902109551518244],[107.5618748982543,34.90211488504164],[107.56188510374619,34.90212801371461],[107.56181548588067,34.90218165665184],[107.56180525474686,34.90216834848529],[107.56179840834903,34.902173617903834],[107.56180856255705,34.90218688760748],[107.56175124641167,34.90223100242762]]]},
{"type":"Polygon","coordinates":[[[107.55262780040991,34.90789053184964],[107.55263009061501,34.907893269786335],[107.55263148473082,34.907892399633525],[107.55265958815828,34.907921237479165],[107.55266051126809,34.90792057078874],[107.55263248022803,34.90789179339428],[107.55310922471932,34.90759669100029],[107.55313234967296,34.90762170232785],[107.55322821379367,34.90756190077563],[107.55320483644259,34.90753752729448],[107.55337361101006,34.907433406835544],[107.55340050531002,34.90746193704148],[107.55340147561185,34.907461311735865],[107.55337450847796,34.907432791428995],[107.55337623861955,34.907431746278185],[107.55337143608656,34.907426184538686],[107.55336377745896,34.907430965414605],[107.55335214023864,34.90741866651883],[107.55334484908417,34.90742313506989],[107.55335638373673,34.90743553653343],[107.55328284895057,34.90748102291243],[107.55327130571129,34.907469026381435],[107.55326427375164,34.907473363284225],[107.55327545800377,34.90748561623462],[107.55319794233856,34.907533721686],[107.55318658997665,34.907521159141226],[107.55317949059422,34.90752544982498],[107.55319092159566,34.90753787229069],[107.55312864866184,34.90757639267673],[107.55313343542251,34.90758138895891],[107.55319766818812,34.90754143725147],[107.55321927652186,34.90756347860813],[107.55313667241727,34.90761462284799],[107.55311618917642,34.907592427953226],[107.55312002918711,34.90759005925468],[107.55311694074427,34.90758671002851],[107.55311814656304,34.90758593217861],[107.55311637758791,34.907584053500514],[107.55311523326175,34.90758474385835],[107.55310624705733,34.90757460233443],[107.5530992338723,34.907579103333774],[107.55311106636458,34.90759164072076],[107.55303593994687,34.9076383687143],[107.55302451233389,34.90762588426918],[107.55301731973508,34.907630366719005],[107.55302836119655,34.90764271012191],[107.55302574138163,34.90764433814976],[107.55293610968675,34.907545478063994],[107.55293528914468,34.907546093470536],[107.55302465602972,34.907645011816456],[107.5530219660412,34.907646691304954],[107.5530105635594,34.907634228759854],[107.55300344568465,34.9076386934697],[107.553014719446,34.907651229198706],[107.55292937986006,34.9077040892593],[107.55291792568966,34.90769145979688],[107.55291058190487,34.90769603576703],[107.55292201864789,34.90770864820524],[107.55284701708902,34.907755056355455],[107.5528355163185,34.90774268534446],[107.55282831794477,34.90774709758401],[107.55283975645908,34.90775965974455],[107.55276967017201,34.9078028617403],[107.55275764939738,34.90779057592869],[107.55275054434615,34.90779497131986],[107.55276228478897,34.90780745265408],[107.55268799432255,34.907853402336656],[107.55267743139103,34.907841315926035],[107.55267006086262,34.9078458489222],[107.55268065884087,34.90785797765631],[107.55262780040991,34.90789053184964]]]},
{"type":"Polygon","coordinates":[[[107.55338089241462,34.90742029310712],[107.55338589924988,34.90742568478813],[107.55338733084687,34.907424810530436],[107.55341431094412,34.90745343998167],[107.55341525547414,34.907452848530205],[107.55338816815679,34.90742429013896],[107.55369611933673,34.90723330191655],[107.55360303680914,34.90713264875953],[107.55224114283115,34.90797559570058],[107.55224313227664,34.907978007486435],[107.55235091220104,34.907911955942566],[107.55236408809158,34.90792534772404],[107.55237230503225,34.90792021867828],[107.55235932540624,34.90790658483724],[107.55243416069177,34.90786053456798],[107.5524459417655,34.90787276021056],[107.55245316600883,34.90786824783702],[107.55244189618925,34.90785646676327],[107.55251423034376,34.90781190546075],[107.55252658607424,34.90782408129571],[107.55253430789503,34.90781929649967],[107.55252143235866,34.90780734863033],[107.5525961866059,34.907760913417015],[107.55260841603467,34.90777286724067],[107.55261582402946,34.90776828018597],[107.55260341084924,34.9077564677288],[107.55267667579088,34.907711010566864],[107.55268822818057,34.90772338001258],[107.55269562596399,34.907718816355185],[107.5526840222904,34.90770649819335],[107.5527629221421,34.90765766230835],[107.5527738423735,34.907669684858035],[107.5527811850227,34.9076651263209],[107.55277025197036,34.907653116592186],[107.55284152190966,34.90760893756559],[107.5528526639238,34.9076210853992],[107.55286003821766,34.907616535761754],[107.55284887211405,34.90760422513613],[107.5529272644162,34.907555648582935],[107.55293852873328,34.90756791688696],[107.55294581289897,34.907563449470814],[107.55293456460659,34.90755113250469],[107.55294096639761,34.907547086928425],[107.55295265891742,34.9075594173277],[107.55295994301912,34.90755481778784],[107.55294830178318,34.90754264124021],[107.55302490099096,34.90749509460482],[107.55303646065168,34.907507506180075],[107.55304385414813,34.9075028467819],[107.55303219191966,34.90749053777441],[107.5531098803211,34.907442390971106],[107.55312175735376,34.90745446869604],[107.55312914064767,34.90744983790831],[107.55311721233112,34.90743776018338],[107.55319214037193,34.90739136928943],[107.55320359970109,34.90740375167297],[107.55321096134905,34.907399188153065],[107.553199450736,34.907386754485636],[107.55327473384924,34.90734019200872],[107.55328638464752,34.90735247592557],[107.55329376852393,34.907347875358234],[107.55328206644175,34.907335642725265],[107.55335797195144,34.907288503473865],[107.55336973103238,34.90730049849815],[107.5533770527639,34.907296109755855],[107.55336539625073,34.907283909596046],[107.55343971333852,34.90723778187616],[107.55345133716176,34.907250138378366],[107.55345859046061,34.90724562171755],[107.5534469153534,34.907233213931534],[107.55352192522774,34.90718684540352],[107.55353393744528,34.907198747013645],[107.55354129251948,34.90719429275099],[107.5535293828697,34.907182288573104],[107.55359683630905,34.90714040278076],[107.55361115788527,34.90715481929465],[107.55361647283954,34.90715153199254],[107.55365482784204,34.907192590220774],[107.55368243167827,34.90722189401898],[107.55367737579832,34.90722478442096],[107.55368670687088,34.907234505837245],[107.55360360084372,34.907285770973196],[107.55359347049598,34.907274042075166],[107.55358951129584,34.90727684883206],[107.55359779334331,34.90728603441372],[107.55352864528803,34.9073289213275],[107.55351720906077,34.90731667505459],[107.55350997600215,34.9073213470427],[107.55352136094554,34.90733343946397],[107.55344559080662,34.907380327680194],[107.55343375298482,34.907367800799236],[107.55342640067165,34.90737244960547],[107.55343816156766,34.90738493802352],[107.55338089241462,34.90742029310712]]]},
{"type":"Polygon","coordinates":[[[107.55224554406243,34.90798090829798],[107.55224100112478,34.90797564293594],[107.55219890926627,34.90800165143884],[107.55229344680176,34.90810141552234],[107.55232345346398,34.90808284163104],[107.55235007953077,34.90810994067082],[107.55247562739133,34.908032919209596],[107.55244877503512,34.90800556740735],[107.55261746210536,34.90790105119042],[107.55264613864637,34.90792937161912],[107.55264701047231,34.90792873057064],[107.5526183824499,34.90790048430248],[107.55262054932773,34.90789909770775],[107.55261807203351,34.9078964459562],[107.55261057570083,34.90790117422104],[107.55260065695795,34.907891346764515],[107.55259332898308,34.90789592754746],[107.55260311209179,34.90790554790643],[107.5525256531242,34.90795399387348],[107.55251266685384,34.90794078034844],[107.55249037209173,34.90795455540366],[107.55249223513121,34.907956804766904],[107.55249902672612,34.90795261084328],[107.5525007468043,34.90795417906284],[107.55250101604466,34.907954012390235],[107.55249934936144,34.9079524064011],[107.55250700636057,34.90794767867538],[107.55251815546346,34.90795858478725],[107.55251049562358,34.90796332540474],[107.55250418569723,34.907956930483095],[107.55250390363591,34.90795714843958],[107.55251025202514,34.90796350489831],[107.55249011096836,34.90797595041764],[107.55247973409149,34.907964570711464],[107.55248268093405,34.90796275229398],[107.55248092181277,34.90796042536649],[107.55247584389991,34.90796361658136],[107.55248813986952,34.907977197948554],[107.55244438208196,34.9080042558688],[107.55243408909897,34.90799452114929],[107.55242577649962,34.90799975485199],[107.55243628832633,34.90800920543352],[107.55234748638982,34.90806419743479],[107.55234937925195,34.90806605540545],[107.55243789019009,34.90801125910497],[107.55244020806843,34.90801349548526],[107.55244409885891,34.908011138011176],[107.55246373327772,34.90803063188006],[107.55235060677961,34.908099612796406],[107.55233285089932,34.90808065509906],[107.55233771544717,34.90807781331863],[107.5523352685246,34.908075023373115],[107.55233682740155,34.908074059887774],[107.55233493631125,34.908071919633564],[107.5523334349389,34.90807285240107],[107.55232132812762,34.90805936560509],[107.55231233471632,34.90806520980937],[107.55232226194472,34.90807570487197],[107.55229424670738,34.90809287105709],[107.55220934782467,34.9080032506598],[107.55223213695544,34.90798921093405],[107.55224379380321,34.90800102802742],[107.55225233508173,34.90799573210132],[107.55224061154857,34.90798390389373],[107.55224554406243,34.90798090829798]]]},
{"type":"Polygon","coordinates":[[[107.55363315228469,34.9072061036987],[107.55362964682864,34.90720259824265],[107.55355777980813,34.907247974800704],[107.55359822599749,34.907294031538136],[107.55369618449109,34.90723332038426],[107.55365395846299,34.907187665386125],[107.5536423148562,34.90719492581315],[107.55364568537198,34.907198405190314],[107.5536539797717,34.907193175657135],[107.55369037296822,34.90723221502257],[107.55359967469126,34.90728816698023],[107.55356440240112,34.90724877990756],[107.55363315228469,34.9072061036987]]]},
{"type":"Polygon","coordinates":[[[107.55295977387215,34.90755465212713],[107.55295992605971,34.907554820579016],[107.55303646362545,34.907507504768276],[107.55303639304985,34.907507428384015],[107.55295977387215,34.90755465212713]]]},
{"type":"Polygon","coordinates":[[[107.55291183449798,34.90758584055842],[107.55289892788818,34.9075729908739],[107.55289878267101,34.907573081489396],[107.55291183101251,34.90758601394783],[107.55294125665351,34.907567828114054],[107.5529402972047,34.907566787197254],[107.55294022096567,34.90756683947542],[107.5529411181163,34.907567792826256],[107.55291183449798,34.90758584055842]]]}
]}

View File

@ -0,0 +1,65 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55235732100705,34.90806109812812],[107.55236527616763,34.90806978227997],[107.55236476321474,34.908070096721524],[107.55236664289369,34.90807243502913],[107.55236729826244,34.90807205354584],[107.55237560883991,34.90808130577855],[107.55240127283804,34.90806569082189],[107.5523927409973,34.90805656165595],[107.55239571265443,34.90805483422133],[107.55239334550168,34.90805270182752],[107.55239090786166,34.90805419450766],[107.55238294280383,34.90804549722867],[107.5523599033555,34.90805965044792],[107.55236783685869,34.9080682158858],[107.55237328207781,34.908064913634256],[107.55237329727478,34.908065605732666],[107.552365593419,34.90807028144023],[107.55236674070993,34.90807167206254],[107.55239475405538,34.90805465815212],[107.55239334061088,34.908053401213564],[107.5523742937233,34.908065006801586],[107.55237413184548,34.90805826493039],[107.55237485939082,34.908058054156655],[107.55237229277994,34.908057192991166],[107.55237410798172,34.90805666953763],[107.55237267107094,34.908051773056705],[107.55238065531391,34.90806042969051],[107.55239090399206,34.90805419626659]]},
{"type":"LineString","coordinates":[[107.55236527635233,34.90806978196336],[107.55238065478623,34.90806043004229]]},
{"type":"LineString","coordinates":[[107.55236733654347,34.908072028507505],[107.5523927253467,34.908056577306546]]},
{"type":"LineString","coordinates":[[107.55237328271093,34.9080648971708],[107.55237313833902,34.90805855494062],[107.55237412614645,34.908058267463325]]},
{"type":"LineString","coordinates":[[107.55237040160611,34.90806666380026],[107.55236246616708,34.90805809106301]]},
{"type":"LineString","coordinates":[[107.55237295885244,34.908065104493424],[107.55236502341342,34.90805653175617]]},
{"type":"LineString","coordinates":[[107.5523755195539,34.908063531599645],[107.55236758411488,34.908054958862394]]},
{"type":"LineString","coordinates":[[107.55237808785387,34.908061981501426],[107.5523701261372,34.908053282410634]]},
{"type":"LineString","coordinates":[[107.55238321875494,34.908058866107964],[107.55237525703828,34.90805016701717]]},
{"type":"LineString","coordinates":[[107.55238578325572,34.90805729701346],[107.55237782153905,34.908048597922665]]},
{"type":"LineString","coordinates":[[107.55238834775642,34.908055724119684],[107.55238038603976,34.90804702502889]]},
{"type":"LineString","coordinates":[[107.55239865698906,34.908067266426244],[107.55239035069825,34.908058005915414]]},
{"type":"LineString","coordinates":[[107.5523961152839,34.90806883932001],[107.55238780899309,34.90805957880918]]},
{"type":"LineString","coordinates":[[107.55239353938539,34.90807040081601],[107.55238523309458,34.90806114030518]]},
{"type":"LineString","coordinates":[[107.55239098058352,34.908071950914206],[107.55238267429272,34.908062690403376]]},
{"type":"LineString","coordinates":[[107.55238838758838,34.908073512410205],[107.55238008129757,34.908064251899376]]},
{"type":"LineString","coordinates":[[107.5523858458832,34.90807508530396],[107.55237753959238,34.908065824793134]]},
{"type":"LineString","coordinates":[[107.55238330417804,34.9080766430007],[107.55237499788723,34.90806738248987]]},
{"type":"LineString","coordinates":[[107.55238072068099,34.9080781930989],[107.55237241439018,34.90806893258807]]},
{"type":"LineString","coordinates":[[107.55237815997957,34.90807974319711],[107.55236985368876,34.908070482686284]]},
{"type":"LineString","coordinates":[[107.55237310480736,34.90805694779805],[107.55237168396421,34.9080523467081]]},
{"type":"LineString","coordinates":[[107.55313933716006,34.907577535154566],[107.55314729232065,34.90758621930642],[107.55314677936775,34.90758653374797],[107.5531486590467,34.90758887205558],[107.55314931441545,34.90758849057228],[107.55315762499292,34.907597742804995],[107.55318328899105,34.907582127848336],[107.55317475715032,34.90757299868239],[107.55317772880744,34.907571271247775],[107.5531753616547,34.907569138853965],[107.55317292401467,34.90757063153411],[107.55316495895684,34.907561934255114],[107.5531419195085,34.90757608747436],[107.5531498530117,34.90758465291224],[107.55315529823082,34.9075813506607],[107.5531553134278,34.90758204275911],[107.55314760957201,34.907586718466675],[107.55314875686294,34.907588109088984],[107.5531767702084,34.90757109517856],[107.55317535676389,34.90756983824001],[107.55315630987631,34.90758144382803],[107.5531561479985,34.90757470195683],[107.55315687554383,34.9075744911831],[107.55315430893295,34.90757363001761],[107.55315612413473,34.90757310656407],[107.55315468722395,34.90756821008315],[107.55316267146692,34.90757686671695],[107.55317292014507,34.907570633293034]]},
{"type":"LineString","coordinates":[[107.55314729250534,34.907586218989806],[107.55316267093924,34.907576867068734]]},
{"type":"LineString","coordinates":[[107.55314935269648,34.90758846553395],[107.55317474149972,34.90757301433299]]},
{"type":"LineString","coordinates":[[107.55315529886394,34.907581334197246],[107.55315515449203,34.90757499196706],[107.55315614229946,34.90757470448977]]},
{"type":"LineString","coordinates":[[107.55315241775912,34.907583100826706],[107.55314448232009,34.907574528089455]]},
{"type":"LineString","coordinates":[[107.55315497500546,34.90758154151987],[107.55314703956643,34.90757296878262]]},
{"type":"LineString","coordinates":[[107.55315753570692,34.90757996862609],[107.55314960026789,34.90757139588884]]},
{"type":"LineString","coordinates":[[107.55316010400688,34.90757841852787],[107.55315214229022,34.90756971943708]]},
{"type":"LineString","coordinates":[[107.55316523490795,34.90757530313441],[107.55315727319129,34.907566604043616]]},
{"type":"LineString","coordinates":[[107.55316779940873,34.9075737340399],[107.55315983769206,34.90756503494911]]},
{"type":"LineString","coordinates":[[107.55317036390943,34.90757216114613],[107.55316240219277,34.907563462055336]]},
{"type":"LineString","coordinates":[[107.55318067314207,34.90758370345269],[107.55317236685126,34.90757444294186]]},
{"type":"LineString","coordinates":[[107.55317813143691,34.90758527634645],[107.5531698251461,34.90757601583562]]},
{"type":"LineString","coordinates":[[107.5531755555384,34.90758683784245],[107.5531672492476,34.90757757733162]]},
{"type":"LineString","coordinates":[[107.55317299673654,34.90758838794065],[107.55316469044573,34.90757912742982]]},
{"type":"LineString","coordinates":[[107.55317040374139,34.90758994943665],[107.55316209745058,34.90758068892582]]},
{"type":"LineString","coordinates":[[107.5531678620362,34.90759152233041],[107.5531595557454,34.90758226181958]]},
{"type":"LineString","coordinates":[[107.55316532033105,34.90759308002714],[107.55315701404024,34.90758381951631]]},
{"type":"LineString","coordinates":[[107.553162736834,34.907594630125345],[107.55315443054319,34.907585369614516]]},
{"type":"LineString","coordinates":[[107.55316017613258,34.90759618022356],[107.55315186984177,34.90758691971273]]},
{"type":"LineString","coordinates":[[107.55315512096037,34.907573384824495],[107.55315370011722,34.90756878373454]]},
{"type":"LineString","coordinates":[[107.55357812264172,34.907240698247506],[107.55358607780231,34.90724938239936],[107.55358556484941,34.90724969684091],[107.55358744452836,34.90725203514852],[107.55358809989711,34.90725165366522],[107.55359641047458,34.907260905897935],[107.55362207447271,34.907245290941276],[107.55361354263198,34.90723616177533],[107.5536165142891,34.907234434340715],[107.55361414713636,34.907232301946905],[107.55361170949634,34.90723379462705],[107.5536037444385,34.907225097348054],[107.55358070499017,34.9072392505673],[107.55358863849337,34.90724781600518],[107.55359408371248,34.90724451375364],[107.55359409890946,34.90724520585205],[107.55358639505367,34.907249881559615],[107.5535875423446,34.907251272181924],[107.55361555569006,34.9072342582715],[107.55361414224555,34.90723300133295],[107.55359509535798,34.90724460692097],[107.55359493348016,34.90723786504977],[107.5535956610255,34.90723765427604],[107.55359309441461,34.90723679311055],[107.5535949096164,34.90723626965701],[107.55359347270561,34.90723137317609],[107.55360145694858,34.90724002980989],[107.55361170562674,34.907233796385974]]},
{"type":"LineString","coordinates":[[107.553586077987,34.907249382082746],[107.5536014564209,34.907240030161674]]},
{"type":"LineString","coordinates":[[107.55358813817814,34.90725162862689],[107.55361352698138,34.90723617742593]]},
{"type":"LineString","coordinates":[[107.5535940843456,34.907244497290186],[107.5535939399737,34.90723815506],[107.55359492778112,34.90723786758271]]},
{"type":"LineString","coordinates":[[107.55359120324079,34.907246263919646],[107.55358326780176,34.907237691182395]]},
{"type":"LineString","coordinates":[[107.55359376048712,34.90724470461281],[107.55358582504809,34.90723613187556]]},
{"type":"LineString","coordinates":[[107.55359632118858,34.90724313171903],[107.55358838574955,34.90723455898178]]},
{"type":"LineString","coordinates":[[107.55359888948854,34.90724158162081],[107.55359092777188,34.90723288253002]]},
{"type":"LineString","coordinates":[[107.55360402038961,34.90723846622735],[107.55359605867295,34.907229767136556]]},
{"type":"LineString","coordinates":[[107.55360658489039,34.90723689713284],[107.55359862317373,34.90722819804205]]},
{"type":"LineString","coordinates":[[107.5536091493911,34.90723532423907],[107.55360118767443,34.907226625148276]]},
{"type":"LineString","coordinates":[[107.55361945862373,34.90724686654563],[107.55361115233292,34.9072376060348]]},
{"type":"LineString","coordinates":[[107.55361691691857,34.90724843943939],[107.55360861062776,34.90723917892856]]},
{"type":"LineString","coordinates":[[107.55361434102007,34.90725000093539],[107.55360603472926,34.90724074042456]]},
{"type":"LineString","coordinates":[[107.5536117822182,34.90725155103359],[107.55360347592739,34.90724229052276]]},
{"type":"LineString","coordinates":[[107.55360918922305,34.90725311252959],[107.55360088293224,34.90724385201876]]},
{"type":"LineString","coordinates":[[107.55360664751787,34.90725468542335],[107.55359834122706,34.90724542491252]]},
{"type":"LineString","coordinates":[[107.55360410581271,34.90725624312008],[107.5535957995219,34.90724698260925]]},
{"type":"LineString","coordinates":[[107.55360152231566,34.907257793218285],[107.55359321602485,34.907248532707456]]},
{"type":"LineString","coordinates":[[107.55359896161424,34.9072593433165],[107.55359065532343,34.90725008280567]]},
{"type":"LineString","coordinates":[[107.55359390644203,34.907236547917435],[107.55359248559888,34.90723194682748]]}
]}

View File

@ -0,0 +1,9 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55235128408876,34.90806906448882],[107.55234674772824,34.90806423444875],[107.55234703452946,34.90806405390217],[107.55235164180455,34.90806895152594],[107.5523513076227,34.90806915862455],[107.5523506439658,34.90806952104711],[107.55234991441387,34.90806979874752],[107.55234937313341,34.90806996348505],[107.55234860592721,34.90807010939543],[107.552347904616,34.90807017058366],[107.55234736098218,34.90807017293705],[107.55234652788096,34.90807008821489],[107.55234575596795,34.90806991877057],[107.5523451329697,34.90806977088118],[107.5523443457781,34.908069436324745],[107.55234365698546,34.90806912144811],[107.5523427713949,34.90806857041399],[107.55234210457675,34.908068063139815],[107.5523414134894,34.90806733058722],[107.55234195345356,34.90806829325695],[107.55234220800408,34.90806892993263],[107.55234238686197,34.9080696077099],[107.55234251865198,34.90807042669077],[107.55234267299596,34.90807136494416],[107.55234268243628,34.90807220156207],[107.5523422870662,34.90807344415373],[107.55234190581648,34.90807420665315],[107.55234115920238,34.90807529965727],[107.5523403734175,34.908076099456004],[107.55233979448272,34.90807652836191],[107.55233949266004,34.90807672604697],[107.5523349676844,34.908071978871824],[107.55233523895534,34.90807177329981],[107.55233977594978,34.908076490413464]]},
{"type":"LineString","coordinates":[[107.55248767009556,34.907967436350766],[107.55248122166245,34.90796000091259],[107.55248080492697,34.907960286047384],[107.55248731916042,34.90796774341901],[107.55248771396245,34.90796745828421],[107.55248867903407,34.907966690613605],[107.5524894028378,34.90796601067678],[107.55248995117394,34.907965286873065],[107.55249067497766,34.90796416826732],[107.55249124524725,34.907963093528465],[107.5524915523155,34.907961909122385],[107.5524917935834,34.90796061504907],[107.55249185938374,34.907959408709544],[107.55249168391617,34.90795796110211],[107.55249142071482,34.90795688636326],[107.55249100397934,34.90795581162441],[107.55249052144356,34.90795484655279],[107.55249004987446,34.90795411178235]]},
{"type":"LineString","coordinates":[[107.55250412950622,34.90795683377757],[107.55250009702299,34.90795854540714],[107.55249974889493,34.907956340596165],[107.55250093833243,34.90795416479586]]},
{"type":"LineString","coordinates":[[107.55262519679171,34.90790361771032],[107.5526187483586,34.90789618227214],[107.55261833162312,34.907896467406935],[107.55262484585657,34.90790392477856],[107.5526252406586,34.90790363964376],[107.55262620573022,34.90790287197316],[107.55262692953394,34.90790219203633],[107.55262747787009,34.907901468232616],[107.55262820167381,34.90790034962687],[107.5526287719434,34.90789927488802],[107.55262907901165,34.907898090481936],[107.55262932027955,34.90789679640862],[107.55262938607989,34.907895590069096],[107.55262921061232,34.907894142461664],[107.55262894741097,34.90789306772281],[107.55262853067549,34.90789199298396],[107.55262804813971,34.90789102791234],[107.55262757657061,34.907890293141904]]},
{"type":"LineString","coordinates":[[107.55313293151454,34.90758132999143],[107.55312839515402,34.90757649995136],[107.55312868195524,34.90757631940478],[107.55313328923033,34.90758121702855],[107.55313295504848,34.90758142412716],[107.55313229139158,34.90758178654972],[107.55313156183965,34.90758206425013],[107.55313102055919,34.90758222898766],[107.55313025335299,34.90758237489804],[107.55312955204178,34.90758243608627],[107.55312900840796,34.90758243843966],[107.55312817530674,34.9075823537175],[107.55312740339373,34.90758218427318],[107.55312678039549,34.907582036383786],[107.55312599320388,34.907581701827354],[107.55312530441124,34.90758138695072],[107.55312441882069,34.9075808359166],[107.55312375200253,34.907580328642425],[107.55312306091518,34.90757959608983],[107.55312360087935,34.90758055875956],[107.55312385542986,34.90758119543524],[107.55312403428775,34.90758187321251],[107.55312416607777,34.90758269219338],[107.55312432042174,34.90758363044677],[107.55312432986206,34.90758446706468],[107.55312393449198,34.90758570965634],[107.55312355324226,34.90758647215576],[107.55312280662817,34.90758756515988],[107.55312202084328,34.90758836495861],[107.5531214419085,34.90758879386452],[107.55312114008582,34.90758899154958],[107.55311661511018,34.90758424437443],[107.55311688638112,34.90758403880242],[107.55312142337556,34.90758875591607]]},
{"type":"LineString","coordinates":[[107.55364648936667,34.907199989936636],[107.55364195300615,34.90719515989657],[107.55364223980737,34.90719497934999],[107.55364684708246,34.907199876973756],[107.55364651290061,34.907200084072365],[107.55364584924371,34.907200446494926],[107.55364511969178,34.907200724195334],[107.55364457841132,34.90720088893286],[107.55364381120512,34.90720103484325],[107.55364310989391,34.90720109603148],[107.5536425662601,34.90720109838487],[107.55364173315887,34.90720101366271],[107.55364096124586,34.90720084421839],[107.55364033824762,34.90720069632899],[107.55363955105601,34.90720036177256],[107.55363886226337,34.90720004689592],[107.55363797667282,34.9071994958618],[107.55363730985466,34.90719898858763],[107.55363661876731,34.90719825603504],[107.55363715873148,34.90719921870477],[107.55363741328199,34.90719985538045],[107.55363759213988,34.90720053315771],[107.5536377239299,34.907201352138586],[107.55363787827388,34.90720229039198],[107.55363788771419,34.907203127009886],[107.55363749234411,34.907204369601544],[107.55363711109439,34.90720513210096],[107.5536363644803,34.907206225105085],[107.5536355786954,34.90720702490382],[107.55363499976063,34.907207453809725],[107.55363469793795,34.90720765149479],[107.55363017296231,34.90720290431964],[107.55363044423325,34.907202698747625],[107.55363498122769,34.90720741586128]]},
{"type":"LineString","coordinates":[[107.55337846208084,34.907433565870825],[107.55337201364773,34.90742613043265],[107.55337159691226,34.90742641556744],[107.5533781111457,34.907433872939066],[107.55337850594773,34.90743358780427],[107.55337947101935,34.907432820133664],[107.55338019482308,34.90743214019684],[107.55338074315922,34.90743141639312],[107.55338146696295,34.90743029778738],[107.55338203723254,34.907429223048524],[107.55338234430079,34.90742803864244],[107.55338258556868,34.90742674456913],[107.55338265136902,34.9074255382296],[107.55338247590146,34.90742409062217],[107.5533822127001,34.90742301588332],[107.55338179596463,34.90742194114447],[107.55338131342884,34.90742097607285],[107.55338084185975,34.90742024130241]]}
]}

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,19 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Polygon","coordinates":[[[107.55235865840636,34.90797263211978],[107.55236022156018,34.90797462824495],[107.5523697404918,34.90796871456669],[107.55232922131462,34.90792441077658],[107.55232744835764,34.90792575880998],[107.55236613352565,34.90796823591716],[107.55235865840636,34.90797263211978]]]},
{"type":"Polygon","coordinates":[[[107.55243373941207,34.90801073392481],[107.55242950965619,34.90801337099485],[107.55250947031904,34.9080971131987],[107.55251353036272,34.9080945457545],[107.55243373941207,34.90801073392481]]]},
{"type":"Polygon","coordinates":[[[107.55290447091608,34.90771954743401],[107.55290236095075,34.90772107129786],[107.55310556012526,34.90794499168205],[107.55341646284855,34.90775407303399],[107.55320997286775,34.907526427746326],[107.55320804075704,34.90752759745659],[107.55335956523055,34.90769539852351],[107.5533466895198,34.907703688147954],[107.55334808203203,34.907705414863116],[107.55335677643465,34.907700174402365],[107.55335999150013,34.90770385397551],[107.5533642247373,34.90770134745352],[107.55337716751751,34.90771533754716],[107.55337397032139,34.907717534664364],[107.55337570730048,34.90771940577969],[107.55337888921524,34.90771743618465],[107.55340815576511,34.9077497428536],[107.55340420376325,34.90775214629951],[107.55340787999552,34.90775605925886],[107.55337683596649,34.90777515147179],[107.55334393786512,34.90773962152234],[107.55337011554307,34.90772292496324],[107.5533684299863,34.907720996737055],[107.55334238695463,34.90773783562541],[107.55333555133224,34.90773060021086],[107.55333376543531,34.907732127622715],[107.55337443910481,34.90777660838771],[107.55334652271594,34.907793738899024],[107.55329593851074,34.907737716787615],[107.55333559725891,34.90771315287196],[107.55333409334568,34.907711509707525],[107.55328839978057,34.907740255339625],[107.55329281928331,34.907745737658026],[107.55329693854654,34.90774317852076],[107.55334125901973,34.90779183550888],[107.553337058778,34.90779450687236],[107.55333975510653,34.90779796865491],[107.55327036361135,34.90784052469884],[107.55326697874769,34.90783672032862],[107.55326079966332,34.907840994671716],[107.55326399547887,34.907844472471],[107.55318858833093,34.90789081962946],[107.55318532985231,34.90788718517255],[107.55317883872853,34.907891366231546],[107.55318219669981,34.90789470473857],[107.55311041617583,34.90793875686283],[107.55310629306138,34.90793425790019],[107.55310208419318,34.90793688452637],[107.55306265869079,34.90789346425455],[107.55306664603528,34.90789088229252],[107.55306163299127,34.90788517995495],[107.55305753363632,34.90788786570648],[107.55301241336846,34.90783797960497],[107.5530167136247,34.90783538104321],[107.55301217664139,34.90782972200748],[107.55300751172544,34.90783266020827],[107.55290447091608,34.90771954743401]]]},
{"type":"Polygon","coordinates":[[[107.55261057346827,34.90790118786521],[107.55261286367337,34.907903925801904],[107.55310922471932,34.90759669100029],[107.55313234967296,34.90762170232785],[107.55322821379367,34.90756190077563],[107.55320483644259,34.90753752729448],[107.5533689801145,34.90743640723105],[107.55336377745896,34.907430965414605],[107.55335214023864,34.90741866651883],[107.55334484908417,34.90742313506989],[107.55335638373673,34.90743553653343],[107.55328284895057,34.90748102291243],[107.55327130571129,34.907469026381435],[107.55326427375164,34.907473363284225],[107.55327545800377,34.90748561623462],[107.55319794233856,34.907533721686],[107.55318658997665,34.907521159141226],[107.55317949059422,34.90752544982498],[107.55319092159566,34.90753787229069],[107.55313019245563,34.9075754936261],[107.55313443936332,34.907580952581576],[107.55319766818812,34.90754143725147],[107.55321927652186,34.90756347860813],[107.55313667241727,34.90761462284799],[107.55311618917642,34.907592427953226],[107.55312002918711,34.90759005925468],[107.55311694074427,34.90758671002851],[107.55311814656304,34.90758593217861],[107.55311637758791,34.907584053500514],[107.55311523326175,34.90758474385835],[107.55310624705733,34.90757460233443],[107.5530992338723,34.907579103333774],[107.55311106636458,34.90759164072076],[107.55303593994687,34.9076383687143],[107.55302451233389,34.90762588426918],[107.55301731973508,34.907630366719005],[107.55302836119655,34.90764271012191],[107.55302574138163,34.90764433814976],[107.55293610968675,34.907545478063994],[107.55293528914468,34.907546093470536],[107.55302465602972,34.907645011816456],[107.5530219660412,34.907646691304954],[107.5530105635594,34.907634228759854],[107.55300344568465,34.9076386934697],[107.553014719446,34.907651229198706],[107.55292937986006,34.9077040892593],[107.55291792568966,34.90769145979688],[107.55291058190487,34.90769603576703],[107.55292201864789,34.90770864820524],[107.55284701708902,34.907755056355455],[107.5528355163185,34.90774268534446],[107.55282831794477,34.90774709758401],[107.55283975645908,34.90775965974455],[107.55276967017201,34.9078028617403],[107.55275764939738,34.90779057592869],[107.55275054434615,34.90779497131986],[107.55276228478897,34.90780745265408],[107.55268799432255,34.907853402336656],[107.55267743139103,34.907841315926035],[107.55267006086262,34.9078458489222],[107.55268065884087,34.90785797765631],[107.55261057346827,34.90790118786521]]]},
{"type":"Polygon","coordinates":[[[107.55336386595906,34.907431119887086],[107.55336893936425,34.90743641741861],[107.55369611933673,34.90723330191655],[107.55360303680914,34.90713264875953],[107.55221991850101,34.9079886653874],[107.5522219079465,34.90799107717326],[107.55231935690645,34.907931471719536],[107.552332532797,34.90794486350101],[107.55234074973767,34.90793973445525],[107.55232777011166,34.90792610061421],[107.55243416069177,34.90786053456798],[107.5524459417655,34.90787276021056],[107.55245316600883,34.90786824783702],[107.55244189618925,34.90785646676327],[107.55251423034376,34.90781190546075],[107.55252658607424,34.90782408129571],[107.55253430789503,34.90781929649967],[107.55252143235866,34.90780734863033],[107.5525961866059,34.907760913417015],[107.55260841603467,34.90777286724067],[107.55261582402946,34.90776828018597],[107.55260341084924,34.9077564677288],[107.55267667579088,34.907711010566864],[107.55268822818057,34.90772338001258],[107.55269562596399,34.907718816355185],[107.5526840222904,34.90770649819335],[107.5527629221421,34.90765766230835],[107.5527738423735,34.907669684858035],[107.5527811850227,34.9076651263209],[107.55277025197036,34.907653116592186],[107.55284152190966,34.90760893756559],[107.5528526639238,34.9076210853992],[107.55286003821766,34.907616535761754],[107.55284887211405,34.90760422513613],[107.5529272644162,34.907555648582935],[107.55293852873328,34.90756791688696],[107.55294581289897,34.907563449470814],[107.55293456460659,34.90755113250469],[107.55294096639761,34.907547086928425],[107.55295265891742,34.9075594173277],[107.55295994301912,34.90755481778784],[107.55294830178318,34.90754264124021],[107.55302490099096,34.90749509460482],[107.55303646065168,34.907507506180075],[107.55304385414813,34.9075028467819],[107.55303219191966,34.90749053777441],[107.5531098803211,34.907442390971106],[107.55312175735376,34.90745446869604],[107.55312914064767,34.90744983790831],[107.55311721233112,34.90743776018338],[107.55319214037193,34.90739136928943],[107.55320359970109,34.90740375167297],[107.55321096134905,34.907399188153065],[107.553199450736,34.907386754485636],[107.55327473384924,34.90734019200872],[107.55328638464752,34.90735247592557],[107.55329376852393,34.907347875358234],[107.55328206644175,34.907335642725265],[107.55335797195144,34.907288503473865],[107.55336973103238,34.90730049849815],[107.5533770527639,34.907296109755855],[107.55336539625073,34.907283909596046],[107.55343971333852,34.90723778187616],[107.55345133716176,34.907250138378366],[107.55345859046061,34.90724562171755],[107.5534469153534,34.907233213931534],[107.55352192522774,34.90718684540352],[107.55353393744528,34.907198747013645],[107.55354129251948,34.90719429275099],[107.5535293828697,34.907182288573104],[107.55359683630905,34.90714040278076],[107.55361115788527,34.90715481929465],[107.55361647283954,34.90715153199254],[107.55365482784204,34.907192590220774],[107.55367989088124,34.90722084184414],[107.55367645427745,34.907223001606994],[107.55368718517465,34.90723427584075],[107.55359967748255,34.907288203267356],[107.55359779334331,34.90728603441372],[107.55352864528803,34.9073289213275],[107.55351720906077,34.90731667505459],[107.55350997600215,34.9073213470427],[107.55352136094554,34.90733343946397],[107.55344559080662,34.907380327680194],[107.55343375298482,34.907367800799236],[107.55342640067165,34.90737244960547],[107.55343816156766,34.90738493802352],[107.55336386595906,34.907431119887086]]]},
{"type":"Polygon","coordinates":[[[107.55222450105266,34.90799390279778],[107.55221995811502,34.907988637435736],[107.55219890926627,34.90800165143884],[107.55229504836497,34.90810009114684],[107.55232345346398,34.90808284163104],[107.55244877503512,34.90800556740735],[107.55261300249477,34.90790384005924],[107.55261057570083,34.90790117422104],[107.55260065695795,34.907891346764515],[107.55259332898308,34.90789592754746],[107.55260311209179,34.90790554790643],[107.5525256531242,34.90795399387348],[107.55251266685384,34.90794078034844],[107.55250490099918,34.907945707829576],[107.55251815546346,34.90795858478725],[107.55244438208196,34.9080042558688],[107.55243408909897,34.90799452114929],[107.55242577649962,34.90799975485199],[107.55243628832633,34.90800920543352],[107.55229587635009,34.90809476333472],[107.55220934782467,34.9080032506598],[107.55221109394567,34.908002205433846],[107.55222275079345,34.90801402252722],[107.55223129207197,34.90800872660112],[107.5522195685388,34.90799689839353],[107.55222450105266,34.90799390279778]]]},
{"type":"Polygon","coordinates":[[[107.55363322630963,34.907206090269185],[107.55362983385193,34.90720245331003],[107.55355777980813,34.907247974800704],[107.55359822599749,34.907294031538136],[107.55369618449109,34.90723332038426],[107.55365395846299,34.907187665386125],[107.5536423148562,34.90719492581315],[107.55364568537198,34.907198405190314],[107.5536539797717,34.907193175657135],[107.55369037296822,34.90723221502257],[107.55360300875714,34.90728624598335],[107.553592970614,34.907274577830584],[107.55358950684337,34.907276954928065],[107.55356440240112,34.90724877990756],[107.55363322630963,34.907206090269185]]]},
{"type":"Polygon","coordinates":[[[107.56137631028521,34.9034907401698],[107.5613725006256,34.90349367067719],[107.56144198295594,34.90358409148283],[107.56144582192063,34.903581160975435],[107.56137631028521,34.9034907401698]]]},
{"type":"Polygon","coordinates":[[[107.56179182692856,34.90317301455817],[107.56178971696323,34.903174538422014],[107.56199162892264,34.903437639375824],[107.56227719709977,34.903218222518916],[107.56207479672246,34.90295518017526],[107.56207303841802,34.90295658681881],[107.56222398885382,34.90315334108522],[107.56221299945108,34.90316183955667],[107.56221455262,34.90316383230169],[107.56222170305804,34.903158381557944],[107.56222469217559,34.90316227913278],[107.56222864836056,34.90315929001523],[107.56226979268435,34.90321285969039],[107.56226586580445,34.90321579019779],[107.56226879631184,34.9032195998574],[107.56224042900024,34.90324134422229],[107.56220860368995,34.903199921500274],[107.56222933702972,34.90318397954006],[107.56222775455574,34.903181928184885],[107.56220700656338,34.903197811534945],[107.56220325551392,34.90319300550282],[107.56220137998919,34.90319464658696],[107.56223839229756,34.90324297065387],[107.56221228147665,34.90326310323965],[107.56216477795171,34.903202141359586],[107.56220180124949,34.903173662322445],[107.56220024075432,34.903171623788246],[107.56215723922153,34.903204679911596],[107.56216182180253,34.90321061418907],[107.5621657779875,34.90320760309273],[107.56220687835362,34.903261143462714],[107.56220294414744,34.903264154559054],[107.56220589205472,34.903267972002816],[107.56213964930897,34.903318906510705],[107.56213669865434,34.90331509868266],[107.56213073140867,34.90331966477949],[107.56213368206332,34.903323472607525],[107.56206742145972,34.90337440299439],[107.56206448179445,34.90337059791369],[107.5620585324066,34.90337516263688],[107.56206147756653,34.90337898694903],[107.56199521146817,34.90342992283061],[107.56199227363453,34.90342610584473],[107.5619883540809,34.90342910228854],[107.56194725371469,34.90337556191847],[107.56195112931074,34.90337255814838],[107.56194657237174,34.903366667828514],[107.5619426308393,34.903369627640984],[107.56190151582061,34.90331613122851],[107.56190541339544,34.90331308350081],[107.56190090041406,34.90330716387588],[107.56189691492399,34.90331021160357],[107.56179182692856,34.90317301455817]]]},
{"type":"Polygon","coordinates":[[[107.55221925195427,34.907996534559146],[107.55221707348609,34.907998057998164],[107.55225676229826,34.90803865491873],[107.5523427629948,34.90798526011791],[107.55234120005753,34.90798322829944],[107.5522572897896,34.908035118773114],[107.55221925195427,34.907996534559146]]]},
{"type":"Polygon","coordinates":[[[107.5612302338977,34.90353730976929],[107.56123173950905,34.90353925451727],[107.56124532137804,34.90352877797167],[107.56124566641397,34.90352924847522],[107.56124826986692,34.90352733509414],[107.56124786209718,34.903526833223694],[107.56127082267018,34.903509205024214],[107.56127123043993,34.90350967552776],[107.56127373979217,34.90350773077977],[107.56127336338933,34.90350729164313],[107.56128539259662,34.90349799135642],[107.56128580036635,34.90349846185996],[107.5612863336037,34.90349810114058],[107.56130471460885,34.903522065454446],[107.5613042127384,34.90352250459109],[107.5613062202202,34.90352498257642],[107.56130675345754,34.90352454343978],[107.56131635172986,34.90353721566858],[107.56125333562183,34.903585818684746],[107.5612415416663,34.90357044890229],[107.56123395087579,34.90357634588005],[107.56124565073064,34.9035917470294],[107.56124314137831,34.90359370746082],[107.56121262138171,34.903553902860956],[107.56121513073394,34.90355198947987],[107.56121553850369,34.903552459983416],[107.56121807922283,34.90355048386853],[107.56121764008618,34.90355004473189],[107.56121902022991,34.903549040990995],[107.56121735778406,34.903547002142304],[107.56120694397227,34.90355496933566],[107.56124229447195,34.90360041997808],[107.56132146453506,34.90353956818631],[107.56128636497064,34.90349397639284],[107.5612302338977,34.90353730976929]]]},
{"type":"Polygon","coordinates":[[[107.55227812892262,34.90804327489424],[107.5522800223763,34.90804524236691],[107.5522982876936,34.90803391497863],[107.55229872003186,34.90803434639905],[107.55230150315248,34.908032650090696],[107.5523010448831,34.908032212474346],[107.55232548163671,34.90801708614038],[107.5523258691247,34.90801746327619],[107.55232857799615,34.90801581184372],[107.55232821610781,34.90801542563076],[107.55234265923204,34.90800649071504],[107.55234317816043,34.908006999852326],[107.55234370687991,34.908006691432625],[107.55236510043692,34.90802915874708],[107.55236462123882,34.90802953819216],[107.55236678450636,34.908031942683635],[107.55236736613332,34.90803152227338],[107.55237878839694,34.90804352555685],[107.55230575546922,34.908088702846555],[107.55229264061856,34.90807362253035],[107.55228463973486,34.90807883892372],[107.55229809729795,34.90809348610563],[107.55229586676263,34.90809477485937],[107.55226054324115,34.908057376733524],[107.55226323382436,34.908055629480856],[107.55226378448779,34.908056254495435],[107.55226642627805,34.9080545235071],[107.55226588607029,34.908053839243905],[107.55226758479728,34.9080527732028],[107.5522656650788,34.908050748425104],[107.5522540552914,34.90805808586811],[107.55229455322517,34.908100450332576],[107.55238389835334,34.908045409655216],[107.55234328216056,34.90800276114688],[107.55227812892262,34.90804327489424]]]},
{"type":"Polygon","coordinates":[[[107.55366790210833,34.90725064505258],[107.55366367235246,34.90725328212262],[107.5537436330153,34.907337024326466],[107.55374769305898,34.90733445688227],[107.55366790210833,34.90725064505258]]]},
{"type":"Polygon","coordinates":[[[107.56195586187286,34.90301150894768],[107.5619607614528,34.90301778384833],[107.56196279578131,34.9030161220025],[107.5619579535064,34.90300990440687],[107.56195586187286,34.90301150894768]]]},
{"type":"Polygon","coordinates":[[[107.5619460985286,34.902998745147926],[107.56194814181103,34.902997179108944],[107.56194332639785,34.902990886300465],[107.56202248613191,34.90293002835993],[107.56204194835232,34.90295533569326],[107.56204398268085,34.90295378845748],[107.56202298038777,34.9029263966537],[107.56193970185473,34.902990392044565],[107.5619460985286,34.902998745147926]]]},
{"type":"Polygon","coordinates":[[[107.5530939453985,34.907573370375374],[107.55309923417512,34.90757910087825],[107.55310147623437,34.90757767302795],[107.55309607045997,34.9075718255273],[107.5530939453985,34.907573370375374]]]},
{"type":"Polygon","coordinates":[[[107.55308335272319,34.90756241039069],[107.55308519603494,34.9075611114767],[107.55307969952763,34.907555263976086],[107.5531650060219,34.907502507534],[107.55318435602,34.90752257066124],[107.55318656226359,34.907521207279096],[107.55316550027776,34.90749887582776],[107.5530760749845,34.907554769720186],[107.55308335272319,34.90756241039069]]]}
]}

View File

@ -0,0 +1,103 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55229969375154,34.90803372428551],[107.55230764891212,34.90804240843736],[107.55230713595923,34.90804272287891],[107.55230901563817,34.90804506118652],[107.55230967100692,34.908044679703224],[107.5523179815844,34.90805393193594],[107.55234364558252,34.90803831697928],[107.55233511374179,34.908029187813334],[107.55233808539892,34.90802746037872],[107.55233571824617,34.90802532798491],[107.55233328060615,34.90802682066505],[107.55232531554832,34.90801812338606],[107.55230227609998,34.908032276605304],[107.55231020960318,34.908040842043185],[107.5523156548223,34.90803753979164],[107.55231567001927,34.90803823189005],[107.55230796616348,34.90804290759762],[107.55230911345441,34.90804429821993],[107.55233712679987,34.908027284309505],[107.55233571335536,34.90802602737095],[107.55231666646779,34.90803763295897],[107.55231650458997,34.908030891087776],[107.55231723213531,34.90803068031404],[107.55231466552442,34.90802981914855],[107.5523164807262,34.908029295695016],[107.55231504381543,34.90802439921409],[107.5523230280584,34.908033055847895],[107.55233327673655,34.90802682242398]]},
{"type":"LineString","coordinates":[[107.55230764909682,34.90804240812075],[107.55232302753072,34.90803305619968]]},
{"type":"LineString","coordinates":[[107.55230970928795,34.90804465466489],[107.55233509809119,34.90802920346393]]},
{"type":"LineString","coordinates":[[107.55231565545542,34.90803752332819],[107.5523155110835,34.908031181098],[107.55231649889093,34.90803089362071]]},
{"type":"LineString","coordinates":[[107.5523127743506,34.90803928995765],[107.55230483891157,34.9080307172204]]},
{"type":"LineString","coordinates":[[107.55231533159693,34.90803773065081],[107.5523073961579,34.90802915791356]]},
{"type":"LineString","coordinates":[[107.55231789229839,34.90803615775703],[107.55230995685936,34.90802758501978]]},
{"type":"LineString","coordinates":[[107.55232046059835,34.90803460765881],[107.55231249888169,34.90802590856802]]},
{"type":"LineString","coordinates":[[107.55232559149943,34.90803149226535],[107.55231762978276,34.90802279317456]]},
{"type":"LineString","coordinates":[[107.5523281560002,34.908029923170844],[107.55232019428354,34.90802122408005]]},
{"type":"LineString","coordinates":[[107.5523307205009,34.90802835027707],[107.55232275878424,34.90801965118628]]},
{"type":"LineString","coordinates":[[107.55234102973354,34.90803989258363],[107.55233272344273,34.9080306320728]]},
{"type":"LineString","coordinates":[[107.55233848802838,34.908041465477396],[107.55233018173757,34.90803220496657]]},
{"type":"LineString","coordinates":[[107.55233591212988,34.908043026973395],[107.55232760583907,34.908033766462566]]},
{"type":"LineString","coordinates":[[107.55233335332801,34.90804457707159],[107.5523250470372,34.90803531656076]]},
{"type":"LineString","coordinates":[[107.55233076033286,34.90804613856759],[107.55232245404206,34.90803687805676]]},
{"type":"LineString","coordinates":[[107.55232821862768,34.90804771146135],[107.55231991233687,34.90803845095052]]},
{"type":"LineString","coordinates":[[107.55232567692252,34.908049269158084],[107.55231737063171,34.908040008647255]]},
{"type":"LineString","coordinates":[[107.55232309342547,34.90805081925629],[107.55231478713466,34.90804155874546]]},
{"type":"LineString","coordinates":[[107.55232053272405,34.9080523693545],[107.55231222643324,34.90804310884367]]},
{"type":"LineString","coordinates":[[107.55231547755184,34.90802957395544],[107.5523140567087,34.90802497286548]]},
{"type":"LineString","coordinates":[[107.5531011287706,34.907541980921806],[107.55310908393119,34.90755066507366],[107.5531085709783,34.90755097951521],[107.55311045065724,34.90755331782282],[107.553111106026,34.90755293633952],[107.55311941660347,34.907562188572236],[107.5531450806016,34.907546573615576],[107.55313654876086,34.90753744444963],[107.55313952041799,34.907535717015016],[107.55313715326524,34.907533584621206],[107.55313471562522,34.90753507730135],[107.55312675056739,34.907526380022354],[107.55310371111905,34.9075405332416],[107.55311164462225,34.90754909867948],[107.55311708984136,34.90754579642794],[107.55311710503834,34.90754648852635],[107.55310940118255,34.907551164233915],[107.55311054847348,34.907552554856224],[107.55313856181894,34.9075355409458],[107.55313714837443,34.90753428400725],[107.55311810148686,34.90754588959527],[107.55311793960904,34.90753914772407],[107.55311866715438,34.90753893695034],[107.55311610054349,34.90753807578485],[107.55311791574528,34.90753755233131],[107.5531164788345,34.90753265585039],[107.55312446307747,34.90754131248419],[107.55313471175562,34.907535079060274]]},
{"type":"LineString","coordinates":[[107.55310908411589,34.907550664757046],[107.55312446254979,34.907541312835974]]},
{"type":"LineString","coordinates":[[107.55311114430702,34.90755291130119],[107.55313653311026,34.90753746010023]]},
{"type":"LineString","coordinates":[[107.55311709047449,34.90754577996449],[107.55311694610258,34.9075394377343],[107.55311793391,34.90753915025701]]},
{"type":"LineString","coordinates":[[107.55311420936967,34.907547546593946],[107.55310627393064,34.907538973856695]]},
{"type":"LineString","coordinates":[[107.553116766616,34.90754598728711],[107.55310883117697,34.90753741454986]]},
{"type":"LineString","coordinates":[[107.55311932731746,34.90754441439333],[107.55311139187843,34.90753584165608]]},
{"type":"LineString","coordinates":[[107.55312189561742,34.90754286429511],[107.55311393390076,34.90753416520432]]},
{"type":"LineString","coordinates":[[107.5531270265185,34.90753974890165],[107.55311906480183,34.907531049810856]]},
{"type":"LineString","coordinates":[[107.55312959101927,34.90753817980714],[107.55312162930261,34.90752948071635]]},
{"type":"LineString","coordinates":[[107.55313215551998,34.90753660691337],[107.55312419380331,34.907527907822576]]},
{"type":"LineString","coordinates":[[107.55314246475261,34.90754814921993],[107.5531341584618,34.9075388887091]]},
{"type":"LineString","coordinates":[[107.55313992304745,34.90754972211369],[107.55313161675664,34.90754046160286]]},
{"type":"LineString","coordinates":[[107.55313734714895,34.90755128360969],[107.55312904085814,34.90754202309886]]},
{"type":"LineString","coordinates":[[107.55313478834708,34.90755283370789],[107.55312648205627,34.90754357319706]]},
{"type":"LineString","coordinates":[[107.55313219535194,34.90755439520389],[107.55312388906113,34.90754513469306]]},
{"type":"LineString","coordinates":[[107.55312965364675,34.90755596809765],[107.55312134735594,34.90754670758682]]},
{"type":"LineString","coordinates":[[107.55312711194159,34.90755752579438],[107.55311880565078,34.90754826528355]]},
{"type":"LineString","coordinates":[[107.55312452844454,34.907559075892586],[107.55311622215373,34.907549815381756]]},
{"type":"LineString","coordinates":[[107.55312196774312,34.9075606259908],[107.55311366145231,34.90755136547997]]},
{"type":"LineString","coordinates":[[107.55311691257091,34.907537830591735],[107.55311549172777,34.90753322950178]]},
{"type":"LineString","coordinates":[[107.55358134730878,34.90723877045106],[107.55358930246936,34.90724745460291],[107.55358878951647,34.90724776904446],[107.55359066919542,34.90725010735207],[107.55359132456417,34.90724972586877],[107.55359963514164,34.90725897810149],[107.55362529913977,34.90724336314483],[107.55361676729903,34.90723423397888],[107.55361973895616,34.90723250654427],[107.55361737180341,34.90723037415046],[107.55361493416339,34.9072318668306],[107.55360696910556,34.90722316955161],[107.55358392965722,34.907237322770854],[107.55359186316042,34.907245888208735],[107.55359730837954,34.90724258595719],[107.55359732357651,34.9072432780556],[107.55358961972073,34.90724795376317],[107.55359076701166,34.90724934438548],[107.55361878035711,34.907232330475054],[107.5536173669126,34.9072310735365],[107.55359832002503,34.90724267912452],[107.55359815814721,34.907235937253326],[107.55359888569255,34.90723572647959],[107.55359631908166,34.9072348653141],[107.55359813428345,34.907234341860566],[107.55359669737267,34.90722944537964],[107.55360468161564,34.907238102013444],[107.55361493029379,34.90723186858953]]},
{"type":"LineString","coordinates":[[107.55358930265406,34.9072474542863],[107.55360468108796,34.90723810236523]]},
{"type":"LineString","coordinates":[[107.5535913628452,34.90724970083044],[107.55361675164843,34.90723424962948]]},
{"type":"LineString","coordinates":[[107.55359730901266,34.90724256949374],[107.55359716464075,34.90723622726355],[107.55359815244817,34.90723593978626]]},
{"type":"LineString","coordinates":[[107.55359442790784,34.9072443361232],[107.55358649246881,34.90723576338595]]},
{"type":"LineString","coordinates":[[107.55359698515417,34.90724277681636],[107.55358904971514,34.90723420407911]]},
{"type":"LineString","coordinates":[[107.55359954585563,34.90724120392258],[107.5535916104166,34.90723263118533]]},
{"type":"LineString","coordinates":[[107.5536021141556,34.90723965382436],[107.55359415243893,34.90723095473357]]},
{"type":"LineString","coordinates":[[107.55360724505667,34.9072365384309],[107.55359928334,34.90722783934011]]},
{"type":"LineString","coordinates":[[107.55360980955744,34.90723496933639],[107.55360184784078,34.9072262702456]]},
{"type":"LineString","coordinates":[[107.55361237405815,34.90723339644262],[107.55360441234149,34.90722469735183]]},
{"type":"LineString","coordinates":[[107.55362268329078,34.90724493874918],[107.55361437699997,34.90723567823835]]},
{"type":"LineString","coordinates":[[107.55362014158563,34.907246511642946],[107.55361183529482,34.907237251132116]]},
{"type":"LineString","coordinates":[[107.55361756568712,34.907248073138945],[107.55360925939631,34.907238812628115]]},
{"type":"LineString","coordinates":[[107.55361500688525,34.90724962323714],[107.55360670059444,34.90724036272631]]},
{"type":"LineString","coordinates":[[107.55361241389011,34.90725118473314],[107.5536041075993,34.90724192422231]]},
{"type":"LineString","coordinates":[[107.55360987218492,34.9072527576269],[107.55360156589411,34.90724349711607]]},
{"type":"LineString","coordinates":[[107.55360733047976,34.907254315323634],[107.55359902418896,34.907245054812805]]},
{"type":"LineString","coordinates":[[107.55360474698271,34.90725586542184],[107.5535964406919,34.90724660491101]]},
{"type":"LineString","coordinates":[[107.5536021862813,34.90725741552005],[107.55359387999049,34.90724815500922]]},
{"type":"LineString","coordinates":[[107.55359713110909,34.90723462012099],[107.55359571026594,34.90723001903103]]},
{"type":"LineString","coordinates":[[107.56220298747442,34.90325092944962],[107.56218702866067,34.90323022323266],[107.56218652437641,34.90323060526618],[107.56220280409838,34.90325179539227],[107.56220329310129,34.903251387889846],[107.56220309953764,34.90325111282571],[107.56221439754235,34.903242443211624],[107.56221478466965,34.90324293221453],[107.56221733155981,34.90324099657801],[107.56221693997527,34.90324048210603],[107.56222823224971,34.90323180739833],[107.56222845637605,34.903232051899785],[107.56222894537895,34.903231664772484],[107.56221268603217,34.90321049502151],[107.56221217665414,34.903210861773694],[107.56222350522157,34.90322561336147],[107.56221629242864,34.90322659136729],[107.56221669993107,34.903227589748234],[107.5622243202264,34.90322661174241],[107.56222822206213,34.90323174627297]]},
{"type":"LineString","coordinates":[[107.5622162567721,34.9032265913673],[107.56221591548882,34.90322579164379],[107.5622152991414,34.90322858812919],[107.56221456563703,34.903226830774976],[107.562206451245,34.903227910656405],[107.5622007563986,34.903220476284034],[107.56219922571759,34.90322165549418],[107.56221490946714,34.90324205608432],[107.56221643760125,34.90324087432729],[107.56220720257751,34.90322885300574],[107.5622149858738,34.903227855261534]]},
{"type":"LineString","coordinates":[[107.56221437907729,34.90324241392219],[107.56219831838817,34.90322152942319],[107.56220088565343,34.90321955813024],[107.56221693360806,34.903240471918465]]},
{"type":"LineString","coordinates":[[107.56220116963165,34.90324853282571],[107.56221243707354,34.90323989377442]]},
{"type":"LineString","coordinates":[[107.56219923399516,34.90324594518534],[107.56221050143705,34.90323730613405]]},
{"type":"LineString","coordinates":[[107.56219723723332,34.903243459420594],[107.56220850467521,34.903234820369306]]},
{"type":"LineString","coordinates":[[107.56219530159683,34.90324087178023],[107.56220656903872,34.90323223272894]]},
{"type":"LineString","coordinates":[[107.5621933252101,34.903238324890104],[107.562204592652,34.90322968583882]]},
{"type":"LineString","coordinates":[[107.56219138957361,34.90323573724974],[107.5622026570155,34.90322709819845]]},
{"type":"LineString","coordinates":[[107.56218939281177,34.90323325148499],[107.56220066025367,34.903224612433704]]},
{"type":"LineString","coordinates":[[107.56218745717528,34.903230663844624],[107.56219872461718,34.90322202479334]]},
{"type":"LineString","coordinates":[[107.56221500433882,34.90323791738769],[107.56222627178072,34.903229278336404]]},
{"type":"LineString","coordinates":[[107.56221306870233,34.903235329747325],[107.56222433614423,34.90322669069604]]},
{"type":"LineString","coordinates":[[107.5622110719405,34.90323284398258],[107.56222233938239,34.90322420493129]]},
{"type":"LineString","coordinates":[[107.562209136304,34.90323025634221],[107.5622204037459,34.903221617290924]]},
{"type":"LineString","coordinates":[[107.56220715991728,34.90322770945209],[107.56221842735917,34.9032190704008]]},
{"type":"LineString","coordinates":[[107.56220522428079,34.90322512181172],[107.56221649172268,34.903216482760435]]},
{"type":"LineString","coordinates":[[107.56220322751895,34.903222636046976],[107.56221449496084,34.90321399699569]]},
{"type":"LineString","coordinates":[[107.56220129188246,34.90322004840661],[107.56221255932435,34.90321140935532]]},
{"type":"LineString","coordinates":[[107.5533393681791,34.90778544063907],[107.55332152212009,34.907766366978954],[107.55332101783583,34.907766749012474],[107.55333922300635,34.90778626837837],[107.55333977568151,34.90778589398551],[107.55333951844561,34.90778558581181],[107.55335178172129,34.90777801136067],[107.55335216884859,34.90777850036358],[107.55335491100072,34.90777679988986],[107.55335450689418,34.90777631428282],[107.55336679818598,34.9077686973834],[107.55336702231232,34.90776894188486],[107.55336756989364,34.90776860824227],[107.55334741889895,34.90774786636906],[107.55334690952093,34.90774823312124],[107.55336124172067,34.907762586545026],[107.55335371396241,34.9077640501579],[107.55335403656846,34.9077650858932],[107.5533620567255,34.907763584925966],[107.5533667879984,34.90776863625805]]},
{"type":"LineString","coordinates":[[107.55335371396241,34.90776404336619],[107.55335326570975,34.90776246089844],[107.55335211111955,34.90776680759093],[107.55335109915521,34.907764371066015],[107.55334287524686,34.90776465801568],[107.55333575668843,34.90775748597289],[107.55333422600742,34.90775866518303],[107.55335229364609,34.90777762423337],[107.55335397714083,34.90777658255521],[107.55334362657936,34.90776560036502],[107.55335151939197,34.90776539555257]]},
{"type":"LineString","coordinates":[[107.55335176325623,34.90777798207124],[107.553333318678,34.907758539112045],[107.55333588594326,34.90775656781909],[107.553354317787,34.90777604006751]]},
{"type":"LineString","coordinates":[[107.55333747265664,34.907783080521],[107.55334951498948,34.90777561813285]]},
{"type":"LineString","coordinates":[[107.55333521441403,34.90778068304842],[107.55334725674687,34.907773220660275]]},
{"type":"LineString","coordinates":[[107.55333298673413,34.907778343305345],[107.55334502906697,34.9077708809172]]},
{"type":"LineString","coordinates":[[107.55333073867912,34.90777597639545],[107.55334278101196,34.9077685140073]]},
{"type":"LineString","coordinates":[[107.55332848043652,34.90777358571458],[107.55334052276936,34.90776612332643]]},
{"type":"LineString","coordinates":[[107.55332620861051,34.90777119163786],[107.55333825094336,34.907763729249716]]},
{"type":"LineString","coordinates":[[107.5533239809306,34.90776885868651],[107.55333602326344,34.90776139629836]]},
{"type":"LineString","coordinates":[[107.55332168257416,34.90776649687034],[107.553333724907,34.90775903448219]]},
{"type":"LineString","coordinates":[[107.55335230128733,34.907773925299885],[107.55336434362017,34.90776646291174]]},
{"type":"LineString","coordinates":[[107.55335004304473,34.90777152782731],[107.55336208537757,34.90776406543916]]},
{"type":"LineString","coordinates":[[107.55334781536483,34.90776918808423],[107.55335985769767,34.90776172569608]]},
{"type":"LineString","coordinates":[[107.55334556730982,34.907766821174334],[107.55335760964266,34.90775935878619]]},
{"type":"LineString","coordinates":[[107.55334330906722,34.907764430493465],[107.55335535140006,34.90775696810532]]},
{"type":"LineString","coordinates":[[107.55334103724121,34.90776203641675],[107.55335307957405,34.9077545740286]]},
{"type":"LineString","coordinates":[[107.5533388095613,34.907759703465395],[107.55335085189414,34.90775224107725]]},
{"type":"LineString","coordinates":[[107.55333651120486,34.90775734164922],[107.5533485535377,34.907749879261075]]}
]}

View File

@ -0,0 +1,9 @@
{"type":"GeometryCollection", "geometries": [
{"type":"LineString","coordinates":[[107.55234783682533,34.90799093163174],[107.55234173119626,34.90798302985136],[107.55234130612533,34.907983305181396],[107.55234743429598,34.90799125285014],[107.55234785976943,34.907990955582264],[107.55234827960747,34.90799064704356],[107.55234857405765,34.907990417400605],[107.55234920381474,34.90798987499238],[107.55234985752232,34.90798914238908],[107.55235059012561,34.90798817309855],[107.55235099587513,34.907987508120165],[107.55235134527057,34.90798680932932],[107.55235155941614,34.90798624578832],[107.55235195389487,34.907985096164666],[107.55235211168635,34.90798401416594],[107.55235220185291,34.90798236862621],[107.55235210041553,34.90798127535666],[107.55235177356174,34.907979832691694],[107.55235125580828,34.907978567542095],[107.55235105856892,34.90797815897486],[107.55235088950661,34.90797785184501],[107.55235053418161,34.90797730336477],[107.5523509240237,34.90797784057425],[107.55235112971616,34.90797812234475],[107.55235181441849,34.90797890003137],[107.55235255829261,34.90797961009303],[107.55235360647887,34.90798038777962],[107.55235477300876,34.90798106402882],[107.5523557535701,34.90798141905965],[107.55235654816292,34.90798165574687],[107.55235786684887,34.90798190934033],[107.55235893194137,34.90798194315279],[107.55236011537748,34.9079818924341],[107.5523614171572,34.907981638840646],[107.55236287743277,34.907981162648454],[107.5523638347481,34.90798067518553],[107.55236410313445,34.90798052021175],[107.55236452860791,34.907980252529775],[107.55235839721692,34.90797233746581],[107.55235796329035,34.907972613600904],[107.55236408059284,34.90798050894089]]},
{"type":"LineString","coordinates":[[107.55228196238149,34.90804780538958],[107.55227742602096,34.90804297534951],[107.55227771282219,34.90804279480293],[107.55228232009728,34.9080476924267],[107.55228198591543,34.90804789952531],[107.55228132225852,34.90804826194787],[107.5522805927066,34.90804853964828],[107.55228005142614,34.908048704385806],[107.55227928421994,34.90804885029619],[107.55227858290873,34.90804891148442],[107.55227803927491,34.90804891383781],[107.55227720617368,34.90804882911565],[107.55227643426068,34.90804865967133],[107.55227581126243,34.908048511781935],[107.55227502407082,34.9080481772255],[107.55227433527818,34.908047862348866],[107.55227344968763,34.908047311314746],[107.55227278286948,34.90804680404057],[107.55227209178213,34.90804607148798],[107.55227263174629,34.90804703415771],[107.5522728862968,34.90804767083339],[107.5522730651547,34.908048348610656],[107.55227319694471,34.90804916759153],[107.55227335128869,34.90805010584492],[107.552273360729,34.90805094246283],[107.55227296535892,34.90805218505449],[107.5522725841092,34.908052947553905],[107.55227183749511,34.90805404055803],[107.55227105171022,34.90805484035676],[107.55227047277545,34.90805526926267],[107.55227017095277,34.90805546694773],[107.55226564597713,34.90805071977258],[107.55226591724806,34.90805051420057],[107.5522704542425,34.90805523131422]]},
{"type":"LineString","coordinates":[[107.55309993962571,34.9075692338393],[107.55309373997473,34.9075730022546],[107.5530939223174,34.90757333654951],[107.55310018274929,34.907569598524645],[107.55309997001616,34.90756908188706],[107.55309948376903,34.90756853485903],[107.55309899752189,34.90756789665967],[107.55309832893208,34.907567471193424],[107.55309729565691,34.90756674182272],[107.55309641433398,34.907566377137364],[107.55309547223015,34.90756610362335],[107.553094712469,34.90756589089023],[107.55309386153651,34.90756592128068],[107.55309328411803,34.90756592128068],[107.55309237240465,34.90756604284246],[107.55309109600591,34.90756649869915],[107.5530900931212,34.907566924165394],[107.55309087415566,34.90756626469271],[107.55309120237246,34.90756571158659],[107.55309144549602,34.907565280042256],[107.55309156705782,34.90756469046761],[107.55309169469771,34.9075640218778],[107.55309174332243,34.90756348092786],[107.55309182537663,34.90756256313638],[107.55309188615752,34.90756152986122],[107.5530917342053,34.90756028385293],[107.55309146069128,34.9075593417491],[107.55309097444415,34.90755827808349],[107.55309073132057,34.907557700665016],[107.55308447088869,34.907561560251665],[107.5530846836218,34.90756186415612],[107.55309076171102,34.90755812613126]]},
{"type":"LineString","coordinates":[[107.55364648936667,34.907199989936636],[107.55364195300615,34.90719515989657],[107.55364223980737,34.90719497934999],[107.55364684708246,34.907199876973756],[107.55364651290061,34.907200084072365],[107.55364584924371,34.907200446494926],[107.55364511969178,34.907200724195334],[107.55364457841132,34.90720088893286],[107.55364381120512,34.90720103484325],[107.55364310989391,34.90720109603148],[107.5536425662601,34.90720109838487],[107.55364173315887,34.90720101366271],[107.55364096124586,34.90720084421839],[107.55364033824762,34.90720069632899],[107.55363955105601,34.90720036177256],[107.55363886226337,34.90720004689592],[107.55363797667282,34.9071994958618],[107.55363730985466,34.90719898858763],[107.55363661876731,34.90719825603504],[107.55363715873148,34.90719921870477],[107.55363741328199,34.90719985538045],[107.55363759213988,34.90720053315771],[107.5536377239299,34.907201352138586],[107.55363787827388,34.90720229039198],[107.55363788771419,34.907203127009886],[107.55363749234411,34.907204369601544],[107.55363711109439,34.90720513210096],[107.5536363644803,34.907206225105085],[107.5536355786954,34.90720702490382],[107.55363499976063,34.907207453809725],[107.55363469793795,34.90720765149479],[107.55363017296231,34.90720290431964],[107.55363044423325,34.907202698747625],[107.55363498122769,34.90720741586128]]},
{"type":"LineString","coordinates":[[107.55335057933083,34.9077086324391],[107.5533460429703,34.907703802399034],[107.55334632977153,34.907703621852455],[107.55335093704662,34.90770851947622],[107.55335060286477,34.90770872657483],[107.55334993920786,34.90770908899739],[107.55334920965593,34.9077093666978],[107.55334866837548,34.90770953143533],[107.55334790116927,34.907709677345714],[107.55334719985807,34.907709738533946],[107.55334665622425,34.907709740887334],[107.55334582312302,34.907709656165174],[107.55334505121002,34.907709486720854],[107.55334442821177,34.90770933883146],[107.55334364102016,34.90770900427503],[107.55334295222752,34.90770868939839],[107.55334206663697,34.90770813836427],[107.55334139981882,34.9077076310901],[107.55334070873147,34.907706898537505],[107.55334124869563,34.907707861207236],[107.55334150324614,34.907708497882915],[107.55334168210403,34.90770917566018],[107.55334181389405,34.90770999464105],[107.55334196823803,34.907710932894446],[107.55334197767834,34.90771176951235],[107.55334158230826,34.90771301210401],[107.55334120105854,34.90771377460343],[107.55334045444445,34.90771486760755],[107.55333966865956,34.907715667406286],[107.55333908972479,34.90771609631219],[107.5533387879021,34.907716293997254],[107.55333426292647,34.90771154682211],[107.5533345341974,34.90771134125009],[107.55333907119184,34.90771605836375]]},
{"type":"LineString","coordinates":[[107.55336823074937,34.907720647149524],[107.55336855134684,34.90772112041245],[107.55336900934321,34.9077216700081],[107.55336962000506,34.907722357002676],[107.553370429132,34.90772289133179],[107.55337120772585,34.9077233951278],[107.55337209318552,34.90772382259109],[107.55337297864519,34.907724051589284],[107.55337387173812,34.90772421952129],[107.5533746426987,34.907724272954205],[107.55337549762527,34.907724250054386],[107.55337632965202,34.90772413555529],[107.55337709297933,34.907723944723465],[107.55337790973954,34.90772364702582],[107.55337846696845,34.90772337222799],[107.5533790776303,34.90772301346416],[107.55337376487229,34.90771733430904],[107.553373421375,34.90771754804068],[107.55337871314146,34.907723202387636]]},
{"type":"LineString","coordinates":[[107.55332003346552,34.90772399481401],[107.55332590710817,34.90771965197905],[107.55332565751996,34.90771940239084],[107.5533196674028,34.90772381178266],[107.55332002514591,34.907724194484594],[107.55332058255959,34.90772466038259],[107.55332134796346,34.90772510964138],[107.55332199689282,34.9077254757041],[107.55332327811233,34.90772599151974],[107.55332482555926,34.90772624110796],[107.55332638964542,34.907726191190314],[107.55332763758649,34.907725858406025],[107.55332870249622,34.90772540914724],[107.55332951781773,34.90772489333159],[107.55333036641764,34.90772442743358],[107.55332935142557,34.90772525939431],[107.55332883560993,34.90772602479817],[107.55332836971193,34.90772700651182],[107.55332805356686,34.90772800486469],[107.55332785389629,34.90772935264105],[107.55332805356686,34.90773109975856],[107.55332831979429,34.90773214802906],[107.55332880233149,34.90773317966035],[107.5533294013432,34.907734094817144],[107.5533297341275,34.90773446087986],[107.5533299670765,34.90773477702493],[107.55333587399758,34.907730350993894],[107.55333562440937,34.90773010140568],[107.55332981732357,34.907734344405355]]}
]}

View File

@ -0,0 +1,92 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.5412822087084,34.893745943131044]},
{"type":"Point","coordinates":[107.54120069106133,34.893660703216995]},
{"type":"Point","coordinates":[107.54095883676368,34.893533587799325]},
{"type":"Point","coordinates":[107.54104668226468,34.89352167654497]},
{"type":"Point","coordinates":[107.54107608817388,34.89350380966343]},
{"type":"Point","coordinates":[107.54109604746009,34.89354990763745]},
{"type":"Point","coordinates":[107.54103594623852,34.89349047793792]},
{"type":"Point","coordinates":[107.54104536593016,34.89356347538065]},
{"type":"Point","coordinates":[107.54129573255665,34.89306378532198]},
{"type":"Point","coordinates":[107.54173909012435,34.892774820507256]},
{"type":"Point","coordinates":[107.54240412647592,34.89264389962549]},
{"type":"Point","coordinates":[107.54243750869277,34.89259173991164]},
{"type":"Point","coordinates":[107.54291358018074,34.89317372821884]},
{"type":"Point","coordinates":[107.54232678339989,34.8938066863464]},
{"type":"Point","coordinates":[107.54305754099093,34.89358292117399]},
{"type":"Point","coordinates":[107.54298869016864,34.894174412329036]},
{"type":"Point","coordinates":[107.54340492468516,34.89475025556993]},
{"type":"Point","coordinates":[107.5435833109065,34.89536365380481]},
{"type":"Point","coordinates":[107.54395260168056,34.89521969299458]},
{"type":"Point","coordinates":[107.54410908082212,34.895711037499034]},
{"type":"Point","coordinates":[107.55137784911821,34.90850629988194]},
{"type":"Point","coordinates":[107.55171047631497,34.90829547982766]},
{"type":"Point","coordinates":[107.55119279595945,34.90799564686156]},
{"type":"Point","coordinates":[107.5509936881304,34.908909200430124]},
{"type":"Point","coordinates":[107.5507571011806,34.90813619356441]},
{"type":"Point","coordinates":[107.55135910955782,34.90886235152917]},
{"type":"Point","coordinates":[107.55102062624844,34.9080963719986]},
{"type":"Point","coordinates":[107.55217310921186,34.90885532419403]},
{"type":"Point","coordinates":[107.5517561539934,34.90895136444098]},
{"type":"Point","coordinates":[107.55177020866371,34.90925119740707]},
{"type":"Point","coordinates":[107.55215436965152,34.90912002048441]},
{"type":"Point","coordinates":[107.55262754355114,34.90925119740707]},
{"type":"Point","coordinates":[107.55225275234352,34.90949481169202]},
{"type":"Point","coordinates":[107.55251510618885,34.909986725152024]},
{"type":"Point","coordinates":[107.55278214492428,34.910286558118116]},
{"type":"Point","coordinates":[107.55303044409933,34.90962130372459]},
{"type":"Point","coordinates":[107.55339586552675,34.90938705921983]},
{"type":"Point","coordinates":[107.55309603256069,34.910647294655455]},
{"type":"Point","coordinates":[107.55378002651459,34.911068934764025]},
{"type":"Point","coordinates":[107.55422509107363,34.91097992185222]},
{"type":"Point","coordinates":[107.55487629079687,34.911008031192786]},
{"type":"Point","coordinates":[107.55384140589429,34.911564755348046]},
{"type":"Point","coordinates":[107.55396321303671,34.91149448199665]},
{"type":"Point","coordinates":[107.55411664318726,34.911394928082174]},
{"type":"Point","coordinates":[107.55431106612612,34.91127429216228]},
{"type":"Point","coordinates":[107.55410061207893,34.91168861212991]},
{"type":"Point","coordinates":[107.55451522485215,34.912108495404496]},
{"type":"Point","coordinates":[107.55505281599034,34.91138116621755]},
{"type":"Point","coordinates":[107.55436364405362,34.90996425940648]},
{"type":"Point","coordinates":[107.55406381108371,34.908992578485424]},
{"type":"Point","coordinates":[107.55470234426039,34.9085039617937]},
{"type":"Point","coordinates":[107.55473565903483,34.91044177117339]},
{"type":"Point","coordinates":[107.55482449843332,34.908626115966634]},
{"type":"Point","coordinates":[107.55490778536941,34.90873716521475]},
{"type":"Point","coordinates":[107.5539666429916,34.9090633723811]},
{"type":"Point","coordinates":[107.55379174042581,34.90876909187358]},
{"type":"Point","coordinates":[107.55494665260626,34.90937153404463]},
{"type":"Point","coordinates":[107.55366681002167,34.908444272822834]},
{"type":"Point","coordinates":[107.55351411730551,34.908308237493884]},
{"type":"Point","coordinates":[107.55344471152546,34.90881628780402]},
{"type":"Point","coordinates":[107.55332533358373,34.908666371319065]},
{"type":"Point","coordinates":[107.55318096956117,34.9085164548341]},
{"type":"Point","coordinates":[107.55327536142208,34.908491468753276]},
{"type":"Point","coordinates":[107.55333643850855,34.908461624267844]},
{"type":"Point","coordinates":[107.55289085340046,34.908221480268786]},
{"type":"Point","coordinates":[107.55269929344745,34.90801603915976]},
{"type":"Point","coordinates":[107.55243832771437,34.907721758652244]},
{"type":"Point","coordinates":[107.5533947393638,34.90759335795911]},
{"type":"Point","coordinates":[107.55414015744181,34.90839360660337]},
{"type":"Point","coordinates":[107.55313377363072,34.90729907745159]},
{"type":"Point","coordinates":[107.5540318844249,34.90803894306719]},
{"type":"Point","coordinates":[107.55402077950008,34.90824369011841]},
{"type":"Point","coordinates":[107.5535862993168,34.90779879906813]},
{"type":"Point","coordinates":[107.55387641547752,34.908093773633446]},
{"type":"Point","coordinates":[107.55397080733843,34.90806878755262]},
{"type":"Point","coordinates":[107.55292972063732,34.90764957664097]},
{"type":"Point","coordinates":[107.55301300757341,34.90772731111465]},
{"type":"Point","coordinates":[107.55199135449071,34.90768844387781]},
{"type":"Point","coordinates":[107.55214682343808,34.907619038097735]},
{"type":"Point","coordinates":[107.55234115962229,34.907499660156006]},
{"type":"Point","coordinates":[107.55274718343574,34.907237306307316]},
{"type":"Point","coordinates":[107.55288599499589,34.90717067675845]},
{"type":"Point","coordinates":[107.55166028891979,34.907485779]},
{"type":"Point","coordinates":[107.55201009405137,34.90809377363345]},
{"type":"Point","coordinates":[107.55192125465288,34.90821315157518]},
{"type":"Point","coordinates":[107.55154923967167,34.90883780359586]},
{"type":"Point","coordinates":[107.55151314866602,34.90940970722368]},
{"type":"Point","coordinates":[107.55249038204947,34.9097095401936]},
{"type":"Point","coordinates":[107.55401730921112,34.90743858306955]},
{"type":"Point","coordinates":[107.55505561968104,34.90880448882142]}
]}

View File

@ -0,0 +1,88 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55040215029801,34.908232498405674]},
{"type":"Point","coordinates":[107.55083729837548,34.907973131545866]},
{"type":"Point","coordinates":[107.55151482566058,34.90765154785947]},
{"type":"Point","coordinates":[107.55172167152577,34.907418736236686]},
{"type":"Point","coordinates":[107.55207595008218,34.90752700024275]},
{"type":"Point","coordinates":[107.55238768587202,34.90700665819738]},
{"type":"Point","coordinates":[107.55277731893445,34.907081181388534]},
{"type":"Point","coordinates":[107.5527459253067,34.90678338202229]},
{"type":"Point","coordinates":[107.55324176858647,34.906502893161054]},
{"type":"Point","coordinates":[107.55346768534707,34.906867293961945]},
{"type":"Point","coordinates":[107.55384754457553,34.90717719601169]},
{"type":"Point","coordinates":[107.55417932925535,34.90753939632463]},
{"type":"Point","coordinates":[107.55419375467622,34.90772042313151]},
{"type":"Point","coordinates":[107.55448113839962,34.907991083146676]},
{"type":"Point","coordinates":[107.55535099127756,34.91145993231632]},
{"type":"Point","coordinates":[107.55493829670526,34.91164696516946]},
{"type":"Point","coordinates":[107.55470162729,34.90829871135901]},
{"type":"Point","coordinates":[107.55513204272873,34.90870888230876]},
{"type":"Point","coordinates":[107.55561130899943,34.90917802633501]},
{"type":"Point","coordinates":[107.55556707919207,34.90955871074656]},
{"type":"Point","coordinates":[107.55551602787214,34.91001685233315]},
{"type":"Point","coordinates":[107.55545529440533,34.91055069070448]},
{"type":"Point","coordinates":[107.55540248269504,34.91101895453556]},
{"type":"Point","coordinates":[107.55530742161656,34.91182917419064]},
{"type":"Point","coordinates":[107.55470156817769,34.91208162842605]},
{"type":"Point","coordinates":[107.55433106512297,34.91242550641923]},
{"type":"Point","coordinates":[107.55406524618125,34.91212756035378]},
{"type":"Point","coordinates":[107.55458536817768,34.91196853842605]},
{"type":"Point","coordinates":[107.55473572648292,34.91142077108286]},
{"type":"Point","coordinates":[107.55447871786279,34.91096570272767]},
{"type":"Point","coordinates":[107.55504248287004,34.910655433929854]},
{"type":"Point","coordinates":[107.5542403316706,34.91111254862207]},
{"type":"Point","coordinates":[107.55382891377779,34.91187142355896]},
{"type":"Point","coordinates":[107.55355118877918,34.91155864798734]},
{"type":"Point","coordinates":[107.55328807745707,34.911271714960364]},
{"type":"Point","coordinates":[107.55304738143047,34.91100343999449]},
{"type":"Point","coordinates":[107.55271156102019,34.91063150362374]},
{"type":"Point","coordinates":[107.55238863941673,34.91027579475018]},
{"type":"Point","coordinates":[107.55210609676678,34.90996464575716]},
{"type":"Point","coordinates":[107.55267767350604,34.90953934645288]},
{"type":"Point","coordinates":[107.55287923820028,34.90935582575969]},
{"type":"Point","coordinates":[107.55318521604669,34.909225116776796]},
{"type":"Point","coordinates":[107.55386852256044,34.90890076485612]},
{"type":"Point","coordinates":[107.55420035613999,34.90860721976653]},
{"type":"Point","coordinates":[107.55484970232048,34.90872968935363]},
{"type":"Point","coordinates":[107.55475000744805,34.90862485997592]},
{"type":"Point","coordinates":[107.55467369853747,34.90853935842896]},
{"type":"Point","coordinates":[107.55309972709064,34.9100159721381]},
{"type":"Point","coordinates":[107.55339836186286,34.91034554116931]},
{"type":"Point","coordinates":[107.55370962204891,34.910592395660004]},
{"type":"Point","coordinates":[107.55235915287851,34.90990435238794]},
{"type":"Point","coordinates":[107.55257485287851,34.910136172387936]},
{"type":"Point","coordinates":[107.55270315287851,34.91004125238794]},
{"type":"Point","coordinates":[107.55199607237039,34.909515911256456]},
{"type":"Point","coordinates":[107.55250559915599,34.90919575649088]},
{"type":"Point","coordinates":[107.55257458064668,34.908991204910045]},
{"type":"Point","coordinates":[107.55268196445755,34.90867433464841]},
{"type":"Point","coordinates":[107.55352084546783,34.90825294121012]},
{"type":"Point","coordinates":[107.55318728478977,34.907885748143755]},
{"type":"Point","coordinates":[107.55360798478976,34.90837440814375]},
{"type":"Point","coordinates":[107.55384698478977,34.908622808143754]},
{"type":"Point","coordinates":[107.55211482536897,34.908540544982394]},
{"type":"Point","coordinates":[107.55211511876738,34.908086657672435]},
{"type":"Point","coordinates":[107.55173819963518,34.90806973836524]},
{"type":"Point","coordinates":[107.55207159837549,34.90874357154586]},
{"type":"Point","coordinates":[107.55218079837549,34.908858601545866]},
{"type":"Point","coordinates":[107.55193899837549,34.908800871545864]},
{"type":"Point","coordinates":[107.55173129837549,34.90887992154587]},
{"type":"Point","coordinates":[107.55153829837549,34.909070351545864]},
{"type":"Point","coordinates":[107.55164599837549,34.909158481545866]},
{"type":"Point","coordinates":[107.55172429837549,34.90918091154587]},
{"type":"Point","coordinates":[107.5517437983755,34.90928964154587]},
{"type":"Point","coordinates":[107.55176339837548,34.90916596154587]},
{"type":"Point","coordinates":[107.55190139837549,34.90931423154586]},
{"type":"Point","coordinates":[107.55200939837549,34.90887307154586]},
{"type":"Point","coordinates":[107.5517014983755,34.90906741154586]},
{"type":"Point","coordinates":[107.55176040011325,34.90966048331334]},
{"type":"Point","coordinates":[107.55137344431112,34.90930587468374]},
{"type":"Point","coordinates":[107.55131159837549,34.90902113154586]},
{"type":"Point","coordinates":[107.55076470377583,34.90863423686838]},
{"type":"Point","coordinates":[107.5529832112549,34.9103488509494]},
{"type":"Point","coordinates":[107.5527929528785,34.91040404238794]},
{"type":"Point","coordinates":[107.5526459528785,34.91029749238794]},
{"type":"Point","coordinates":[107.55414852256042,34.90894600485612]},
{"type":"Point","coordinates":[107.55393722256044,34.908995944856116]},
{"type":"Point","coordinates":[107.55400722256043,34.90912762485612]}
]}

View File

@ -0,0 +1,3 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55312595760506,34.91056432394342]}
]}

View File

@ -0,0 +1,6 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55320235760506,34.910638903943415]},
{"type":"Point","coordinates":[107.55311715760506,34.91077548394342]},
{"type":"Point","coordinates":[107.55297755760506,34.91067451394341]},
{"type":"Point","coordinates":[107.55299275760505,34.910586253943414]}
]}

View File

@ -0,0 +1,3 @@
{"type":"GeometryCollection", "geometries": [
]}

View File

@ -0,0 +1,4 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55400721978474,34.9091276239739]},
{"type":"Point","coordinates":[107.55393721978474,34.9089959439739]}
]}

View File

@ -0,0 +1,4 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55437994865073,34.912222689600505]},
{"type":"Point","coordinates":[107.55466924865073,34.912035819600504]}
]}

View File

@ -0,0 +1,4 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.5529871790843,34.90970675282618]},
{"type":"Point","coordinates":[107.55309117908429,34.909514922826176]}
]}

View File

@ -0,0 +1,8 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55321327908429,34.90955963282618]},
{"type":"Point","coordinates":[107.55334297908429,34.90947717282618]},
{"type":"Point","coordinates":[107.55351727908429,34.90936672282618]},
{"type":"Point","coordinates":[107.5531415790843,34.90948419282618]},
{"type":"Point","coordinates":[107.55327197908429,34.90940168282618]},
{"type":"Point","coordinates":[107.55344567908429,34.90929119282618]}
]}

View File

@ -0,0 +1,5 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55264594942831,34.91029749441958]},
{"type":"Point","coordinates":[107.55298321087123,34.910348846851285]},
{"type":"Point","coordinates":[107.55279294942831,34.91040404441958]}
]}

View File

@ -0,0 +1,5 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55270314942831,34.91004125441958]},
{"type":"Point","coordinates":[107.55235914942831,34.90990435441958]},
{"type":"Point","coordinates":[107.55257484942831,34.91013617441958]}
]}

View File

@ -0,0 +1,21 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.55220429301151,34.908051462934964]},
{"type":"Point","coordinates":[107.55237399301151,34.90799635293496]},
{"type":"Point","coordinates":[107.55213349301151,34.90781775293496]},
{"type":"Point","coordinates":[107.55218609301151,34.90774597293496]},
{"type":"Point","coordinates":[107.55261129301151,34.90752883293496]},
{"type":"Point","coordinates":[107.5527429930115,34.90753121293496]},
{"type":"Point","coordinates":[107.55275899301151,34.907683912934964]},
{"type":"Point","coordinates":[107.55260359301151,34.90779713293496]},
{"type":"Point","coordinates":[107.55265269301151,34.90787234293496]},
{"type":"Point","coordinates":[107.55245109301151,34.90789436293496]},
{"type":"Point","coordinates":[107.55305869301151,34.90754228293496]},
{"type":"Point","coordinates":[107.55302299301151,34.90757486293496]},
{"type":"Point","coordinates":[107.55333899301151,34.90706176293496]},
{"type":"Point","coordinates":[107.55358619301151,34.90716660293496]},
{"type":"Point","coordinates":[107.55347559301151,34.90724128293496]},
{"type":"Point","coordinates":[107.55339199301152,34.90735544293496]},
{"type":"Point","coordinates":[107.55334829301151,34.90737667293496]},
{"type":"Point","coordinates":[107.55338539301151,34.90735974293496]},
{"type":"Point","coordinates":[107.55324499301152,34.90738818293496]}
]}

View File

@ -0,0 +1,22 @@
{"type":"GeometryCollection", "geometries": [
{"type":"Point","coordinates":[107.5522120209181,34.908032332453644]},
{"type":"Point","coordinates":[107.55239752091809,34.90792592245364]},
{"type":"Point","coordinates":[107.5523808209181,34.90791038245364]},
{"type":"Point","coordinates":[107.5526302209181,34.90777864245364]},
{"type":"Point","coordinates":[107.5526145209181,34.90776265245365]},
{"type":"Point","coordinates":[107.5528387209181,34.90773621245365]},
{"type":"Point","coordinates":[107.5528780209181,34.907622702453644]},
{"type":"Point","coordinates":[107.5528630209181,34.90760626245365]},
{"type":"Point","coordinates":[107.5530093209181,34.907628642453645]},
{"type":"Point","coordinates":[107.5531139209181,34.90747110245365]},
{"type":"Point","coordinates":[107.5530968209181,34.907455962453646]},
{"type":"Point","coordinates":[107.5533469209181,34.90732272245364]},
{"type":"Point","coordinates":[107.5533323209181,34.907306002453645]},
{"type":"Point","coordinates":[107.5535004209181,34.90722490245365]},
{"type":"Point","coordinates":[107.5534852209181,34.90720850245365]},
{"type":"Point","coordinates":[107.5532363209181,34.90707547245365]},
{"type":"Point","coordinates":[107.5529942209181,34.90722953245365]},
{"type":"Point","coordinates":[107.5525199209181,34.90753172245365]},
{"type":"Point","coordinates":[107.5522792209181,34.90768381245365]},
{"type":"Point","coordinates":[107.5521310209181,34.90777810245365]}
]}

Some files were not shown because too many files have changed in this diff Show More