Tom MacWright
                                            Tom MacWright
                                        
                                    Options: - Look for the `kml` tag, if it is not found, return an error.
toGeoJSON should produce a notes array that allows you to see if invalid features have been filtered out. This is a follow-up task to https://github.com/placemark/togeojson/pull/80
There should be a mode that works on JSON.parse-generated objects without the AST overhead.
There should be a mode where, if you have a FeatureCollection with 999 good features and 1 bad feature, it's able to give you the 999 and report the 1.
It would be preferable for this to run with a streaming JSON parser, though this would be quite a lot more difficult, especially because actual streaming JSON parsers are very...
Got sort of a mishmosh of utility functions. Rethink them and unify around a clearer set of fundamentals.