Skip to content

Version 2.3.1

Compare
Choose a tag to compare
@joto joto released this 02 Sep 12:22
· 63 commits to master since this release

Added

  • GPKG output support

Changed

  • More tests, specifically for EPSG:3857.
  • More error checks.
  • Some shell script cleanups.

Fixed

  • Fix axis order problem with GDAL 3: In GDAL 3 the axis order for WGS84 changed from (lon, lat) to (lat, lon)! So we need to use the magic "CRS84" instead which does the same thing in GDAL 2 and GDAL 3. This is an important fix, without it osmcoastline doesn't work with GDAL 3 when using any output SRS other than WGS84.