leaflet-map-csv
leaflet-map-csv copied to clipboard
Add input file csv into leaflet (selected file by user)
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.