Changes of all RouteConverter versions
Release 2.26 from 20. May '19
- adds Brazilian and Catalan localization
- shows short distances in meter or feet instead of kilometers or miles
- uses feet for elevation display in nautic unit system
- writes heading, pressure and temperature in CSV and Excel files
- shows notification popups during processing of GraphHopper .pbf files and during routing of long BRouter routes
- supports WAD scripts for proxies
- avoids the initialization of the remote tree if the local tree is the preference to speed up the browse panel
- disables printing the Mapsforge based map
- optimizes reading of Nominatim geocoding results
- fixes red routing lines by loading segment files around the position the same way BRouter does it
- fixes distance is displayed in elevation units when the distance is less than 10km
- fixes distance is displayed in meters for nautic and statute units when the distance is less than 10km
- fixes a NullPointerException in the Web Page (*.html) format since there is no default API Key anymore
- fixes a bug in the overlay initialization
Release 2.25 from 12. December '18
- renames the Offline Edition to OpenSource Edition and the Online Edition to Google Edition
- supports map overlays for the OpenSource Edition
- supports HTTPS for map and overlay server, which allows to support OpenTopoMap and OpenFlightMap again
- requires at least Java 8
- is now to at least 1 GByte RAM in every variant
- uses a more beautiful marker on the map of the OpenSource Edition
- reads dates in ISO 8601 format in CSV (.csv) files
- removes the button for the full screen mode of the Google Edition
- counts denied requests to the Google APIs and shows errors
- scales the map for Retina and HiDPI screens
- supports only Google services for the Google Edition
- fixes a bunch of bugs when redrawing route, track, waypoints and markers
- fixes a bug when sorting and filtering the position list
- fixes a bug when exiting which blocked the OpenSource Edition for a long time and puts off the program exit
- fixes a NullPointerException when meta data could not be downloaded
- fixes a ClassCastException when appending files in a different format
- fixes a bug while sorting the downloads by date
- preservers the names of position lists in Google 5 (*.kml) files
- fixes a NullPointerException deep in Swings BasicListUI under Mac OS X
- fixes a bug which fails to write direction, speed and temperature when converting to GPX 1.1 (.gpx)
- fixes a bug which made Beeline and not BRouter the default for routing in the OpenSource Edition
- fixes a bug in the BRouter support by which routing data was not retrieved correctly
- fixes a bug in the configuration of themes
- fixes a bunch of bugs in the management of routing data for GraphHopper
- fixes a bug in the ShapingPoint Extensions of GPX 1.1 (.gpx) files
- fixes a bug where the "generated-by" text showed up in the description
- ignores the saved window size, if width and height are too small to make the window visible
Release 2.24 from 22. July '18
- reads and writes Garmin Fit 2.0 (.fit) files
- extends the Offline Edition to use online maps
- extends the Offline Edition by the display of hill shading
- adds a zoom combobox to the Offline Edition
- allows to open files via double click on Mac OS X
- refuses to start with Java 8 Update 161 to 172 on Windows due to a JavaFX bug in Oracle's Java VM
- uses anti-aliasing on Linux
- limits zooming in the Offline Edition to a reasonable range
- adds columns to Microsoft Excel 97-2008 (.xls) and Microsoft Excel 2008 (.xlsx) files if they don't exist but are needed to store data
- fixes profile and map panel initialization problems on fast computers which didn't show the map on startup
- fixes bug when inserting intermediate positions in the Offline Edition: have to wait for adding to positions model to be completed before inserting the next positions
- fixes a bug where loading tile server list on Java 9+ failed since the Esri copyright was missing in the XML Schema
- fixes a bug where markers, tracks and waypoints where not removed from the map due to remove/add reordering issues
- fixes a bug where the deleted route was not correctly removed due to indexOf() broken due to equals() broken
- fixes a bug if the first position has no coordinates
- fixes a bug when completing time which enables the select all scenario again since it was gone after release 2.20
- fixes a bug reading Photo (.jpg) files with more than 64 KByte metadata
- fixes a bug writing Photo (.jpg) files which were overwritten with zeros
- adds a workaround to read Photo (.jpg) files with broken user comments
- adds a workaround to read NMEA 0183 Sentences (*.nmea) files with GGA sentences that are one comma shorter
- fixes a bug when reading some Navigon Mobile Navigator (*.route) files
- fixes a bug that stopped rendering of the Mapsforge map in the Offline Edition