makinacorpus / Leaflet.FileLayer

Loads files locally (GeoJSON, KML, GPX) as layers using HTML5 File API
http://makinacorpus.github.io/Leaflet.FileLayer/
MIT License
271 stars 91 forks source link

add XLSX #94

Open jackchenzlp opened 1 year ago

jackchenzlp commented 1 year ago
  1. New support for excel xlsx is added. The first column of xlsx format is serial number, the second column is latitude data, and the third column is longitude data

  2. Added Flight mode