Move `properties.coordTimes` to `properties.coordinateProperties.times`
See original GitHub issueHi Tom:
I have just started to really explore the GPX format, so forgive any ignorance on my part.
In doing some research about GeoJSON ↔️ GPX conversion and parsers, it seems like there’s not a standardized extension for trackpoint metadata, so you invented the [feature].properties.coordTimes
array when you originally wrote this lib for Mapbox. (If any of that’s not right, please correct me.)
It looks like there has been discussion about using [feature].properties.coordinateProperties
to namespace data associated to coordinates, and that coordTimes
maps to coordinateProperties.times
.
Most of the discussion I found seems to never converge on consensus. The namespacing makes sense to me. Will you share your current perspective on this, and maybe point me to more information if I missed something official?
Issue Analytics
- State:
- Created 3 years ago
- Comments:13
Yep, whoops - should’ve caught that. Let’s change it.
oh, not sure how I came up with
heartRates
tbh 🙈 I’ll change it toheart
if Tom agrees 😃