placemark / togeojson

convert KML, TCX, and GPX to GeoJSON, without the fuss
https://placemark.github.io/togeojson/
BSD 2-Clause "Simplified" License
409 stars 67 forks source link

feat: Support LinearRing as direct descendent of a Placemark element #105

Closed tmcw closed 1 year ago

tmcw commented 1 year ago

This adds support for a LinearRing that directly descends from a Placemark element. It translates those rings into LineString geometries.