Commit 2bf545a7 authored by 郭铭瑶's avatar 郭铭瑶 🤘

新增宣桥楼栋数据

parent 1f9d1858
...@@ -27,6 +27,7 @@ import weifang from './weifang' ...@@ -27,6 +27,7 @@ import weifang from './weifang'
import xinchang from './xinchang' import xinchang from './xinchang'
import xinchangBuilding from './xinchang-building' import xinchangBuilding from './xinchang-building'
import xuanqiao from './xuanqiao' import xuanqiao from './xuanqiao'
import xuanqiaoBuilding from './xuanqiao-building'
import yangjing from './yangjing' import yangjing from './yangjing'
import yangjingBuilding from './yangjing-building' import yangjingBuilding from './yangjing-building'
import zhangjiang from './zhangjiang' import zhangjiang from './zhangjiang'
...@@ -109,4 +110,5 @@ export const mockBuilding = { ...@@ -109,4 +110,5 @@ export const mockBuilding = {
zhangjiangBuilding, zhangjiangBuilding,
tangzhenBuilding, tangzhenBuilding,
xinchangBuilding, xinchangBuilding,
xuanqiaoBuilding,
} }
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -30,7 +30,7 @@ export default { ...@@ -30,7 +30,7 @@ export default {
[121.706326, 31.025806] [121.706326, 31.025806]
] ]
}, { }, {
name: '欣梅苑东区', name: '欣梅苑',
address: '宣镇东路818弄1-28号', address: '宣镇东路818弄1-28号',
level: 1, level: 1,
location: [121.701869, 31.025648], location: [121.701869, 31.025648],
...@@ -45,21 +45,6 @@ export default { ...@@ -45,21 +45,6 @@ export default {
[121.703412, 31.025956], [121.703412, 31.025956],
[121.70347, 31.02542] [121.70347, 31.02542]
] ]
}, {
name: '欣梅苑西区',
address: '宣镇东路815弄1-50号',
level: 1,
location: [121.699126, 31.025409],
path: [
[121.697752, 31.026119],
[121.700413, 31.02614],
[121.700477, 31.026083],
[121.70063, 31.024956],
[121.698082, 31.024442],
[121.69805, 31.024439],
[121.697688, 31.026071],
[121.697752, 31.026119]
]
}, { }, {
'name': '欣兰苑', 'name': '欣兰苑',
'address': '宣镇东路788弄1-68号', 'address': '宣镇东路788弄1-68号',
...@@ -194,7 +179,7 @@ export default { ...@@ -194,7 +179,7 @@ export default {
[121.712255, 31.068476] [121.712255, 31.068476]
] ]
}, { }, {
'name': '艺泰安邦花园', 'name': '艺泰安邦',
'address': '南六公路405号', 'address': '南六公路405号',
'level': 2, 'level': 2,
'location': [121.709499, 31.061068], 'location': [121.709499, 31.061068],
...@@ -252,7 +237,7 @@ export default { ...@@ -252,7 +237,7 @@ export default {
[121.705434, 31.062881] [121.705434, 31.062881]
] ]
}, { }, {
name: '明祥苑北区', name: '明祥苑',
address: '闵家浜路60弄20支弄1-6号', address: '闵家浜路60弄20支弄1-6号',
level: 3, level: 3,
location: [121.721851, 31.074859], location: [121.721851, 31.074859],
...@@ -277,19 +262,5 @@ export default { ...@@ -277,19 +262,5 @@ export default {
[121.7214, 31.072735], [121.7214, 31.072735],
[121.720943, 31.074646] [121.720943, 31.074646]
] ]
}, {
name: '明祥苑南区',
address: '闵家浜路50弄1-16号',
level: 3,
location: [121.722595, 31.072051],
path: [
[121.721805, 31.071599],
[121.72178, 31.07166],
[121.72161, 31.072417],
[121.723485, 31.072415],
[121.723513, 31.07233],
[121.723642, 31.071781],
[121.721805, 31.071599]
]
}] }]
} }
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