Commit 8c451e53 authored by 郭铭瑶's avatar 郭铭瑶 🤘

新增南汇新城楼栋数据

parent 19e957f3
...@@ -15,6 +15,7 @@ import shuyuan from './shuyuan' ...@@ -15,6 +15,7 @@ import shuyuan from './shuyuan'
import beicai from './beicai' import beicai from './beicai'
import kangqiao from './kangqiao' import kangqiao from './kangqiao'
import nanhui from './nanhui' import nanhui from './nanhui'
import nanhuiBuilding from './nanhui-building'
import nanmatou from './nanmatou' import nanmatou from './nanmatou'
import nanmatouBuilding from './nanmatou-building' import nanmatouBuilding from './nanmatou-building'
import nicheng from './nicheng' import nicheng from './nicheng'
...@@ -121,4 +122,5 @@ export const mockBuilding = { ...@@ -121,4 +122,5 @@ export const mockBuilding = {
puxingBuilding, puxingBuilding,
nichengBuilding, nichengBuilding,
nanmatouBuilding, nanmatouBuilding,
nanhuiBuilding,
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
[121.980509,30.916909], [121.980509,30.916909],
], ],
'community': [{ 'community': [{
name: '滴水湖馨苑北区', name: '滴水湖馨苑二居',
address: '方竹路166弄1-158号', address: '方竹路166弄1-158号',
level: 3, level: 3,
location: [121.909302, 30.895868], location: [121.909302, 30.895868],
...@@ -38,7 +38,7 @@ export default { ...@@ -38,7 +38,7 @@ export default {
[121.906967, 30.897023] [121.906967, 30.897023]
] ]
}, { }, {
name: '龙吟小区', name: '龙吟一村',
address: '龙吟路69号', address: '龙吟路69号',
level: 1, level: 1,
location: [121.851947, 30.862248], location: [121.851947, 30.862248],
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
[121.852573, 30.861468] [121.852573, 30.861468]
] ]
}, { }, {
'name': '芦潮港镇龙吟二村', 'name': '龙吟二村',
'address': '大芦东路与渔港路交叉口东北150米', 'address': '大芦东路与渔港路交叉口东北150米',
'level': 1, 'level': 1,
'location': [121.852179, 30.860448], 'location': [121.852179, 30.860448],
...@@ -96,7 +96,7 @@ export default { ...@@ -96,7 +96,7 @@ export default {
[121.854549, 30.861669] [121.854549, 30.861669]
] ]
}, { }, {
name: '海尚明月苑', name: '明月苑',
address: '芦云路201弄', address: '芦云路201弄',
level: 3, level: 3,
location: [ 121.858639, 30.874824 ], location: [ 121.858639, 30.874824 ],
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
[ 121.856477, 30.874658 ], [ 121.856477, 30.874658 ],
[ 121.857376, 30.876767 ] ] [ 121.857376, 30.876767 ] ]
}, { }, {
'name': '海尚明徕苑', 'name': '明徕苑',
'address': '芦云路200弄', 'address': '芦云路200弄',
'level': 3, 'level': 3,
'location': [121.858802, 30.872308], 'location': [121.858802, 30.872308],
...@@ -185,26 +185,6 @@ export default { ...@@ -185,26 +185,6 @@ export default {
[121.854072, 30.878042], [121.854072, 30.878042],
[121.853399, 30.876065] [121.853399, 30.876065]
] ]
}, {
name: '新芦苑-F区南区',
address: '老芦公路与芦茂路交叉口东北200米',
level: 1,
location: [121.850253, 30.874149],
path: [
[121.849121, 30.874745],
[121.849435, 30.873161],
[121.849529, 30.873112],
[121.849656, 30.87308],
[121.850449, 30.873136],
[121.850741, 30.873189],
[121.850741, 30.873675],
[121.850688, 30.87472],
[121.850669, 30.874957],
[121.849121, 30.874745]
]
}, {
'name': '芦潮港五七农场',
'level': 1
}, { }, {
'name': '新芦苑A区', 'name': '新芦苑A区',
'address': '新城镇潮乐路3号', 'address': '新城镇潮乐路3号',
......
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