Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

数据格式说明 #1

Description

@giscafer

数据格式

其中比不可缺的字段是lnglat masterName waybillId

如果是Excel格式的原始数据,可以用 Excel转json 的方式转换再复制结果即可。

// 注意坐标格式默认是:[纬度,经度],[31.342775, 121.353618]
[
  {
    address: '宝山区顾村镇菊联路262弄68号',
    lnglat: [31.342775, 121.353618],
    masterName: 'BH6宝山',
    waybillId: '1zts19061301912'
  },
  {
    address: '静安区曹家渡街道安远路705号302室',
    lnglat: [31.23536, 121.435861],
    masterName: 'BH3市区',
    waybillId: '1zts19053000899'
  }]

经纬度位置调换

如果经度在前,纬度在后(坐标格式:[经度,纬度]),可以勾选☑️这里就可以自动转换。

image

Screenshot

image

测试数据

下边是一个测试数据文件

20190622.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions