Commit 52f52e85 authored by 郭铭瑶's avatar 郭铭瑶 🤘

新增高东楼栋数据

parent 023c3634
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js", "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev", "start": "npm run dev",
"lint": "eslint --fix --ext .js,.vue src", "lint": "eslint --fix --ext .js,.vue src",
"build": "node build/build.js" "build": "node --max_old_space_size=4096 build/build.js"
}, },
"dependencies": { "dependencies": {
"axios": "^0.19.0", "axios": "^0.19.0",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -138,9 +138,9 @@ export default { ...@@ -138,9 +138,9 @@ export default {
[121.61824, 31.329264] [121.61824, 31.329264]
] ]
}, { }, {
'name': '高东新村(光明路)', 'name': '高东新村',
'address': '光明路41-222弄', 'address': '光明路41-222弄',
'level': 3, 'level': 1,
'location': [121.614973, 31.333726], 'location': [121.614973, 31.333726],
'path': [ 'path': [
[121.612456, 31.334783], [121.612456, 31.334783],
...@@ -278,45 +278,6 @@ export default { ...@@ -278,45 +278,6 @@ export default {
[121.631699, 31.317314], [121.631699, 31.317314],
[121.632498, 31.316349] [121.632498, 31.316349]
] ]
}, {
'name': '杨园一村',
'address': '新园路32弄1-7号',
'level': 2,
'location': [121.628507, 31.317713],
'path': [
[121.628206, 31.315997],
[121.628181, 31.315985],
[121.628156, 31.315982],
[121.628131, 31.315989],
[121.62811, 31.316007],
[121.627311, 31.317113],
[121.626843, 31.317771],
[121.626834, 31.317793],
[121.626834, 31.317818],
[121.626844, 31.317837],
[121.626858, 31.317856],
[121.62939, 31.319403],
[121.629414, 31.319413],
[121.629439, 31.319416],
[121.629463, 31.319412],
[121.629485, 31.319399],
[121.630153, 31.318585],
[121.630164, 31.318562],
[121.630164, 31.31854],
[121.630159, 31.318526],
[121.63015, 31.318509],
[121.628975, 31.317805],
[121.628953, 31.317777],
[121.628948, 31.317759],
[121.628949, 31.317737],
[121.628958, 31.317719],
[121.629622, 31.316946],
[121.62963, 31.316925],
[121.62963, 31.3169],
[121.629624, 31.316882],
[121.629606, 31.316864],
[121.628206, 31.315997]
]
}, { }, {
name: '新高苑一期', name: '新高苑一期',
address: '高宝路229弄', address: '高宝路229弄',
...@@ -484,22 +445,6 @@ export default { ...@@ -484,22 +445,6 @@ export default {
[121.628566, 31.3155], [121.628566, 31.3155],
[121.628523, 31.315487] [121.628523, 31.315487]
] ]
}, {
'name': '杨园新苑',
'address': '园一路41弄1-12号',
'level': 2,
'location': [121.6291, 31.316177],
'path': [
[121.628523, 31.315487],
[121.628477, 31.315492],
[121.628161, 31.315964],
[121.62966, 31.316889],
[121.630012, 31.31643],
[121.630027, 31.31639],
[121.630009, 31.316354],
[121.628566, 31.3155],
[121.628523, 31.315487]
]
}, { }, {
'name': '杨园一村', 'name': '杨园一村',
'address': '新园路32弄1-7号', 'address': '新园路32弄1-7号',
......
...@@ -2,6 +2,7 @@ import caolu from './caolu' ...@@ -2,6 +2,7 @@ import caolu from './caolu'
import caoluBuilding from './caolu-building' import caoluBuilding from './caolu-building'
import dongming from './dongming' import dongming from './dongming'
import gaodong from './gaodong' import gaodong from './gaodong'
import gaodongBuilding from './gaodong-building'
import gaoxing from './gaoxing' import gaoxing from './gaoxing'
import gaoxingBuilding from './gaoxing-building' import gaoxingBuilding from './gaoxing-building'
import hangtou from './hangtou' import hangtou from './hangtou'
...@@ -133,4 +134,5 @@ export const mockBuilding = { ...@@ -133,4 +134,5 @@ export const mockBuilding = {
lujiazuiBuilding, lujiazuiBuilding,
hangtouBuilding, hangtouBuilding,
gaoxingBuilding, gaoxingBuilding,
gaodongBuilding,
} }
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