mapbox / csv2geojson

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

optional altitude field #63

Open andrewharvey opened 6 years ago

andrewharvey commented 6 years ago

The GeoJSON spec says "Altitude or elevation MAY be included as an optional third element.". We should provide an option to specify an altitude field for use as the third element in the position.

This was alluded to in #60.