Skip to content

Releases: Runalyze/static-maps

StaticMaps v1.0.0

16 Nov 08:00

Choose a tag to compare

Full Changelog: v0.4.2...v1.0.0

This includes some backward incompatible changes, see changes in example files. TileProvider does now require a ClientInterface parameter to fetch tiles and font callbacks require a new typehint for FontFactory.

StaticMaps v0.4.2

05 May 19:56

Choose a tag to compare

update version 0.4.2

StaticMaps v0.4.1

31 Jan 15:29

Choose a tag to compare

Updating flysytem dependencies

StaticMaps v0.4.0

18 Oct 13:51

Choose a tag to compare

  • Support for PHP 8.0

StaticMaps v0.3.3

14 Jan 15:18

Choose a tag to compare

Fixes:

  • Fixes issue with cut segments in route feature [#3]

StaticMaps v0.3.2

16 Oct 10:32

Choose a tag to compare

Fixes:

  • Fixes a potential memory issue.

Changes:

  • Corners of polylines are now connected by a circle instead of continueing both segments until they meet.

StaticMaps v0.3.1

12 Oct 14:36

Choose a tag to compare

Fixes:

  • Minor bug for extending bounding boxes (percentages were not calculated correctly)

StaticMaps v0.3.0

10 Oct 14:39

Choose a tag to compare

Minor improvements

  • Route: allow different paddings for each side
  • CopyrightNotice: make background color and positioning configurable

StaticMaps v0.2.0

10 Oct 09:50

Choose a tag to compare

Highly improved antialiasing for polylines.

Changes:

  • Antialiasing for route feature is not optional anymore.

StaticMaps v0.1.1

09 Oct 09:43

Choose a tag to compare

Fix for PHP 7.2: Native antialiasing was not used if available. This is now fixed and made optional as native antialiasing does only support integer values for x/y coordinates of a line.