Commit 09e4627c authored by 郭铭瑶's avatar 郭铭瑶 🤘

新增三林楼栋数据

parent 05ed529a
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
["121.666933", "31.274912"], ["121.666933", "31.274912"],
["121.666938", "31.27479"], ["121.666938", "31.27479"],
["121.667083", "31.274793"], ["121.667083", "31.274793"],
["121.667078", "31.274919\r\n"] ["121.667078", "31.274919"]
] ]
}, { }, {
"name": "丰舍东苑 22", "name": "丰舍东苑 22",
...@@ -12313,7 +12313,7 @@ export default { ...@@ -12313,7 +12313,7 @@ export default {
"color": "绿色", "color": "绿色",
"intention": "一星", "intention": "一星",
"lon": "121.667268", "lon": "121.667268",
"lat": "31.27572\r\n" "lat": "31.27572"
}, { }, {
"name": "盛世春晓苑", "name": "盛世春晓苑",
"buildingNo": 2, "buildingNo": 2,
......
...@@ -19,6 +19,7 @@ import nanmatou from './nanmatou' ...@@ -19,6 +19,7 @@ import nanmatou from './nanmatou'
import nicheng from './nicheng' import nicheng from './nicheng'
import puxing from './puxing' import puxing from './puxing'
import sanlin from './sanlin' import sanlin from './sanlin'
import sanlinBuilding from './sanlin-building'
import tangzhen from './tangzhen' import tangzhen from './tangzhen'
import wanxiang from './wanxiang' import wanxiang from './wanxiang'
import weifang from './weifang' import weifang from './weifang'
...@@ -83,4 +84,5 @@ export const mockBuilding = { ...@@ -83,4 +84,5 @@ export const mockBuilding = {
chuanshaBuilding, chuanshaBuilding,
caoluBuilding, caoluBuilding,
jinqiaoBuilding, jinqiaoBuilding,
sanlinBuilding,
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -18,10 +18,17 @@ export default { ...@@ -18,10 +18,17 @@ export default {
'name': '杨新路80弄', 'name': '杨新路80弄',
'address': '杨新路80弄', 'address': '杨新路80弄',
'level': 3, 'level': 3,
'location': [121.494108, 31.164001], 'location': [121.493647,31.164389],
'path': [], 'path': [
[121.494113,31.163939],
[121.493706,31.163838],
[121.493561,31.164224],
[121.492756,31.164003],
[121.492601,31.164586],
[121.493722,31.164797],
],
}, { }, {
'name': '绿茵苑(杨南路)', 'name': '绿茵苑十街坊',
'address': '杨南路694弄之1-88号', 'address': '杨南路694弄之1-88号',
'level': 1, 'level': 1,
'location': [121.501382, 31.149961], 'location': [121.501382, 31.149961],
...@@ -47,7 +54,7 @@ export default { ...@@ -47,7 +54,7 @@ export default {
[121.50272, 31.149539] [121.50272, 31.149539]
] ]
}, { }, {
name: '上南路3520弄小区', name: '上南路3520弄',
address: '上南路3520弄1-14号', address: '上南路3520弄1-14号',
level: 1, level: 1,
location: [ 121.500299, 31.154022 ], location: [ 121.500299, 31.154022 ],
...@@ -66,7 +73,7 @@ export default { ...@@ -66,7 +73,7 @@ export default {
[ 121.499162, 31.153467 ], [ 121.499162, 31.153467 ],
[ 121.499066, 31.153756 ] ] [ 121.499066, 31.153756 ] ]
}, { }, {
name: '新华苑-东区', name: '新华苑(东片)',
address: '西营南路6弄1-30号', address: '西营南路6弄1-30号',
level: 1, level: 1,
location: [ 121.486469, 31.162447 ], location: [ 121.486469, 31.162447 ],
...@@ -83,7 +90,7 @@ export default { ...@@ -83,7 +90,7 @@ export default {
[ 121.485993, 31.161704 ], [ 121.485993, 31.161704 ],
[ 121.486029, 31.161645 ] ] [ 121.486029, 31.161645 ] ]
}, { }, {
name: '新华苑-西区', name: '新华苑(西片)',
address: '西营南路11弄1-46号', address: '西营南路11弄1-46号',
level: 1, level: 1,
location: [ 121.484893, 31.161721 ], location: [ 121.484893, 31.161721 ],
...@@ -96,7 +103,7 @@ export default { ...@@ -96,7 +103,7 @@ export default {
[ 121.484174, 31.160951 ], [ 121.484174, 31.160951 ],
[ 121.483849, 31.162144 ] ] [ 121.483849, 31.162144 ] ]
}, { }, {
name: '杨思路427号小区', name: '杨思路427号',
address: '杨思路427号', address: '杨思路427号',
level: 3, level: 3,
location: [ 121.492474, 31.160275 ], location: [ 121.492474, 31.160275 ],
...@@ -112,7 +119,7 @@ export default { ...@@ -112,7 +119,7 @@ export default {
[ 121.492486, 31.160505 ], [ 121.492486, 31.160505 ],
[ 121.492303, 31.160315 ] ] [ 121.492303, 31.160315 ] ]
}, { }, {
name: '杨新路198弄小区', name: '杨新路198弄',
address: '杨新路198弄1-4号', address: '杨新路198弄1-4号',
level: 1, level: 1,
location: [ 121.49186, 31.163514 ], location: [ 121.49186, 31.163514 ],
...@@ -127,7 +134,7 @@ export default { ...@@ -127,7 +134,7 @@ export default {
[ 121.491364, 31.163461 ], [ 121.491364, 31.163461 ],
[ 121.491439, 31.163259 ] ] [ 121.491439, 31.163259 ] ]
}, { }, {
'name': '杨思水境园', 'name': '振兴东路12弄',
'address': '浦东振兴东路2号,振兴东路12弄1-15号', 'address': '浦东振兴东路2号,振兴东路12弄1-15号',
'level': 2, 'level': 2,
'location': [121.495457, 31.162334], 'location': [121.495457, 31.162334],
...@@ -149,7 +156,7 @@ export default { ...@@ -149,7 +156,7 @@ export default {
[121.495208, 31.162582] [121.495208, 31.162582]
] ]
}, { }, {
name: '杨南新村小红楼八街坊', name: '小红楼',
address: '三林镇杨南路689弄', address: '三林镇杨南路689弄',
level: 1, level: 1,
location: [ 121.500402, 31.151366 ], location: [ 121.500402, 31.151366 ],
...@@ -165,32 +172,6 @@ export default { ...@@ -165,32 +172,6 @@ export default {
[ 121.500727, 31.151751 ], [ 121.500727, 31.151751 ],
[ 121.500689, 31.151769 ], [ 121.500689, 31.151769 ],
[ 121.499624, 31.15159 ] ] [ 121.499624, 31.15159 ] ]
}, {
'name': '绿茵苑(杨南路)',
'address': '杨南路694弄之1-88号',
'level': 1,
'location': [121.501382, 31.149961],
'path': [
[121.50272, 31.149539],
[121.502803, 31.149013],
[121.5016, 31.148925],
[121.500852, 31.148858],
[121.500545, 31.148843],
[121.50044, 31.148925],
[121.499914, 31.150753],
[121.500026, 31.150802],
[121.500848, 31.150981],
[121.502142, 31.151176],
[121.50219, 31.151134],
[121.502217, 31.151023],
[121.502318, 31.150724],
[121.502413, 31.150426],
[121.502449, 31.150328],
[121.502543, 31.150219],
[121.502588, 31.150179],
[121.502617, 31.15011],
[121.50272, 31.149539]
]
}, { }, {
'name': '杨南新村', 'name': '杨南新村',
'address': '杨南路826弄之1-46号', 'address': '杨南路826弄之1-46号',
...@@ -277,7 +258,7 @@ export default { ...@@ -277,7 +258,7 @@ export default {
[121.496672, 31.154485] [121.496672, 31.154485]
] ]
}, { }, {
'name': '源城·锦翠苑', 'name': '源城锦翠苑',
'address': '灵岩南路499弄之1-62号', 'address': '灵岩南路499弄之1-62号',
'level': 2, 'level': 2,
'location': [121.498446, 31.15163], 'location': [121.498446, 31.15163],
...@@ -313,7 +294,7 @@ export default { ...@@ -313,7 +294,7 @@ export default {
[121.502678, 31.149989] [121.502678, 31.149989]
] ]
}, { }, {
name: '合生前滩1号', name: '合生时代锦苑',
address: '三林镇西营南路518弄', address: '三林镇西营南路518弄',
level: 3, level: 3,
location: [ 121.489373, 31.152055 ], location: [ 121.489373, 31.152055 ],
...@@ -333,7 +314,7 @@ export default { ...@@ -333,7 +314,7 @@ export default {
[ 121.489905, 31.150635 ], [ 121.489905, 31.150635 ],
[ 121.489784, 31.15061 ] ] [ 121.489784, 31.15061 ] ]
}, { }, {
name: '杨思小区', name: '振兴小区',
address: '杨思路502弄1-24号', address: '杨思路502弄1-24号',
level: 3, level: 3,
location: [ 121.494898, 31.160228 ], location: [ 121.494898, 31.160228 ],
...@@ -451,7 +432,7 @@ export default { ...@@ -451,7 +432,7 @@ export default {
[121.486679, 31.159559] [121.486679, 31.159559]
] ]
}, { }, {
name: '恒大天地苑(一至二期)', name: '天地苑一、二期',
address: '天地苑西营南路17弄', address: '天地苑西营南路17弄',
level: 2, level: 2,
location: [ 121.484791, 31.16023 ], location: [ 121.484791, 31.16023 ],
...@@ -464,7 +445,7 @@ export default { ...@@ -464,7 +445,7 @@ export default {
[ 121.486357, 31.159742 ], [ 121.486357, 31.159742 ],
[ 121.485914, 31.161198 ] ] [ 121.485914, 31.161198 ] ]
}, { }, {
'name': '海阳新村', 'name': '海阳小区',
'address': '浦东海阳路598弄、灵岩南路380弄、长清路937弄、长清路967弄、灵岩南路410弄', 'address': '浦东海阳路598弄、灵岩南路380弄、长清路937弄、长清路967弄、灵岩南路410弄',
'level': 2, 'level': 2,
'location': [121.494302, 31.153115], 'location': [121.494302, 31.153115],
...@@ -503,7 +484,7 @@ export default { ...@@ -503,7 +484,7 @@ export default {
[121.492226, 31.151638] [121.492226, 31.151638]
] ]
}, { }, {
'name': '上河苑(杨新路)', 'name': '上河苑',
'address': '杨新路282弄1-47号', 'address': '杨新路282弄1-47号',
'level': 3, 'level': 3,
'location': [121.487476, 31.162258], 'location': [121.487476, 31.162258],
...@@ -549,7 +530,7 @@ export default { ...@@ -549,7 +530,7 @@ export default {
[121.492468, 31.139718] [121.492468, 31.139718]
] ]
}, { }, {
'name': '华夏小区(杨新路)', 'name': '华夏小区',
'address': '杨新路77弄1号-5号', 'address': '杨新路77弄1号-5号',
'level': 3, 'level': 3,
'location': [121.494227, 31.163082], 'location': [121.494227, 31.163082],
...@@ -582,7 +563,7 @@ export default { ...@@ -582,7 +563,7 @@ export default {
[121.493272, 31.162779] [121.493272, 31.162779]
] ]
}, { }, {
name: '杨南小区', name: '上南路3848弄',
address: '上南路3848弄之1-12号', address: '上南路3848弄之1-12号',
level: 1, level: 1,
location: [ 121.505103, 31.150054 ], location: [ 121.505103, 31.150054 ],
...@@ -596,7 +577,7 @@ export default { ...@@ -596,7 +577,7 @@ export default {
[ 121.504491, 31.150326 ], [ 121.504491, 31.150326 ],
[ 121.504546, 31.150192 ] ] [ 121.504546, 31.150192 ] ]
}, { }, {
'name': '南杨小区北区', 'name': '南杨北区',
'address': '长清路643弄之1-42号', 'address': '长清路643弄之1-42号',
'level': 1, 'level': 1,
'location': [121.49177, 31.158143], 'location': [121.49177, 31.158143],
...@@ -647,7 +628,7 @@ export default { ...@@ -647,7 +628,7 @@ export default {
[121.488433, 31.163797] [121.488433, 31.163797]
] ]
}, { }, {
'name': '星海·尚南坊', 'name': '星海尚南坊',
'address': '板泉路666弄', 'address': '板泉路666弄',
'level': 3, 'level': 3,
'location': [121.499527, 31.159179], 'location': [121.499527, 31.159179],
...@@ -663,7 +644,7 @@ export default { ...@@ -663,7 +644,7 @@ export default {
[121.49884, 31.159196] [121.49884, 31.159196]
] ]
}, { }, {
name: '上南路3827弄小区', name: '上南路3827弄',
address: '上南路3827弄1-15号', address: '上南路3827弄1-15号',
level: 3, level: 3,
location: [ 121.506756, 31.151746 ], location: [ 121.506756, 31.151746 ],
...@@ -684,7 +665,7 @@ export default { ...@@ -684,7 +665,7 @@ export default {
[ 121.50674, 31.151264 ], [ 121.50674, 31.151264 ],
[ 121.505933, 31.151117 ] ] [ 121.505933, 31.151117 ] ]
}, { }, {
name: '上南路3349弄小区', name: '上南路3349弄',
address: '上南路3349弄1-4号', address: '上南路3349弄1-4号',
level: 3, level: 3,
location: [ 121.500152, 31.157677 ], location: [ 121.500152, 31.157677 ],
...@@ -729,7 +710,7 @@ export default { ...@@ -729,7 +710,7 @@ export default {
[121.505948, 31.159926] [121.505948, 31.159926]
] ]
}, { }, {
'name': '桃李家园(板泉路)', 'name': '桃李家园',
'address': '上南路1000弄甲', 'address': '上南路1000弄甲',
'level': 3, 'level': 3,
'location': [121.507581, 31.161064], 'location': [121.507581, 31.161064],
...@@ -803,7 +784,7 @@ export default { ...@@ -803,7 +784,7 @@ export default {
[121.502537, 31.159887] [121.502537, 31.159887]
] ]
}, { }, {
name: '香樟苑(海阳路)', name: '香樟苑',
address: '海阳路1080弄之1-91号', address: '海阳路1080弄之1-91号',
level: 1, level: 1,
location: [ 121.507187, 31.157337 ], location: [ 121.507187, 31.157337 ],
...@@ -827,7 +808,7 @@ export default { ...@@ -827,7 +808,7 @@ export default {
[ 121.508524, 31.156316 ], [ 121.508524, 31.156316 ],
[ 121.507258, 31.155913 ] ] [ 121.507258, 31.155913 ] ]
}, { }, {
name: '上南玲珑苑', name: '玲珑苑',
address: '上南路3881弄之1-22号', address: '上南路3881弄之1-22号',
level: 1, level: 1,
location: [ 121.507209, 31.150661 ], location: [ 121.507209, 31.150661 ],
...@@ -895,7 +876,7 @@ export default { ...@@ -895,7 +876,7 @@ export default {
[121.507684, 31.152594] [121.507684, 31.152594]
] ]
}, { }, {
name: '联丰新苑', name: '上南路3651弄',
address: '上南路3651弄之25-45号', address: '上南路3651弄之25-45号',
level: 3, level: 3,
location: [ 121.507179, 31.154455 ], location: [ 121.507179, 31.154455 ],
...@@ -944,7 +925,7 @@ export default { ...@@ -944,7 +925,7 @@ export default {
[121.506266, 31.154505] [121.506266, 31.154505]
] ]
}, { }, {
'name': '都林嘉苑南园', 'name': '都林嘉苑',
'address': '杨南路1168弄之1-31号', 'address': '杨南路1168弄之1-31号',
'level': 1, 'level': 1,
'location': [121.51066, 31.152729], 'location': [121.51066, 31.152729],
...@@ -969,7 +950,7 @@ export default { ...@@ -969,7 +950,7 @@ export default {
[121.509648, 31.151984] [121.509648, 31.151984]
] ]
}, { }, {
name: '三新路5弄小区', name: '三新路5弄',
address: '三新路5弄1-16号', address: '三新路5弄1-16号',
level: 3, level: 3,
location: [ 121.506787, 31.139384 ], location: [ 121.506787, 31.139384 ],
...@@ -992,15 +973,25 @@ export default { ...@@ -992,15 +973,25 @@ export default {
'address': '三林镇长清路2365弄1号', 'address': '三林镇长清路2365弄1号',
'level': 3, 'level': 3,
'location': [121.500752, 31.135424], 'location': [121.500752, 31.135424],
'path': [], 'path': [
[121.50058,31.13533],
[121.50084,31.135486],
[121.500981,31.135277],
[121.500734,31.135132],
],
}, { }, {
'name': '三林路638号', 'name': '三林路638号',
'address': '三林路638号', 'address': '三林路638号',
'level': 1, 'level': 1,
'location': [121.504338, 31.140460], 'location': [121.504338, 31.140460],
'path': [] 'path': [
[121.504183,31.140581],
[121.504268,31.140337],
[121.504689,31.140476],
[121.504584,31.140718],
]
}, { }, {
name: '三林路706弄小区', name: '三林路706弄',
address: '三林路706弄', address: '三林路706弄',
level: 1, level: 1,
location: [ 121.50567, 31.140933 ], location: [ 121.50567, 31.140933 ],
...@@ -1011,7 +1002,7 @@ export default { ...@@ -1011,7 +1002,7 @@ export default {
[ 121.505765, 31.140527 ], [ 121.505765, 31.140527 ],
[ 121.505537, 31.140968 ] ] [ 121.505537, 31.140968 ] ]
}, { }, {
name: '林梅小区', name: '林梅新村',
address: '三林路788弄1-41号', address: '三林路788弄1-41号',
level: 2, level: 2,
location: [ 121.507906, 31.141207 ], location: [ 121.507906, 31.141207 ],
...@@ -1031,7 +1022,7 @@ export default { ...@@ -1031,7 +1022,7 @@ export default {
[ 121.508911, 31.141028 ], [ 121.508911, 31.141028 ],
[ 121.50788, 31.140371 ] ] [ 121.50788, 31.140371 ] ]
}, { }, {
name: '上南路4362弄小区', name: '上南路4362弄',
address: '上南路4362弄1-5号', address: '上南路4362弄1-5号',
level: 1, level: 1,
location: [ 121.510688, 31.142082 ], location: [ 121.510688, 31.142082 ],
...@@ -1073,7 +1064,7 @@ export default { ...@@ -1073,7 +1064,7 @@ export default {
[121.532319, 31.147127] [121.532319, 31.147127]
] ]
}, { }, {
name: '浦发绿城东南院', name: '东泰林路799弄',
address: '东泰林路799弄1-27号', address: '东泰林路799弄1-27号',
level: 2, level: 2,
location: [ 121.543494, 31.142876 ], location: [ 121.543494, 31.142876 ],
...@@ -1086,7 +1077,7 @@ export default { ...@@ -1086,7 +1077,7 @@ export default {
[ 121.542307, 31.143027 ], [ 121.542307, 31.143027 ],
[ 121.542332, 31.143066 ] ] [ 121.542332, 31.143066 ] ]
}, { }, {
name: '浦发绿城北区', name: '浦三路2801弄',
address: '浦三路2801弄1-110号', address: '浦三路2801弄1-110号',
level: 2, level: 2,
location: [ 121.538215, 31.1551 ], location: [ 121.538215, 31.1551 ],
...@@ -1128,7 +1119,7 @@ export default { ...@@ -1128,7 +1119,7 @@ export default {
[ 121.538076, 31.153718 ], [ 121.538076, 31.153718 ],
[ 121.537874, 31.15371 ] ] [ 121.537874, 31.15371 ] ]
}, { }, {
name: '浦发绿城西区', name: '西泰林路750弄',
address: '西泰林路750弄1-60号', address: '西泰林路750弄1-60号',
level: 2, level: 2,
location: [ 121.537004, 31.142163 ], location: [ 121.537004, 31.142163 ],
...@@ -1152,7 +1143,7 @@ export default { ...@@ -1152,7 +1143,7 @@ export default {
[ 121.538005, 31.142887 ], [ 121.538005, 31.142887 ],
[ 121.538332, 31.142744 ] ] [ 121.538332, 31.142744 ] ]
}, { }, {
'name': '西泰林路850弄小区', 'name': '西泰林路850弄',
'address': '浦东新区西泰林路850弄', 'address': '浦东新区西泰林路850弄',
'level': 2, 'level': 2,
'location': [121.540061, 31.142234], 'location': [121.540061, 31.142234],
...@@ -1169,7 +1160,7 @@ export default { ...@@ -1169,7 +1160,7 @@ export default {
[121.539409,31.142517], [121.539409,31.142517],
], ],
}, { }, {
name: '浦发绿城南院-901弄', name: '西泰林路901弄',
address: '西泰林路901弄', address: '西泰林路901弄',
level: 2, level: 2,
location: [ 121.539264, 31.144254 ], location: [ 121.539264, 31.144254 ],
...@@ -1188,7 +1179,7 @@ export default { ...@@ -1188,7 +1179,7 @@ export default {
[ 121.537936, 31.143704 ], [ 121.537936, 31.143704 ],
[ 121.537266, 31.145175 ] ] [ 121.537266, 31.145175 ] ]
}, { }, {
name: '浦发绿城东南区', name: '永泰路2080弄',
address: '永泰路2080弄20号', address: '永泰路2080弄20号',
level: 2, level: 2,
location: [ 121.543245, 31.144813 ], location: [ 121.543245, 31.144813 ],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment