Skip to content

Releases: RCCoop/RCKML

Version 2.0.0

24 Dec 00:51

Choose a tag to compare

Major redesign of the entire library:

  • Root type is now KMLFile rather than KMLDocument.
  • Types that used to have properties of any KMLxxx now have type-erased wrapper types like AnyKMLPlacemark or AnyKMLGeometry.
  • Initializers have all been updated.
  • Random helper functions have been removed -- library now focuses just on initializing and reading KML data.
  • Added extensive unit testing.

No further plans for updates anytime soon, but I appreciate any PRs or suggestions. Enjoy!

Version 1.0.2

15 Feb 22:59

Choose a tag to compare

Fixed compression for KMZ files.

Version 1.0.1

09 Feb 16:31

Choose a tag to compare

Added UTType.kml and UTType.kmz

Version 1.0.0

08 Nov 19:51

Choose a tag to compare

Cleaned up for making public

0.1

09 Jul 16:05

Choose a tag to compare

0.1 Pre-release
Pre-release

First working release