placemark / togeojson

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

feat: Add LabelStyle support and complete IconStyle support for KML #30

Closed zarov closed 4 years ago

zarov commented 4 years ago

I added some missing style from KML:

I am not sure what property names need to be set, so I looked at the equivalent one in the Mapbox documentation, especially the symbol section. Please correct me if I'm wrong !

tmcw commented 4 years ago

Thanks! I tweaked this and merged it in #31, and released it as part of v4.1.0

zarov commented 4 years ago

Thanks a lot 🙏