Releases: Runalyze/static-maps
Releases · Runalyze/static-maps
StaticMaps v1.0.0
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
update version 0.4.2
StaticMaps v0.4.1
Updating flysytem dependencies
StaticMaps v0.4.0
- Support for PHP 8.0
StaticMaps v0.3.3
Fixes:
- Fixes issue with cut segments in route feature [#3]
StaticMaps v0.3.2
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
Fixes:
- Minor bug for extending bounding boxes (percentages were not calculated correctly)
StaticMaps v0.3.0
Minor improvements
- Route: allow different paddings for each side
- CopyrightNotice: make background color and positioning configurable
StaticMaps v0.2.0
Highly improved antialiasing for polylines.
Changes:
- Antialiasing for route feature is not optional anymore.
StaticMaps v0.1.1
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.