Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@joto joto released this 05 Sep 07:37
· 159 commits to master since this release

Added

  • Add spatialite scripts for creating grids for splitting.
  • CMake config adds clang-tidy target.

Changed

  • Use OGC_FID instead of ID as id column in SQL scripts, that's how OGR expects it.
  • Update to newer Protozero and Libosmium.
  • Various small code-cleanup changes.
  • Output extended version information on --verbose and --version.
  • Derive exception used from std::runtime_error.
  • Update to newest gdalcpp.

Fixed

  • Initialize stats with 0.
  • osmcoastline_ways: Delete the copy and move constructor/assignment because we have a special destructor.
  • Add -pthread compiler and linker options.
  • Fix undefined behavior that resulted in more or less coastlines reported as "questionable".
  • Lower right corner of Antarctica was being cut off in EPSG:3857.
  • Very narrow water polygons were output near the anti-meridian in Antarctica.