mapbox / csv2geojson

magically convert csv files to geojson files
http://mapbox.github.io/csv2geojson/
MIT License
362 stars 82 forks source link

Allow geometry to be null as by spec #43

Closed stefanw closed 8 years ago

stefanw commented 8 years ago

If no lat/lng are detected output null for the geometry. As you may know this is valid by the spec. This was useful to me, so it may also be for others.

tmcw commented 8 years ago

👍 Thanks!