placemark / togeojson

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

feat: Handle HTML in description tags #90

Closed tmcw closed 2 years ago

tmcw commented 2 years ago

This adds logic to handle descriptive HTML in Placemarks.

This uses the convention in which HTML properties are like:

{
   "description": {
    "@type": "html",
    "value": "<b>This is html</b>"
  }
}