optional altitude field
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 373
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
The [GeoJSON spec says](https://tools.ietf.org/html/rfc7946) "_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.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading issue #60 and the linked GeoJSON specification. Locate the converter's option interface and determine how an altitude field can be selected; the work is complete when that value appears as the third element of each applicable GeoJSON position.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100