rob42 / freeboard-installer

Installer to aid in freeboard setup tasks.It loads the arduinos, calibrates the IMU, and converts charts.
GNU General Public License v3.0
1 stars 3 forks source link

map process fail with OpenSeaMap #8

Open manuprendlair opened 7 years ago

manuprendlair commented 7 years ago

Hello,

I try the map process with map from OpenSeaMap (ftp://ftp5.gwdg.de/pub/misc/openstreetmap/openseamap/chartbundles/kap/OSM-OpenCPN-KAP2-MediWest-20170118-0958.7z) and the process fail with:

InstalManager INFO run Processing F:\shared_linux\OSM-OpenCPN-KAP2-MediWest-20170118-0958\L10-368-520-8-24_1.kap ProcessingPanel INFO process Processing F:\shared_linux\OSM-OpenCPN-KAP2-MediWest-20170118-0958\L10-368-520-8-24_1.kap ChartProcessor INFO processKapChart Chart dir:F:\shared_linux\OSM-OpenCPN-KAP2-MediWest-20170118-0958\L10-368-520-8-24_1 InstalManager INFO run Elapsed time 0.011

For input string: "488281.25" For input string: "488281.25" For input string: "488281.25" java.lang.NumberFormatException: For input string: "488281.25"java.lang.NumberFormatException: For input string: "488281.25"java.lang.NumberFormatException: For input string: "488281.25" ...

But it work with another .kap file.

Regards

Emmanuel

manuprendlair commented 7 years ago

When I edit the .kap file, I saw header file are different one who work is VER/2.0, the one who fail if tag as VER/3

Hope this could help