Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
Y
yangpu-property
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郭铭瑶
yangpu-property
Commits
ce2dec22
Commit
ce2dec22
authored
Nov 06, 2020
by
郭铭瑶
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
调整
parent
e9d28713
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
1935 additions
and
397 deletions
+1935
-397
back-on.png
src/assets/images/back-on.png
+0
-0
back.png
src/assets/images/back.png
+0
-0
close-modal.png
src/assets/images/close-modal.png
+0
-0
close-on.png
src/assets/images/close-on.png
+0
-0
close.png
src/assets/images/close.png
+0
-0
monitor-map.vue
src/components/MonitorComponents/MonitorMap/monitor-map.vue
+1
-1
monitor-modal.vue
...mponents/MonitorComponents/MonitorModal/monitor-modal.vue
+1
-1
monitor-title.vue
...mponents/MonitorComponents/MonitorTitle/monitor-title.vue
+29
-2
state.js
src/store/state.js
+1887
-367
industry-supervise.vue
src/views/components/industry-supervise.vue
+1
-1
operation-sign.vue
src/views/components/operation-sign.vue
+12
-21
main.vue
src/views/main.vue
+4
-4
No files found.
src/assets/images/back-on.png
0 → 100644
View file @
ce2dec22
2.98 KB
src/assets/images/back.png
0 → 100644
View file @
ce2dec22
2.85 KB
src/assets/images/close-modal.png
0 → 100644
View file @
ce2dec22
1.5 KB
src/assets/images/close-on.png
0 → 100644
View file @
ce2dec22
2.64 KB
src/assets/images/close.png
View replaced file @
e9d28713
View file @
ce2dec22
1.5 KB
|
W:
|
H:
2.52 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/MonitorComponents/MonitorMap/monitor-map.vue
View file @
ce2dec22
...
@@ -127,7 +127,7 @@ export default {
...
@@ -127,7 +127,7 @@ export default {
// 添加边界
// 添加边界
addBoundary
({
name
,
weight
=
10
,
count
=
10
,
color
=
'rgba(51,145,255,.6)'
,
maskColor
=
[
0
,
0
,
0
,
0
]})
{
addBoundary
({
name
,
weight
=
10
,
count
=
10
,
color
=
'rgba(51,145,255,.6)'
,
maskColor
=
[
0
,
0
,
0
,
0
]})
{
const
boundary
=
{
const
boundary
=
{
boundaryType
:
'
jd
_boundary'
,
boundaryType
:
'
qx
_boundary'
,
boundaryDefinition
:
`name like '%
${
name
}
%'`
,
boundaryDefinition
:
`name like '%
${
name
}
%'`
,
boundarydistance
:
weight
,
boundarydistance
:
weight
,
bounarycount
:
count
,
bounarycount
:
count
,
...
...
src/components/MonitorComponents/MonitorModal/monitor-modal.vue
View file @
ce2dec22
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
</p>
</p>
<div>
<div>
<img
class=
"flag"
src=
"@/assets/images/modal-title1.png"
/>
<img
class=
"flag"
src=
"@/assets/images/modal-title1.png"
/>
<img
@
click=
"handleClose"
class=
"close-btn"
src=
"@/assets/images/close.png"
/>
<img
@
click=
"handleClose"
class=
"close-btn"
src=
"@/assets/images/close
-modal
.png"
/>
</div>
</div>
<img
class=
"left"
src=
"@/assets/images/modal-title-left.png"
/>
<img
class=
"left"
src=
"@/assets/images/modal-title-left.png"
/>
</div>
</div>
...
...
src/components/MonitorComponents/MonitorTitle/monitor-title.vue
View file @
ce2dec22
...
@@ -5,8 +5,10 @@
...
@@ -5,8 +5,10 @@
<span>
{{
curDate
}}
</span>
<span>
{{
curDate
}}
</span>
</DatePicker>
</DatePicker>
</span>
-->
</span>
-->
<div
class=
"btn back"
@
click=
"closePage"
/>
<div
class=
"btn close"
@
click=
"closePage"
/>
<span
v-if=
"!hideTime"
class=
"moment time"
>
<span
v-if=
"!hideTime"
class=
"moment time"
>
<
span
class=
"switch"
><img
src=
"@/assets/images/switch.png"
/>
切换街道
</span
>
<
!--
<span
class=
"switch"
><img
src=
"@/assets/images/switch.png"
/>
切换街道
</span>
--
>
{{
curDate
}}
{{
time
}}
{{
curDate
}}
{{
time
}}
</span>
</span>
<img
:src=
"bgImg"
draggable=
"false"
/>
<img
:src=
"bgImg"
draggable=
"false"
/>
...
@@ -86,6 +88,12 @@ export default {
...
@@ -86,6 +88,12 @@ export default {
this
.
$store
.
commit
(
'SET_CURDATE'
,
date
)
this
.
$store
.
commit
(
'SET_CURDATE'
,
date
)
this
.
openDatePicker
=
false
this
.
openDatePicker
=
false
},
},
// toAli() {
// window.location = 'http://10.89.1.208/share/ypdp'
// },
closePage
()
{
window
.
close
()
},
}
}
}
}
</
script
>
</
script
>
...
@@ -100,6 +108,25 @@ export default {
...
@@ -100,6 +108,25 @@ export default {
background-position center
background-position center
// font-family $font-pang
// font-family $font-pang
font-weight bold
font-weight bold
>.btn
position absolute
width .2rem
height @width
top .05rem
cursor pointer
z-index 999
background-size 100% 100%
transition background-image .3s ease-in-out
&.back
left .1rem
background-image url(../../../assets/images/back.png)
&:hover
background-image url(../../../assets/images/back-on.png)
&.close
right .1rem
background-image url(../../../assets/images/close.png)
&:hover
background-image url(../../../assets/images/close-on.png)
.switch
.switch
color #5BD5FF
color #5BD5FF
margin-right .1rem
margin-right .1rem
...
@@ -122,7 +149,7 @@ export default {
...
@@ -122,7 +149,7 @@ export default {
right 0
right 0
margin 0 auto
margin 0 auto
text-align center
text-align center
transform translateX(2
5
%)
transform translateX(2
0
%)
>img
>img
position absolute
position absolute
width 100%
width 100%
...
...
src/store/state.js
View file @
ce2dec22
...
@@ -46,742 +46,2262 @@ export default {
...
@@ -46,742 +46,2262 @@ export default {
},
},
},
},
],
],
xinjiangwan
Paths
:
[
yangpu
Paths
:
[
[
[
4
896.0204000007361
,
4
272.1642000004649
,
1
2128.451700000092
1
522.9999000001699
],
],
[
[
5008.5175999999046
,
4275.4641999993473
,
1
2070.981300000101
1
599.9999000001699
],
],
[
[
5479.93889999948
44
,
4281.44419999979
44
,
1
1830.150399999693
1
750.3299000002444
],
],
[
[
5488.1285999994725
,
4281.9342000000179
,
1
1686.61999999918
1
766.9598999992013
],
],
[
[
5473.0357000008225
,
4283.0241999998689
,
1
1692.928600000218
1
799.9999000001699
],
],
[
[
5458.4954000003636
,
4283.1742000002414
,
1
1700.984699999914
1
804.2698999997228
],
],
[
[
5451.7758000008762
,
4281.6542000006884
,
1
1701.740800000727
1
804.3999000005424
],
],
[
[
5436.0009000003338
,
4277.2642000000924
,
1
1698.67129999958
1
806.2399000003934
],
],
[
[
5422.4671000000089
,
4278.2195999994874
,
1
1689.763900000602
1
823.8568999990821
],
],
[
[
5413.8983999993652
,
4279.5913999993354
,
1
1681.865499999374
1
856.0671999994665
],
],
[
[
5389.8666999991983
,
4280.3926999997348
,
1
1660.003499999642
1
874.9060999993235
],
],
[
[
5374.5538999997079
,
4280.6164999995381
,
1
1651.761199999601
1
880.4880999997258
],
],
[
[
5348.5300999991596
,
4280.7618000004441
,
1
1647.998900000006
1
884.3761999998242
],
],
[
[
5283.986400000751
,
4280.8452000003308
,
1
1638.170299999416
1
887.0022999998182
],
],
[
[
5202.1872000005096
,
4280.8991000000387
,
1
1615.840500000864
1
889.6291000004858
],
],
[
[
5131.297599999234
1
,
4280.923699999228
1
,
1
1590.873900000006
1
892.2563000004739
],
],
[
[
5072.0116000007838
,
4280.8188000004739
,
1
1563.265300000086
1
895.490399999544
],
],
[
[
5053.1253999993205
,
4280.4801000002772
,
1
1553.863299999386
1
898.7084999997169
],
],
[
[
5038.1203000005335
,
4279.9094999991357
,
1
1537.17650000006
1
901.8936000000685
],
],
[
[
5030.9321999996901
,
4279.6245000008494
,
1
1521.338500000536
1
903.1317999996245
],
],
[
[
5025.3796999994665
,
4279.3079000003636
,
1
1499.344299999997
1
904.3622999992222
],
],
[
[
5025.5767999999225
,
4278.9600000008941
,
1
1497.603199999779
1
905.5843000002205
],
],
[
[
5027.044500000774
9
,
4277.815600000321
9
,
1
1484.639599999413
1
909.3175000008196
],
],
[
[
5035.293299999088
,
4276.6166999991983
,
1
1473.876199999824
1
913.0335000008345
],
],
[
[
5136.8407000005245
,
4275.3637000005692
,
1
1386.234899999574
1
916.7315999995917
],
],
[
[
5188.9460000004619
,
4270.2225999999791
,
1
1345.147299999371
1
932.2518000006676
],
],
[
[
5369.1253999993205
,
4263.9980999995023
,
1
1200
1
950.764699999243
],
],
[
[
5454.105200000107
3
,
4263.11460000090
3
,
1
1136.624500000849
1
953.2501999996603
],
],
[
[
5466.5691999997944
,
4262.1464000009
,
1
1120.003000000492
1
955.7039999999106
],
],
[
[
5477.2929999995977
,
4261.0945999994874
,
1
1105.70219999924
3
1
958.123099999502
3
],
],
[
[
5464.9613000005484
,
4260.5343999993056
,
1
1052.877900000662
1
959.3826999999583
],
],
[
[
5461.5980999991298
,
4259.9967000000179
,
1
1037.621400000528
1
960.6520000007004
],
],
[
[
5438.8373000007123
,
4259.4813999999315
,
1
0934.3706999998
54
1
961.93060000054
54
],
],
[
[
5430.0921999998391
,
4246.256400000304
,
1
0908.788699999452
1
989.1096999999136
],
],
[
[
5409.6901999991387
,
4241.2146000005305
,
1
0849.106599999592
1
999.9999000001699
],
],
[
[
5355.827199999243
,
4235.9417000003159
,
10729.372899999842
2018.483200000599
],
],
[
[
5316.1933999992907
,
4245.5677000004798
,
10656.890799999237
2020.0086000002921
],
],
[
[
5260.547900000587
1
,
4371.574300000444
1
,
10581.100999999791
2042.4209000002593
],
],
[
[
5139.3368999995291
,
4384.2340999990702
,
10416.010199999437
2044.9398999996483
],
],
[
[
5085.7072000000626
,
4378.2491999994963
,
10371.711300000548
2056.3710999991745
],
],
[
[
4
927.7015000004321
,
4
351.7509000003338
,
10226.396199999377
2095.5045999996364
],
],
[
[
4
724.5851000007242
,
4
330.7866999991238
,
10039.533600000665
2126.3830999992788
],
],
[
[
4
646.49560000002
38
,
4
320.94910000078
38
,
9962.8414999991655
2150.4492000006139
],
],
[
[
4
582.9054000005126
,
4
307.2445000000298
,
9900.3892000000924
2174.6337000001222
],
],
[
[
4
462.7740000002086
,
4
277.1931999996305
,
9777.6328999996185
2224.7469999995083
],
],
[
[
4
399.2089000009
,
4
253.9953000005335
,
9709.0770999994129
2263.372899999842
],
],
[
[
4
355.8668000008911
,
4
235.1023999992758
,
9657.8948999997228
2294.8925000000745
],
],
[
[
4
353.3012000005692
,
4
224.0229000002146
,
9654.8651999998838
2312.9787000007927
],
],
[
[
42
89.7199000008404
,
42
20.2086999993771
,
9576.710699999705
2319.2533999998122
],
],
[
[
42
27.1629000008106
,
42
03.4882999993861
,
9489.00830000080
17
2347.22089999914
17
],
],
[
[
41
36.71179999969
9
,
41
83.357000000774
9
,
9367.2492999993265
2380.7825000006706
],
],
[
[
41
22.5001999996603
,
41
59.9933000002056
,
9348.1727000009269
2418.7654999997467
],
],
[
[
4
022.8388999998569
,
4
145.5237000007182
,
9214.3950999993831
2442.9054000005126
],
],
[
[
3906.5443999990821
,
4129.135399999097
,
9060.9673999994993
2470.1710000000894
],
],
[
[
3783.916899999603
6
,
4113.564300000667
6
,
8899.9227000009269
2495.912100000307
],
],
[
[
3660.5055999998003
,
4091.8387000001967
,
8736.9975000005215
2529.8419000003487
],
],
[
[
3620.3420000001788
,
4077.7158000003546
,
8680.2763999998569
2551.8662999998778
],
],
[
[
3608.1349999997765
,
4049.8059000000358
,
8657.6886999998242
2593.5537000000477
],
],
[
[
3583.1305999998003
,
4032.80179999955
,
8611.4210000000894
2615.7258000001311
],
],
[
[
3757.2513999994844
,
4026.8016999997199
,
8280.8837999999523
2623.5706999991089
],
],
[
[
3503.0855000000447
,
4022.3006999995559
,
8276.7633999995887
2629.4573999997228
],
],
[
[
3
290.979199999943
4
,
3
992.820299999788
4
,
8273.3249999992549
2669.2521999999881
],
],
[
[
3
245.5197000000626
,
3
987.9213999994099
,
8272.5879999995232
2675.8402999993414
],
],
[
[
3
057.0679000001401
,
3
975.7156000006944
,
8271.8978000003844
2692.4254000000656
],
],
[
[
2982.5031000003219
,
3938.2062999997288
,
8271.1964999996126
2743.5557000003755
],
],
[
[
2739.016799999401
,
3927.2170000001788
,
8268.9065000005066
2758.7588999997824
],
],
[
[
2384.558199999854
,
3908.1034999992698
,
8260.7075999993831
2785.2016000002623
],
],
[
[
2373.4218000005931
,
3884.376099999994
,
8541.919399999082
1
2817.82929999940
1
],
],
[
[
2368.5461999997497
,
3866.8205999992788
,
8665.0351999998093
2842.0879999995232
],
[
3843.2905999999493
,
2874.5884000007063
],
[
3833.7923000007868
,
2887.6557999998331
],
[
3814.1844999995083
,
2914.3790000006557
],
[
3795.3043000008911
,
2939.8508999999613
],
[
3776.5900999996811
,
2964.488500000909
],
[
3763.9129000008106
,
2981.1943999994546
],
[
3746.7177000008523
,
3003.8688999991864
],
[
3733.6407999992371
,
3021.0512000005692
],
[
3723.2157000005245
,
3034.8093999996781
],
[
3711.3272999990731
,
3050.5694999992847
],
[
3699.1783000007272
,
3066.6976999994367
],
[
3679.1017000004649
,
3088.7737000007182
],
[
3664.0688000004739
,
3103.335699999705
],
[
3656.3950999993831
,
3110.8375000003725
],
[
3647.0437000002712
,
3119.9982999991626
],
[
3637.6879999991506
,
3129.1444000005722
],
[
3626.1941999997944
,
3139.4549000002444
],
[
3616.0211999993771
,
3150.4035000000149
],
[
3602.2213000003248
,
3163.8893999997526
],
[
3585.4923000000417
,
3180.3925000000745
],
[
3571.6141999997199
,
3194.0439999997616
],
[
3561.6596000008285
,
3203.7839999999851
],
[
3551.5584999993443
,
3213.6691999994218
],
[
3539.0036999993026
,
3226.0269000008702
],
[
3518.0680999998003
,
3250.0945999994874
],
[
3492.0285000000149
,
3293.8225999996066
],
[
3468.1324000004679
,
3336.7843999993056
],
[
3447.9097000006586
,
3373.4843000005931
],
[
3428.0260000005364
,
3409.9477999992669
],
[
3385.2388000003994
,
3481.308199999854
],
[
3357.9999000001699
,
3529.4833000004292
],
[
3349.6855999995023
,
3544.2269000001252
],
[
3341.4046000000089
,
3558.9891999997199
],
[
3333.1568999998271
,
3573.7700999993831
],
[
3327.3936000000685
,
3585.0215000007302
],
[
3322.4186000004411
,
3596.642899999395
],
[
3318.2553000003099
,
3608.579299999401
],
[
3313.2493999991566
,
3626.0648999996483
],
[
3309.0288999993354
,
3643.7565000001341
],
[
3305.6020999997854
,
3661.6187999993563
],
[
3304.0164000000805
,
3672.8901000004262
],
[
3303.0515000000596
,
3684.2313999999315
],
[
3302.7104000002146
,
3695.6085999999195
],
[
3302.940700000152
,
3711.4017999991775
],
[
3303.7113000005484
,
3727.177899999544
],
[
3305.0214000009
,
3742.9184000007808
],
[
3306.6827000007033
,
3757.2562000006437
],
[
3308.7791000008583
,
3771.5369000006467
],
[
3311.3089000005275
,
3785.7471999991685
],
[
3314.0653000008315
,
3826.0288999993354
],
[
3318.7828999999911
,
3918.3863999992609
],
[
3323.3310000002384
,
3999.9999000001699
],
[
3325.4476999994367
,
4037.9827999994159
],
[
3329.027499999851
,
4091.7610999997705
],
[
3330.0142000000924
,
4116.3698999993503
],
[
3304.2226999998093
,
4143.3890000004321
],
[
3230.7389000002295
,
4213.8022000007331
],
[
3197.3563999999315
,
4245.6655000001192
],
[
3145.1085999999195
,
4295.8186000008136
],
[
3090.519999999553
,
4348.20350000076
],
[
3038.4375
,
4398.0617999993265
],
[
2981.6697000004351
,
4452.4210000000894
],
[
2943.9401999991387
,
4488.5985000003129
],
[
2914.0898000001907
,
4517.0518999993801
],
[
2885.0245999991894
,
4544.9319000001997
],
[
2804.0786000005901
,
4622.5898000001907
],
[
2774.6237000003457
,
4650.591099999845
],
[
2764.7015000004321
,
4659.5320999994874
],
[
2754.3166000004858
,
4667.9312999993563
],
[
2743.4987000003457
,
4675.7649000007659
],
[
2732.0044999998063
,
4683.5491000004113
],
[
2720.436400000006
,
4691.2229999992996
],
[
2708.7954999990761
,
4698.7860000003129
],
[
2696.3606000002474
,
4706.2760000005364
],
[
2683.5090999994427
,
4713.0262000001967
],
[
2670.2849000003189
,
4719.013599999249
],
[
2646.0449999999255
,
4728.7749000005424
],
[
2621.5581000000238
,
4737.8990000002086
],
[
2596.8410000000149
,
4746.3797999992967
],
[
2564.7668999992311
,
4751.5713999997824
],
[
2532.4550999999046
,
4754.9848999995738
],
[
2500.0042000003159
,
4756.6098999995738
],
[
2443.5709000006318
,
4756.8172999992967
],
[
2404.0341999996454
,
4756.8326999992132
],
[
2377.3442000001669
,
4755.8498999997973
],
[
2377.8609999995679
,
4852.5061000008136
],
[
2372.1197999995202
,
4924.5276999995112
],
[
2365.2826000005007
,
5048.7294999994338
],
[
2359.2554000001401
,
5072.986099999398
],
[
2353.0548999998719
,
5196.5428999997675
],
[
2345.0587000008672
,
5281.3826999999583
],
[
2334.1011999994516
,
5362.1198999993503
],
[
2327.7954999990761
,
5444.1550999991596
],
[
2326.5406999997795
,
5488.9824000000954
],
[
2328.0720000006258
,
5513.2277000006288
],
[
2331.1711999997497
,
5537.3227999992669
],
[
2335.8254000004381
,
5561.1665000002831
],
[
2344.0811000000685
,
5592.6932999994606
],
[
2354.7795000001788
,
5623.4769999999553
],
[
2367.8549000006169
,
5653.3288000002503
],
[
2382.0376999992877
,
5679.7777999993414
],
[
2398.2043999992311
,
5705.0627999994904
],
[
2416.2601999994367
,
5729.0354999992996
],
[
2445.9110000003129
,
5763.2804000005126
],
[
2563.3441000003368
,
5883.0538999997079
],
[
2619.4004999995232
,
5930.7522999998182
],
[
2734.0465999990702
,
6024.9607999995351
],
[
2759.7544999998063
,
6048.3005999997258
],
[
2813.3089000005275
,
6096.9570000004023
],
[
2856.0579000003636
,
6135.9057999998331
],
[
2888.2959000002593
,
6165.3516000006348
],
[
2928.6500000003725
,
6203.4751999992877
],
[
2954.6713999994099
,
6226.5244999993593
],
[
2920.4846000000834
,
6280.809299999848
],
[
2891.6898999996483
,
6357.677899999544
],
[
2875.6467000003904
,
6431.3288000002503
],
[
2866.1282999999821
,
6501.669600000605
],
[
2848.5325000006706
,
6607.1411000005901
],
[
2856.7134000007063
,
6670.290300000459
],
[
2822.7370999995619
,
6779.3955000005662
],
[
2760.0925999991596
,
6876.8405000008643
],
[
2753.0003999993205
,
6874.0456000007689
],
[
2684.0014999993145
,
6852.5697000008076
],
[
2627.988500000909
,
6839.5015999991447
],
[
2546.1381999999285
,
6816.6457000002265
],
[
2456.765000000596
,
6791.7975999992341
],
[
2391.488500000909
,
6773.7467000000179
],
[
2336.4387999996543
,
6758.3436999991536
],
[
2270.5836999993771
,
6740.0348000004888
],
[
2219.8735000006855
,
6725.9592000003904
],
[
2173.2285999991
,
6712.8192999996245
],
[
2137.6182000003755
,
6702.8319000005722
],
[
2095.1765999998897
,
6690.5845999997109
],
[
2092.1440999992192
,
6689.698999999091
],
[
2089.1234000008553
,
6688.7738000005484
],
[
2086.1151000000536
,
6687.8092000000179
],
[
2081.0747999995947
,
6686.1815000008792
],
[
2076.0201999992132
,
6684.5988999996334
],
[
2070.9516000002623
,
6683.0615999996662
],
[
2062.5388999991119
,
6680.4668000005186
],
[
2054.1752000004053
,
6677.718200000003
],
[
2045.8633999992162
,
6674.8166000004858
],
[
2041.8159999996424
,
6673.3572000004351
],
[
2037.7717000003904
,
6671.8893999997526
],
[
2033.7304999995977
,
6670.413200000301
],
[
1995.3155000004917
,
6656.3359999991953
],
[
1938.3847000002861
,
6634.4784999992698
],
[
1856.8563999999315
,
6603.650399999693
],
[
1788.1867999993265
,
6577.9543999992311
],
[
1754.9474999997765
,
6565.246799999848
],
[
1732.2413999997079
,
6629.3315999992192
],
[
1709.1149000003934
,
6695.7219999991357
],
[
1676.0756999999285
,
6789.6506999991834
],
[
1631.9110000003129
,
6916.402499999851
],
[
1594.382500000298
,
7022.5119000002742
],
[
1536.2148000001907
,
7184.9103999994695
],
[
1493.2796000000089
,
7305.1929000001401
],
[
1470.915300000459
,
7367.3975000008941
],
[
1439.6370999999344
,
7453.4867000002414
],
[
1411.6779999993742
,
7534.3261999990791
],
[
1394.6193000003695
,
7581.1907999999821
],
[
1379.6087999995798
,
7623.2861000001431
],
[
1359.0622000005096
,
7686.13570000045
],
[
1325.4826999995857
,
7792.5734999999404
],
[
1322.2844999991357
,
7807.2469999995083
],
[
1319.4275000002235
,
7821.9905999992043
],
[
1316.913200000301
,
7836.7965999990702
],
[
1315.4430999998003
,
7857.1023999992758
],
[
1314.8632999993861
,
7877.4530999995768
],
[
1315.1747999992222
,
7897.8095999993384
],
[
1312.4644000008702
,
7932.1642000004649
],
[
1313.0636999998242
,
7974.0493999999017
],
[
1312.955399999395
,
7999.9999000001699
],
[
1312.9401999991387
,
8003.6609000004828
],
[
1310.7563000004739
,
8044.1526999995112
],
[
1310.57850000076
,
8090.0960000008345
],
[
1311.528599999845
,
8155.9167999997735
],
[
1311.3412999995053
,
8194.5228000003844
],
[
1305.0535000003874
,
8317.3375000003725
],
[
1304.5789999999106
,
8414.5804999992251
],
[
1304.2430000007153
,
8493.7553000003099
],
[
1303.8874999992549
,
8559.8588999994099
],
[
1303.3523999992758
,
8627.5054000001401
],
[
1303.5042000003159
,
8648.9999000001699
],
[
1451.0109999999404
,
8648.9218000005931
],
[
1723.8299000002444
,
8649.7561000008136
],
[
2064.35899999924
,
8651.4306000005454
],
[
2241.649299999699
,
8649.7848000004888
],
[
2326.4042000006884
,
8649.5998999997973
],
[
2339.462899999693
,
8662.826099999249
],
],
[
[
2382.3579999990761
,
2382.3579999990761
,
8666.0843000002205
8666.0843000002205
],
],
[
[
2367.2325999997556
,
2367.2325999997556
,
8830.3736000005156
8830.3736000005156
],
[
2370.5042000003159
,
8830.4999000001699
],
[
2364.9976000003517
,
9236.9053000006825
],
[
2354.5821000002325
,
9237.3500999994576
],
[
2349.2970000002533
,
9382.2389000002295
],
[
2346.6545000001788
,
9459.5118000004441
],
[
2341.6041999999434
,
9483.1998999994248
],
[
2347.4013000000268
,
9496.146099999547
],
[
2342.3543999996036
,
9612.9247999992222
],
[
2339.3782999999821
,
9672.6150000002235
],
[
2334.0086000002921
,
9750.8140999991447
],
[
2333.0294000003487
,
9787.7213000003248
],
[
2329.355799999088
,
9850.6001999992877
],
[
2327.0679000001401
,
9895.863500000909
],
[
2325.4624000005424
,
9927.7797999996692
],
[
2320.0042000003159
,
9936.8999000005424
],
[
2324.3345999997109
,
9965.2391999997199
],
[
2324.1160000003874
,
9968.7518000006676
],
[
2324.2029999997467
,
9972.2701999992132
],
[
2324.5950000006706
,
9975.7676999997348
],
[
2325.2890000008047
,
9979.2180000003427
],
[
2326.2797999996692
,
9982.5950000006706
],
[
2327.5598000008613
,
9985.8734000008553
],
[
2329.1195000000298
,
9989.0283000003546
],
[
2330.9470000006258
,
9992.0360000003129
],
[
2333.028599999845
,
9994.8738000001758
],
[
2335.3486000001431
,
9997.520300000906
],
[
2337.8894999995828
,
9999.9554999992251
],
[
2340.6319999992847
,
10002.161000000313
],
[
2343.5557000003755
,
10004.120300000533
],
[
2398.2041999995708
,
10022.49990000017
],
[
2419.8201000001281
,
10031.912000000477
],
[
2422.1896999999881
,
10031.408800000325
],
[
2424.5938000008464
,
10031.111700000241
],
[
2427.0145999994129
,
10031.023099999875
],
[
2429.4340000003576
,
10031.143600000069
],
[
2431.8340000007302
,
10031.472300000489
],
[
2434.196799999103
,
10032.006799999624
],
[
2436.5045999996364
,
10032.743000000715
],
[
2438.7402999997139
,
10033.675499999896
],
[
2440.8872999995947
,
10034.797299999744
],
[
2442.9296000003815
,
10036.100099999458
],
[
2444.8519000001252
,
10037.574200000614
],
[
2446.6399000007659
,
10039.208599999547
],
[
2448.2803000006825
,
10040.991000000387
],
[
2449.7608000002801
,
10042.908299999312
],
[
2451.0704999994487
,
10044.946200000122
],
[
2452.1995999999344
,
10047.08940000087
],
[
2453.139699999243
,
10049.321900000796
],
[
2457.5960000008345
,
10056.790699999779
],
[
2462.6502999998629
,
10063.868499999866
],
[
2468.2686000000685
,
10070.507400000468
],
[
2474.4129000008106
,
10076.662799999118
],
[
2496.721400000155
,
10100.279400000349
],
[
2521.2927999999374
,
10121.531799999997
],
[
2547.8776999991387
,
10140.204099999741
],
[
2595.7722999993712
,
10177.096999999136
],
[
2597.5987999998033
,
10179.206100000069
],
[
2599.236099999398
,
10181.465199999511
],
[
2600.6721000000834
,
10183.857300000265
],
[
2601.8959999997169
,
10186.364600000903
],
[
2602.8984999991953
,
10188.968299999833
],
[
2603.6722999997437
,
10191.648900000378
],
[
2604.2115000002086
,
10194.386299999431
],
[
2604.5120999999344
,
10197.160099999979
],
[
2604.5719000007957
,
10199.949500000104
],
[
2604.3903000000864
,
10202.73369999975
],
[
2603.9688000008464
,
10205.491699999198
],
[
2603.3104999996722
,
10208.202999999747
],
[
2602.4202999994159
,
10210.847200000659
],
[
2601.304999999702
,
10213.404600000009
],
[
2599.9727999996394
,
10215.856000000611
],
[
2533.0581000000238
,
10353.344399999827
],
[
2483.2142999991775
,
10467.453199999407
],
[
2471.8041999991983
,
10474.799900000915
],
[
2090.8041999991983
,
10723.99990000017
],
[
2089.9411999993026
,
10723.945299999788
],
[
2089.0768999997526
,
10723.967000000179
],
[
2088.2178000006825
,
10724.064899999648
],
[
2087.370699999854
,
10724.238299999386
],
[
2086.542199999094
,
10724.485700000077
],
[
2085.7388000003994
,
10724.805199999362
],
[
2084.9667000006884
,
10725.194499999285
],
[
2084.2318999990821
,
10725.650299999863
],
[
2083.540300000459
,
10726.169199999422
],
[
2082.8970999997109
,
10726.746999999508
],
[
2082.3073999993503
,
10727.379399999976
],
[
2081.7759000007063
,
10728.061400000006
],
[
2081.3066000007093
,
10728.787599999458
],
[
2080.9032000005245
,
10729.552400000393
],
[
2080.5688000004739
,
10730.349700000137
],
[
2080.3061999995261
,
10731.173499999568
],
[
2080.1172000002116
,
10732.017300000414
],
[
2080.0033999998122
,
10732.874399999157
],
[
2079.9657000005245
,
10733.738199999556
],
[
2080.0043999999762
,
10734.601999999955
],
[
2080.1192000005394
,
10735.45900000073
],
[
2080.3091000001878
,
10736.302500000224
],
[
2080.5727999992669
,
10737.126000000164
],
[
2080.9079999998212
,
10737.923000000417
],
[
2081.3123000003397
,
10738.68730000034
],
[
2081.7824000008404
,
10739.413000000641
],
[
2082.3147999998182
,
10740.094299999997
],
[
2148.8091000001878
,
10847.743899999186
],
[
2597.615399999544
,
11520.879000000656
],
[
3026.1384999994189
,
12157.208200000226
],
[
3241.9042000006884
,
12469.899900000542
],
[
3800.8041999991983
,
12223.299900000915
],
[
4217.8607000000775
,
11980.350400000811
],
[
4386.1842000000179
,
11887.819900000468
],
[
4639.2041999995708
,
12222.49990000017
],
[
4881.5042000003159
,
12100.299900000915
],
[
5125.5042000003159
,
12573.49990000017
],
[
5363.9440999999642
,
12428.679899999872
],
[
5999.2642000000924
,
12115.439899999648
],
[
6441.0942000001669
,
11999.99990000017
],
[
7000.0042000003159
,
11789.569900000468
],
[
7106.5742000006139
,
11744.769899999723
],
[
7213.9042000006884
,
11701.839900000021
],
[
7321.9641999993473
,
11660.799900000915
],
[
7499.9842000007629
,
11597.819900000468
],
[
7499.9942000005394
,
11597.819900000468
],
[
7576.9842000007629
,
11555.319900000468
],
[
7616.144200000912
,
11532.379799999297
],
[
7654.9042000006884
,
11508.759899999946
],
[
7693.2342000007629
,
11484.46990000084
],
[
7731.144200000912
,
11459.509899999946
],
[
7768.6041999999434
,
11433.889900000766
],
[
7805.6141999997199
,
11407.629799999297
],
[
7842.1642000004649
,
11380.71990000084
],
[
7878.2342000007629
,
11353.179899999872
],
[
7913.8142000008374
,
11325.009899999946
],
[
8000.0042000003159
,
11235.309900000691
],
[
8032.2941999994218
,
11199.99990000017
],
[
8365.1141999997199
,
10767.389900000766
],
[
8497.4640999995172
,
10399.99990000017
],
[
8613.6742000002414
,
9999.9999000001699
],
[
8647.6141999997199
,
9599.9999000001699
],
[
8651.1742000002414
,
9496.6699000000954
],
[
8652.5142000000924
,
9409.4298999998719
],
[
8652.3242000006139
,
9322.1898999996483
],
[
8650.6241999994963
,
9234.9597999993712
],
[
8647.394200000912
,
9147.7698999997228
],
],
[
[
2370.5042000003159
,
8642.644200000912
,
8830.4999000001699
9060.6499000005424
],
],
[
[
2364.9976000003517
,
8636.3741999994963
,
9236.9053000006825
8973.6297999992967
],
],
[
[
2354.5821000002325
,
8628.5942000001669
,
9237.3501999992877
8886.7299000006169
],
],
[
[
2349.2971000000834
,
8619.2941999994218
,
9382.2389000002295
8799.9799000006169
],
],
[
[
2346.6546000000089
,
8610.2841999996454
,
9459.5118000004441
8689.0599000006914
],
],
[
[
2341.6041999999434
,
8603.2140999995172
,
9483.1998999994248
8577.9999000001699
],
],
[
[
2347.4013999998569
,
8598.0842000003904
,
9496.146099999547
8466.8299000002444
],
],
[
[
2342.3543999996036
,
8594.894200000912
,
9612.9247999992222
8355.5899000000209
],
],
[
[
2339.3782999999821
,
8593.6542000006884
,
9672.6150000002235
8244.3099000006914
],
],
[
[
2334.0087000001222
,
8594.3442000001669
,
9750.8140999991447
8133.0198999997228
],
],
[
[
2333.0294000003487
,
8597.7236999999732
,
9787.7213000003248
7999.9999000001699
],
],
[
[
2329.355900000780
8
,
8597.724199999123
8
,
9850.6001999992877
7999.9799000006169
],
],
[
[
2327.0679000001401
,
8597.7241999991238
,
9895.863500000909
7999.9699000008404
],
],
[
[
2325.4625000003725
,
8596.9640999995172
,
9927.7797999996692
7951.5098999999464
],
],
[
[
2320.0042000003159
,
8597.0541999991983
,
9936.8999000005424
7903.0398999992758
],
],
[
[
2324.3345999997109
,
8597.9942000005394
,
9965.2391999997199
7854.5799000002444
],
],
[
[
2324.1161000002176
,
8599.7741999998689
,
9968.7518000006676
7806.1399000007659
],
],
[
[
2324.2030999995768
,
8602.394200000912
,
9972.2701999992132
7757.7399000003934
],
],
[
[
2324.5951000005007
,
8605.8641999997199
,
9975.7676999997348
7709.3899000007659
],
],
[
[
2325.2891000006348
,
8610.1842000000179
,
9979.2180000003427
7661.1098999995738
],
],
[
[
2326.2797999996692
,
8615.3342000003904
,
9982.5950000006706
7612.9099000003189
],
],
[
[
2327.5598000008613
,
8621.3342000003904
,
9985.8734000008553
7564.8099000006914
],
],
[
[
2329.1195000000298
,
8628.1642000004649
,
9989.0283000003546
7516.8199000004679
],
],
[
[
2330.9470000006258
,
8635.8342000003904
,
9992.0361000001431
7468.9598999992013
],
],
[
[
2333.028599999845
,
8644.3442000001669
,
9994.8738000001758
7421.2399000003934
],
],
[
[
2335.3486000001431
,
8653.6742000002414
,
9997.520300000906
7373.6798999998719
],
],
[
[
2337.8894999995828
,
8663.8442000001669
,
9999.9554999992251
7326.2798999994993
],
],
[
[
2340.6320999991149
,
8674.8342000003904
,
10002.161000000313
7279.0699000004679
],
],
[
[
2343.5557000003755
,
8695.2041999995708
,
10004.120300000533
7199.9999000001699
],
],
[
[
2398
.2041999995708
,
8695
.2041999995708
,
10022.49990000017
7199.9799000006169
],
],
[
[
2419.8201999999583
,
8708.7342000007629
,
10031.912000000477
7152.3899000007659
],
],
[
[
2422.1896999999881
,
8723.0842000003904
,
10031.408800000325
7105.0298999994993
],
],
[
[
2424.5939000006765
,
8738.2741999998689
,
10031.111700000241
7057.9199000000954
],
],
[
[
2427.014699999243
,
8754.2741999998689
,
10031.023099999875
7011.0899000000209
],
],
[
[
2429.4341000001878
,
8771.0842000003904
,
10031.14360000006
9
6964.549900000914
9
],
],
[
[
2431.8341000005603
,
8788.7140999995172
,
10031.47230000048
9
6918.299900000914
9
],
],
[
[
2434.196799999103
,
8807.144200000912
,
10032.006799999624
6872.3698999993503
],
],
[
[
2436.5046999994665
,
8826.3641999997199
,
10032.743000000715
6826.7698999997228
],
],
[
[
2438.740399999544
,
8846.394200000912
,
10033.675499999896
6781.5098999999464
],
],
[
[
2440.8873999994248
,
8867.1941999997944
,
10034.797299999744
6736.6098999995738
],
],
[
[
2442.9296000003815
,
8888.7841999996454
,
10036.100099999458
6692.0699000004679
],
],
[
[
2444.8519000001252
,
8911.1542000006884
,
10037.57420000061
4
6647.919900000095
4
],
],
[
[
2446.6399000007659
,
8934.2841999996454
,
10039.208599999547
6604.1699000000954
],
],
[
[
2448.2803000006825
,
8958.1642000004649
,
10040.991000000387
6560.8299000002444
],
],
[
[
2449.7609000001103
,
8999.9942000005394
,
10042.908299999312
6488.9699000008404
],
],
[
[
2451.0705999992788
,
9040.5842000003904
,
10044.946200000122
6399.9999000001699
],
],
[
[
2452.1996999997646
,
9078.1941999997944
,
10047.08940000087
6320.0499000009149
],
],
[
[
2453.13969999924
3
,
9100.054199999198
3
,
10049.322000000626
6270.6499000005424
],
],
[
[
2457.5960000008345
,
9121.0541999991983
,
10056.790699999779
6220.8698999993503
],
],
[
[
2462.650399999693
,
9141.1842000000179
,
10063.868499999866
6170.7298000007868
],
],
[
[
2468.2686999998987
,
9160.4342000000179
,
10070.507500000298
6120.2499000001699
],
],
[
[
2474.4129000008106
,
9178.7941999994218
,
10076.662900000811
6069.4498999994248
],
],
[
[
2496.7214999999851
,
9196.2741999998689
,
10100.279500000179
6018.3299000002444
],
],
[
[
2521.292799999937
4
,
9212.854199999943
4
,
10121.531799999997
5966.9099000003189
],
],
[
[
2547.8776999991387
,
9228.5341999996454
,
10140.204099999741
5915.2098999992013
],
],
[
[
2595.772399999201
3
,
9243.304199999198
3
,
10177.096999999136
5863.2499000001699
],
],
[
[
2597.598899999633
4
,
9257.174200000241
4
,
10179.206100000069
5811.0298999994993
],
],
[
[
2599.2361999992281
,
9270.1241999994963
,
10181.465199999511
5758.5799000002444
],
],
[
[
2600.6721999999136
,
9282.1642000004649
,
10183.857300000265
5705.9199000000954
],
],
[
[
2601.895999999716
9
,
9293.274199999868
9
,
10186.364600000903
5653.0499000009149
],
],
[
[
2602.8986000008881
,
9303.4640999995172
,
10188.968299999833
5599.9899000003934
],
],
[
[
2603.6723999995738
,
9311.2542000003159
,
10191.648900000378
5536.6599000003189
],
],
[
[
2604.2116000000387
,
9314.5341999996454
,
10194.386299999431
5502.9999000001699
],
],
[
[
2604.5121999997646
,
9317.2241999991238
,
10197.160099999979
5469.2898999992758
],
],
[
[
2604.5719000007957
,
9319.3242000006139
,
10199.949599999934
5435.5398999992758
],
],
[
[
2604.3903999999166
,
9320.8342000003904
,
10202.73369999975
5401.7598999999464
],
],
[
[
2603.9689000006765
,
9321.7642000000924
,
10205.49169999919
8
5367.949899999424
8
],
],
[
[
2603.3105999995023
,
9322.0942000001669
,
10208.202999999747
5334.1399000007659
],
],
[
[
2602.420399999246
,
9321.8342000003904
,
10210.84720000065
9
5300.319900000467
9
],
],
[
[
2601.304999999702
,
9320.9942000005394
,
10213.404600000009
5266.5198999997228
],
],
[
[
2599.9727999996394
,
9319.5541999991983
,
10215.856000000611
5232.7298000007868
],
],
[
[
2533.0581000000238
,
9317.5241999998689
,
10353.344399999827
5198.9699000008404
],
],
[
[
2483.2144000008702
,
9314.9142000004649
,
10467.453199999407
5165.2598999999464
],
],
[
[
2471.8041999991983
,
9311.7041999995708
,
10474.799900000915
5131.5899000000209
],
],
[
[
2090.8041999991983
,
9307.9142000004649
,
10723.99990000017
5097.9899000003934
],
],
[
[
2089.941299999132
8
,
9303.544199999421
8
,
10723.945299999788
5064.4598999992013
],
],
[
[
2089.0768999997526
,
9298.5742000006139
,
10723.967000000179
5031.0098999999464
],
],
[
[
2088.2178000006825
,
9293.0341999996454
,
10724.064899999648
4997.6499000005424
],
],
[
[
2087.370699999854
,
9286.9142000004649
,
10724.238299999386
4964.3899000007659
],
],
[
[
2086.542199999094
,
9280.2041999995708
,
10724.485700000077
4931.2499000001699
],
],
[
[
2085.738800000399
4
,
9272.924200000241
4
,
10724.805299999192
4898.2199000008404
],
],
[
[
2084.966700000688
4
,
9265.064200000837
4
,
10725.194499999285
4865.3299000002444
],
],
[
[
2084.2320000007749
,
9256.6340999994427
,
10725.650299999863
4832.5799000002444
],
],
[
[
2083.540300000459
,
9247.6340999994427
,
10726.169199999422
4799.9899000003934
],
],
[
[
2082.897199999541
,
9232.2941999994218
,
10726.74709999933
8
4748.949899999424
8
],
],
[
[
2082.3074999991804
,
9221.8442000001669
,
10727.379399999976
4716.7898999992758
],
],
[
[
2081.7759000007063
,
9210.8242000006139
,
10728.061400000006
4684.8199000004679
],
],
[
[
2081.3066000007093
,
9199.2542000003159
,
10728.7875999994
58
4653.03989999927
58
],
],
[
[
2080.9032000005245
,
9187.1241999994963
,
10729.552400000393
4621.4699000008404
],
],
[
[
2080.568900000304
,
9174.4541999995708
,
10730.349799999967
4590.1198999993503
],
],
[
[
2080.3061999995261
,
9161.2342000007629
,
10731.173499999568
4558.9999000001699
],
],
[
[
2080.1173000000417
,
9147.4741999991238
,
10732.017300000414
4528.1098999995738
],
],
[
[
2080.003499999642
4
,
9133.174200000241
4
,
10732.874399999157
4497.4598999992013
],
],
[
[
2079.9658000003546
,
9118.3442000001669
,
10733.738199999556
4467.0699000004679
],
],
[
[
2080.0044999998063
,
9102.9842000007629
,
10734.601999999955
4436.9397999998182
],
],
[
[
2080.119200000539
4
,
9087.104199999943
4
,
10735.45900000073
4407.0899000000209
],
],
[
[
2080.3092000000179
,
9070.7041999995708
,
10736.30260000005
4
4377.509899999946
4
],
],
[
[
2080.5727999992669
,
9053.7841999996454
,
10737.126000000164
4348.2298000007868
],
],
[
[
2080.9080999996513
,
9036.3641999997199
,
10737.923000000417
4319.2499000001699
],
],
[
[
2081.312400000169
9
,
9018.434200000017
9
,
10738.68740000017
4290.5699000004679
],
],
[
[
2081.7825000006706
,
9000.0142000000924
,
10739.413000000641
4262.2199000008404
],
],
[
[
2082.3148999996483
,
8963.3442000001669
,
10740.094299999997
4208.7999000009149
],
],
[
[
2148.809200000017
9
,
8943.504200000315
9
,
10847.743899999186
4181.4199000000954
],
],
[
[
2597.615399999544
,
8923.1842000000179
,
11520.879000000656
4154.3899000007659
],
],
[
[
2741.666400000453
,
8902.394200000912
,
11734.78539999947
4127.7098999992013
],
],
[
[
3026.1384999994189
,
8881.144200000912
,
12157.208200000226
4101.3999000005424
],
],
[
[
3241.904200000688
4
,
8859.444199999794
4
,
12469.899900000542
4075.4699000008404
],
],
[
[
3800.8041999991983
,
8837.2941999994218
,
12223.299900000915
4049.9199000000954
],
],
[
[
4217.8607000000775
,
8814.6941999997944
,
11980.350400000811
4024.7598999999464
],
],
[
[
4386.184200000017
9
,
8791.664200000464
9
,
11887.819900000468
3999.9999000001699
],
],
[
[
4639.2041999995708
,
8667.8342000003904
,
12222.49990000017
3869.6098999995738
],
],
[
[
4881.5042000003159
,
8519.144200000912
,
12100.299900000915
3702.5998999997973
],
[
8422.2741999998689
,
3598.6098999995738
],
[
8323.6141999997199
,
3496.3199000004679
],
[
8223.1742000002414
,
3395.7598999999464
],
[
8120.9942000005394
,
3296.9799000006169
],
[
8017.1241999994963
,
3199.9999000001699
],
[
8017.1041999999434
,
3199.9898000005633
],
[
8000.0042000003159
,
3184.3399000000209
],
[
7889.644200000912
,
3085.4999000001699
],
[
7500.0042000003159
,
2763.7398000005633
],
[
7027.9242000002414
,
2399.9999000001699
],
[
7000.0042000003159
,
2378.8299000002444
],
[
6910.7542000003159
,
2305.8698999993503
],
[
6845.5241999998689
,
2254.7798999994993
],
[
6779.4242000002414
,
2204.8498999997973
],
[
6712.4541999995708
,
2156.0699000004679
],
[
6644.644200000912
,
2108.4697999991477
],
[
6576.0142000000924
,
2062.0499000009149
],
[
6506.5842000003904
,
2016.8498999997973
],
[
6436.3841999992728
,
1972.8598999995738
],
[
6365.4142000004649
,
1930.0998999997973
],
[
6293.7141999993473
,
1888.5899000000209
],
[
6221.3041999991983
,
1848.3399000000209
],
[
6148.2041999995708
,
1809.3598999995738
],
[
6074.4242000002414
,
1771.6599000003189
],
[
6000.0241999998689
,
1735.2598999999464
],
[
6000.0042000003159
,
1735.2499000001699
],
[
5926.0942000001669
,
1702.2199000008404
],
[
5885.9741999991238
,
1685.4899000003934
],
[
5845.5742000006139
,
1669.4598999992013
],
[
5804.9042000006884
,
1654.1298999991268
],
[
5763.9641999993473
,
1639.5198999997228
],
[
5722.7841999996454
,
1625.6197999995202
],
[
5681.3641999997199
,
1612.4498999994248
],
[
5639.7241999991238
,
1599.9999000001699
],
[
5558.7642000000924
,
1578.0298999994993
],
[
5516.5341999996454
,
1567.7299000006169
],
[
5474.1341999992728
,
1558.1599000003189
],
[
5431.5742000006139
,
1549.3299000002444
],
[
5388.8741999994963
,
1541.2499000001699
],
[
5346.0241999998689
,
1533.9199000000954
],
[
5303.0642000008374
,
1527.3299000002444
],
[
5259.9942000005394
,
1521.4999000001699
],
[
5216.8242000006139
,
1516.4099000003189
],
[
5173.5742000006139
,
1512.0899000000209
],
[
5130.2642000000924
,
1508.5098999999464
],
[
5086.8841999992728
,
1505.6998999994248
],
[
5043.4741999991238
,
1503.6399000007659
],
[
5000.0042000003159
,
1502.3399000000209
],
],
[
[
4
896.0204000007361
,
4
272.1642000004649
,
1
2128.451700000092
1
522.9999000001699
]
]
],
],
}
}
src/views/components/industry-supervise.vue
View file @
ce2dec22
...
@@ -131,7 +131,7 @@ export default {
...
@@ -131,7 +131,7 @@ export default {
display flex
display flex
>div
>div
&:first-child
&:first-child
width 6
0
%
width 6
3
%
position relative
position relative
>img
>img
width 36%
width 36%
...
...
src/views/components/operation-sign.vue
View file @
ce2dec22
...
@@ -77,28 +77,15 @@ export default {
...
@@ -77,28 +77,15 @@ export default {
curTab
:
'all'
,
curTab
:
'all'
,
config
:
{
config
:
{
colors
:
[
'#E44949'
,
'#FDA62D'
,
'#FFCE34'
,
'#71C012'
,
'#6BE1B2'
,
'#DC732D'
,
'#5BD5FF'
,
'#006ED4'
,
'#2E43C9'
,
'#826AFA'
,
'#CCCCCC'
],
colors
:
[
'#E44949'
,
'#FDA62D'
,
'#FFCE34'
,
'#71C012'
,
'#6BE1B2'
,
'#DC732D'
,
'#5BD5FF'
,
'#006ED4'
,
'#2E43C9'
,
'#826AFA'
,
'#CCCCCC'
],
//
tooltip: {
tooltip
:
{
// formatter: '{b}:{c}个 ({d}%)
',
formatter
:
'{b}:{c}%
'
,
//
confine: true,
confine
:
true
,
//
},
},
legend
:
{
hide
:
true
},
legend
:
{
hide
:
true
},
shape
:
[
shape
:
[
{
type
:
'pie'
,
radius
:
[
40
*
Number
((
screen
.
height
/
800
).
toFixed
(
1
)),
55
*
Number
((
screen
.
height
/
800
).
toFixed
(
1
))],
center
:
[
'40%'
,
'50%'
]}
{
type
:
'pie'
,
radius
:
[
40
*
Number
((
screen
.
height
/
800
).
toFixed
(
1
)),
55
*
Number
((
screen
.
height
/
800
).
toFixed
(
1
))],
center
:
[
'40%'
,
'50%'
]}
]
]
},
},
// chartData: [
// {name: '上海延吉物业', value: 6},
// {name: '上海四平物业', value: 3},
// {name: '上海殷行物业', value: 3},
// {name: '上海阳置物业', value: 3},
// {name: '上海凯晨物业', value: 2},
// {name: '上海兴桥盛物业', value: 2},
// {name: '上海五角场物业', value: 2},
// {name: '上海文化银湾物业', value: 2},
// {name: '上海海鸿福船物业', value: 2},
// {name: '上海平凉物业', value: 1},
// {name: '其他', value: 74},
// ],
}
}
},
},
computed
:
{
computed
:
{
...
@@ -146,6 +133,7 @@ export default {
...
@@ -146,6 +133,7 @@ export default {
.operation-sign
.operation-sign
.ivu-select-dropdown
.ivu-select-dropdown
.ivu-select-selection
.ivu-select-selection
font-size .1rem !important
border-color #3391FF !important
border-color #3391FF !important
border-radius .04rem !important
border-radius .04rem !important
>div
>div
...
@@ -202,15 +190,18 @@ export default {
...
@@ -202,15 +190,18 @@ export default {
justify-content space-between
justify-content space-between
background linear-gradient(to right, rgba(20,92,143,.5), transparent)
background linear-gradient(to right, rgba(20,92,143,.5), transparent)
border-left .03rem solid #315E8B
border-left .03rem solid #315E8B
padding .1rem .04rem
padding .06rem .04rem
p
&:first-child
width 40%
.bar
.bar
width
100
%
width
98
%
height .08rem
height .08rem
display flex
display flex
margin
-top .3rem
margin
.3rem auto 0
>div
>div
>p
>p
text-indent .0
5
rem
text-indent .0
3
rem
font-size .12rem
font-size .12rem
font-weight bold
font-weight bold
transform translateY(-100%)
transform translateY(-100%)
...
...
src/views/main.vue
View file @
ce2dec22
...
@@ -87,7 +87,7 @@ export default {
...
@@ -87,7 +87,7 @@ export default {
},
},
computed
:
{
computed
:
{
...
mapState
([
...
mapState
([
'
xinjiangwan
Paths'
,
'
yangpu
Paths'
,
'commandLayout'
,
'commandLayout'
,
'commandData'
,
'commandData'
,
'showCommandModal'
,
'showCommandModal'
,
...
@@ -114,11 +114,11 @@ export default {
...
@@ -114,11 +114,11 @@ export default {
init
()
{
init
()
{
const
{
map
}
=
this
.
$refs
const
{
map
}
=
this
.
$refs
this
.
initMapFocus
()
this
.
initMapFocus
()
map
.
addPolygon
({
paths
:
this
.
xinjiangwan
Paths
,
fillColor
:
'rgba(51,145,255,.3)'
})
map
.
addPolygon
({
paths
:
this
.
yangpu
Paths
,
fillColor
:
'rgba(51,145,255,.3)'
})
map
.
addBoundary
({
name
:
'
新江湾城
'
})
map
.
addBoundary
({
name
:
'
杨浦区
'
})
},
},
initMapFocus
()
{
initMapFocus
()
{
this
.
$refs
.
map
.
focus
(
3489.0714111328125
,
10384.431030273437
,
4
.5
)
this
.
$refs
.
map
.
focus
(
3489.0714111328125
,
10384.431030273437
,
3
.5
)
},
},
handleMapClick
(
data
)
{
handleMapClick
(
data
)
{
this
.
detailData
=
data
this
.
detailData
=
data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment