Closed acorncom closed 6 years ago
Thanks for this. I'm a little slammed right now but I am going to be working on some other issues with this library next week and will look at this then. If you don't hear from me, please ping me to remind me. Thanks!
@Yermo I was supposed to ping you to remind you to check this ... 😉
Thanks again for this.
When converting from a KML file to a GeoJSON file, the coordinates array for points ended up looking like this:
Feeding those results to Google Maps lead to errors. Per the GeoJSON spec, values can't be null. With this patch, coordinates come out as:
and then work properly. I'm not seeing any other tests failing, but it's possible this will cause problems for other conversions if some other formats expect a NULL value ...