mapbox / csv2geojson

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

Aggregate properties in toLine and toPolygon #29

Closed TheMarex closed 9 years ago

TheMarex commented 9 years ago

This PR changes the behavior of toLine and toPolygone to not disregard the entries of the other rows.

No problem if that change is undesired because it breaks code somewhere. I just thought it might be nice to have this upstream instead of my code.

tmcw commented 9 years ago

:+1: yep, makes sense.