-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
The RFC specifies that there must be an optional altitude value - currently this implementation does not support that.
See Section 4
An OPTIONAL third-position element SHALL be the height in meters above or below the WGS 84 reference ellipsoid
This is fairly easy to fix, but may be a breaking change if any applications are relying on tuple unpacking for the coordinates as they require an extra parameter.
The RFC doesn't make any mention of whether you should allow mixtures of 2d and 3d points in collections. It seems that it would be common sense that you shouldn't, but since that's not specified in the RFC, it probably shouldn't be enforced by the library.
Metadata
Metadata
Assignees
Labels
No labels