Skip to content

Optional altitude should be supported #60

@SDeans0

Description

@SDeans0

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions