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

skipEmpty option for KML #115

Closed tmcw closed 11 months ago

tmcw commented 11 months ago

This module currently produces features with geometry: null if Placemarks don't have geometry. This could be an option, because downstream tools often don't support this variation of GeoJSON.

tmcw commented 11 months ago

The upside:

The downside: