Name | Modified | Size | Downloads / Week |
---|---|---|---|
csvkml-2.1.zip | 2018-01-24 | 7.2 MB | |
README.txt | 2018-01-19 | 1.2 kB | |
csvkml-2.0.zip | 2017-11-16 | 4.0 MB | |
csvkml-1.0.zip | 2017-11-16 | 58.6 kB | |
Totals: 4 Items | 11.3 MB | 4 |
CSVKML ====== Copyright (c) 2015-2018 Carlo Tegano <carlotorresce@gmail.com> - <http://csvkml.sourceforge.net/> CSVKML is an utility to convert poi (points of interest) data in CSV format to KML and KMZ format, suitable for import to Google Maps. CSVKML is free software, you can redistribute it and/or modify it under the terms of the GNU General Public License. This software is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Usage ===== On any platform program can be launched with the command: user@localhost:~$ java -jar csvkml.jar Double clicking on csvkml.jar may also work on several platforms. The program can be used also in non interactive mode from the terminal. In this case the option --no-gui shall be provided on the command line. Refer to help.html for detailed information. Release notes ============= Current release: 2.1 2.1 - 2018/01/19 ^^^^^^^^^^^^^^^^ Bug fix 2.0 - 2017/12/01 ^^^^^^^^^^^^^^^^ New GUI written using JavaFX. Engine and GUI bundled in the same jar file. Requirements: jre >= 1.8 1.0 - 2015/04/20 ^^^^^^^^^^^^^^^^ First release. Requirements: jre >= 1.7; GUI: Python 3