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

Ability to upload zipped shapefile #96

Closed melanievt closed 2 months ago

melanievt commented 2 months ago

Hi, Thank you very much for sharing such a great tool🙏🏽 I'm wondering if it is possible to revise it so that it accepts zipped shapefiles as inputs in addition to GeoJSON, JSON, GPX and KML. Thanks in advance, Mel

camillemonchicourt commented 2 months ago

If we should add the support for GIS files, I would rather choose an opensource and stronger format such as Geopackage (.gpkg). But we initially choose to focus on format easy to manage server side, and thought it was easy to convert a shapefile or Geopackage file into Geojson with softwares such as QGIS.

camillemonchicourt commented 2 months ago

Duplicate https://github.com/makinacorpus/Leaflet.FileLayer/issues/7

melanievt commented 2 months ago

Thank you very much for the information @camillemonchicourt🙏🏽I had a look at the existing issues before opening mine, yet I missed the second page. Apologise for the duplication.