leaflet-map-csv icon indicating copy to clipboard operation
leaflet-map-csv copied to clipboard

Add input file csv into leaflet (selected file by user)

Open CliveGIS opened this issue 3 years ago • 0 comments

i want to know how to add option input file (selected files by user) csv into leaflet.

// Read markers data from data.csv
$.get('./data.csv', function(csvString) {...});

i want to change path '.data.csv' to a path selected by user. Thank you so much.

CliveGIS avatar Apr 19 '22 16:04 CliveGIS