Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@nyurik nyurik released this 07 Apr 03:18
· 23 commits to main since this release
3bfc831

Major Changes

  • We added support for style serving, allowing Martin to host MapLibre style files in #1711.
    This unblocks style serving #978 and style dependent optimisations #1757
    See our docs for usage details

Minor changes

  • Postgis<3.5 does in some cases drop features. Added a warning to alert users of this in #1681
    For further details on this see
  • We continued to work towards re-enabling the auto-updating tiles/catalog/.. feature by migrate the catalog to DashMap (a concurrent hashmap) in #1585

Bugfixes

  • fix tilejson scheme incorrectly inverting y axis if the generated scheme does have scheme: tms by @mr-sven in #1717
  • make docker-HEALTHCHECK only query ipv4 by default by @CommanderStorm in #1686
  • debian 12 libc compatibility by @mr-sven in #1710

Documentation

Maintenance

New Contributors

Full Changelog: v0.15.0...v0.16.0