Skip to content

v4.0

Compare
Choose a tag to compare
@westnordost westnordost released this 20 Apr 16:37
· 40 commits to master since this release

Major breaking update

  • Use date-time API from Java 8 (Instant etc.) instead of the old date-time API (Date, GregorianCalendar, etc.).
    Amongst other things, this improves performance of (map data) parsing by up to 50%.
  • rename the classes to access the API from *Dao to *Api
  • Fix: time on GPS trackpoints is now mandatory
  • OsmElement add setter for isNew