提交 571f7bb6 编写于 作者: S sw_pc

LJWt

上级 2620b747
...@@ -76,4 +76,64 @@ export default { ...@@ -76,4 +76,64 @@ export default {
} }
] ]
}, },
geoHospitalSchool: {
type: 'FeatureCollection',
features: [
{
type: 'Feature',
properties: {
NAME: 'A医院',
TYPE: '医院'
},
geometry: {
type: 'Point',
coordinates: [116.22196197509766, 39.99527080014614]
}
},
{
type: 'Feature',
properties: {
NAME: 'B医院',
TYPE: '医院'
},
geometry: {
type: 'Point',
coordinates: [116.53816223144531, 39.9034155951341]
}
},
{
type: 'Feature',
properties: {
NAME: 'C学校',
TYPE: '学校'
},
geometry: {
type: 'Point',
coordinates: [116.40151977539062, 39.7631584037253]
}
},
{
type: 'Feature',
properties: {
NAME: 'D医院',
TYPE: '医院'
},
geometry: {
type: 'Point',
coordinates: [116.4276123046875, 39.969753220824714]
}
},
{
type: 'Feature',
properties: {
NAME: 'E学校',
TYPE: '学校'
},
geometry: {
type: 'Point',
coordinates: [116.28273010253905, 39.832795514765444]
}
}
]
}
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册