fix decode
fix csv
readme
Leafpad is a simple way of viewing csv files that contain geojson columns.
data
directory (demo.csv is there by default)But wait, there's more!
Clone this repo
git clone https://git.sr.ht/~bduggan/leafpad
Install a recent Perl and cpanminus (cpanm
)
See https://perlbrew.pl/ or use a package manager for your distribution.
Install Mojolicious and Text::CSV_XS:
cpanm Mojolicious
cpanm Text::CSV_XS
Start the web server
./leafpad daemon
Open a browser at http://localhost:3000 and click on "demo" to go to http://localhost:3000/show/csv/demo
Enjoy!