You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the geojson spec, positions can include a 3rd number to represent elevation. It looks like turf does not support elevation in any way. It would be awesome if turf could (optionally) interpolate elevation in all computatations. Is this something other people are interested in? I'd be willing to add support assuming someone is willing to accept my pull requests 😃
The text was updated successfully, but these errors were encountered:
An OPTIONAL third
position element SHALL be the height in meters above or below the WGS
84 reference ellipsoid. In the absence of elevation values,
applications sensitive to height or depth SHOULD interpret positions
as being at local ground or sea level.
So that's cleared up. Happy to accept any PRs that interpolate/include elevation when it's present!
According to the geojson spec, positions can include a 3rd number to represent elevation. It looks like turf does not support elevation in any way. It would be awesome if turf could (optionally) interpolate elevation in all computatations. Is this something other people are interested in? I'd be willing to add support assuming someone is willing to accept my pull requests 😃
The text was updated successfully, but these errors were encountered: