Releases: georust/kml
Releases · georust/kml
v0.6.0
What's Changed
- Ignored deprecated code warnings for
geo_types::Coordinate
since we're supporting multiple versions ofgeo-types
(#40) - Fixed attributes not being written for
kml:Scale
,kml:Orientation
,kml:Point
,kml:Location
,kml:LineString
,kml:LinearRing
, andkml:Placemark
(#38) - Made license field SPDX compliant (#36)
- Added
kml:SchemaData
,kml:SimpleData
, andkml:SimpleArrayData
(#35) from @k-mack - Fix clippy warnings from stable Rust 1.63.0 (#31) from @k-mack
- Added
kml:Alias
andkml:ResourceMap
(#29) from @k-mack
Full Changelog: v0.5.0...v0.6.0
v0.5.0
v0.4.3
What's Changed
- Fixes serialization order of some geometry elements to match the sequence in the specification (#25) from @blipmusic
New Contributors
- @blipmusic made their first contribution in #25
Full Changelog: v0.4.2...v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Clippy cleanup (#3)
- Add support for
kml:Location
(#7) from @Nadhum - Add support for
kml:Scale
(#8) from @Nadhum - Add support for
kml:Orientation
(#8) from @Nadhum - Require clippy and rustfmt in CI (#14)
- Add support for
hotSpot
element withinkml:IconStyle
, including a newUnits
enum andVec2
struct (#13) from @ardouglas