mapbox / csv2geojson

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

fixing typo #38

Closed MuellerMatthew closed 8 years ago

MuellerMatthew commented 8 years ago

The if statement was checking if parsed[i][lonfield] = undefined twice. I fixed it so that it only check for undefined once, and the second check is for an empty string.

tmcw commented 8 years ago

Fixed in e63e693a9d502162e9124035c8a1901963d26c56