Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification/gedcom-2-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ Minutes and seconds are not used and should be converted to fractional degrees p
The number of degrees is limited by definition to be between 0 (the prime meridian) and 180 (the 180th meridian).

```abnf
Longitude = ("N" / "S") upto180 [ "." 1*digit]
Longitude = ("E" / "W") upto180 [ "." 1*digit]
upto180 = "180" / "1" upto7 digit / [["0"] digit] digit
upto7 = "0" / "1" / "2" / "3" / "4" / "5" / "6" / "7"
```
Expand Down