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
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 [ "." 1digit]
The text in the chapter is correct.