Skip to content

Releases: Haelix-Code/ForeFlightKML

Version 0.6.1

16 Feb 17:18
28e0d91

Choose a tag to compare

Version 0.6.1 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.0...0.6.1

Version 0.6.0

08 Feb 16:38
e8c08e4

Choose a tag to compare

Version 0.6.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.5.0...0.6.0

Version 0.5.0

02 Jan 16:47
a4b2055

Choose a tag to compare

Version 0.5.0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.4.0...0.5.0

Version 0.4.0

18 Dec 07:20
8a8fb77

Choose a tag to compare

Version 0.4.0 Pre-release
Pre-release

Breaking change: build() now throws, to ensure if KMZ is required this is flagged.
Breaking change: addLineSector, addPolygonSector and addPolygonAnnularSector replace their incorrect Segment predecessors.

As pre-release, these breaking changes are annotated by the change in Minor version.

  • Adds support for KMZ generation
  • Requires KMZ if custom icon is used
  • Adds Label Only element which has no visible icon
  • Uses term Sector for "pizza slice" shaped regions, like a piece of pie, enclosed by two radii (lines from the center to the edge) and the arc

Full Changelog: 0.3.0...0.4.0

Version 0.3.0

17 Nov 06:30
25a2e22

Choose a tag to compare

Version 0.3.0 Pre-release
Pre-release

What's Changed

     Add a filled annular (ring) segment polygon.
     This creates a segment between two radii, excluding the inner circle area.
     - Parameters:
       - name: Display name in ForeFlight (optional)
       - center: Center point of the segment
       - innerRadius: Inner radius in meters (the "hole" size)
       - outerRadius: Outer radius in meters
       - startAngle: Starting angle in degrees (0° = North, clockwise)
       - endAngle: Ending angle in degrees (0° = North, clockwise)
       - numberOfPoints: Number of points for each arc (default: 64)
       - altitude: Altitude in meters (optional)
       - tessellate: Whether to follow ground contours (default: false)
       - style: Polygon style defining outline and optional fill (optional)
    

Full Changelog: 0.2.1...0.3.0

Version 0.2.1

16 Oct 11:09
573e102

Choose a tag to compare

Version 0.2.1 Pre-release
Pre-release

Initial public pre-release.

Full Changelog: https://github.com/Haelix-Code/ForeFlightKML/commits/0.2.1