Giter Site home page Giter Site logo

master-markers's People

Contributors

giscafer avatar

Watchers

 avatar  avatar

Forkers

tinyxiaoxiao8

master-markers's Issues

数据格式说明

数据格式

其中比不可缺的字段是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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.