Skip to content

Fix bug in Longitude definition #733

@albertemmerich

Description

@albertemmerich

As found by @INOPIAE there is an bug in spec 7.0.17 chapter 2.16.
The definition of Longitude is
Longitude = ("N" / "S") upto180 [ "." 1digit]
but should be
Longitude = ("E" / "W") upto180 [ "." 1
digit]
The text in the chapter is correct.

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