Releases: Haelix-Code/ForeFlightKML
Releases · Haelix-Code/ForeFlightKML
Version 0.6.1
What's Changed
- Remove duplicate Building protocol definition by @danleedham in #17
Full Changelog: 0.6.0...0.6.1
Version 0.6.0
What's Changed
- Developer defines OutputFormat by @danleedham in #10
- Performance refactor by @danleedham in #12
Full Changelog: 0.5.0...0.6.0
Version 0.5.0
What's Changed
- Developer defines OutputFormat (#10) by @danleedham in #11
Full Changelog: 0.4.0...0.5.0
Version 0.4.0
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
What's Changed
- Add annular segments by @danleedham in #6
- Update example app to use remote dependency by @danleedham in #1
- Example and Doc update by @danleedham in #3
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
Initial public pre-release.
Full Changelog: https://github.com/Haelix-Code/ForeFlightKML/commits/0.2.1