forked from huiyan-fe/mapv
-
Notifications
You must be signed in to change notification settings - Fork 23
数据规范
Mofei Zhu edited this page Sep 17, 2015
·
5 revisions
[
{
lng: 116.46507, // 经度
lat: 39.929101, // 纬度
count: 1 // 当前点的权重值
},
//....
]
或
[
{
x: 4361421, // 墨卡托坐标x
y: 3111414, // 墨卡托坐标y
count: 1 // 当前点的权重值
},
//....
]
[
{
geo: [
[116.39507, 39.879101],
[116.49507, 39.889101],
[116.46507, 39.929101],
[116.43507, 39.909101]
],
count: 10 // 当前点的权重值
}
]
[
{
geo: [
[116.39507, 39.879101],
[116.49507, 39.889101],
[116.46507, 39.929101],
[116.43507, 39.909101]
],
count: 10
}
]