KMLCSV Converter Changelog

What's new in KMLCSV Converter 2.2.1

Jan 29, 2014
  • (BUG) NullPointerException when executing FileServiceImpl.getChildElement(…). This happens when user saves a placemark entered as an address instead of a specific coordinate.
  • (BUG) Map does not refresh when user selects a different file.

New in KMLCSV Converter 2.0 (Jul 28, 2007)

  • Renamed application from "Google Earth KML/CSV Converter" to "KMLCSV Converter".
  • Kept each placemark information truly at one line in the CSV file. If the comment has line breaks, they are replaced with tag.
  • Double quote are escaped with another double quote to ensure they are balanced and prevents parsing error in CSV file.
  • The version check at tool startup occasionally freezes the application especially for those who has slow internet connection. Now, this version check is handled in the separate thread and this allows the application to be used in parallel with this version check.
  • Fixed: Application throws exception when "Create" button is clicked without CSV input file.
  • Alphabetically sort the loaded table content by name.
  • Increased application window from 640x480 to 800x600.
  • Increased table column sizes.
  • Added console viewer.
  • Moved instruction above table content.
  • Always clear the console messages when "Browse" and "Created" buttons are clicked.
  • Instead of displaying message on pop up dialog, it is now written in the console viewer.
  • Added splash screen.
  • Replaced application icon.