mapbox / csv2geojson

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

Should `csv2geojson.csv2geojson` accept an `id` field to identify the feature with? #35

Closed mcwhittemore closed 8 years ago

mcwhittemore commented 8 years ago

If a feature has a commonly used identifier, that identifier should be included as a member of the feature object with the name "id"

tmcw commented 8 years ago

No, that's out of scope. csv2geojson converts each column to a property, and it would be the task of a post-processor to promote a property to id.