Trying to load 'raw' GED into RM 7.5.4.0, the following apparently valid GED:
2 PLAC Slaithwaite, Kirklees, Yorkshire WR, United Kingdom
3 MAP
4 LATI 53.6246
4 LONG -1.87790287
gives the error
Unknown info (line 1144)
3 MAP
4 LATI 53.6246
4 LONG -1.87790287
even though the GED grammar says
PLACE_STRUCTURE:=
n PLAC <PLACE_VALUE> {1:1}
+1 FORM <PLACE_HIERARCHY> {0:1}
+1 FONE <PLACE_PHONETIC_VARIATION> {0:M}
+2 TYPE <PHONETIC_TYPE> {1:1}
+1 ROMN <PLACE_ROMANIZED_VARIATION> {0:M}
+2 TYPE <ROMANIZED_TYPE> {1:1}
+1 MAP {0:1}
+2 LATI <PLACE_LATITUDE> {1:1}
+2 LONG <PLACE_LONGITUDE> {1:1}
The GED is generated by my own code based on data held in a spreadsheet, and the header specifies GEDC/VERS 5.5.1 so I don't see why it should be rejected. For background I am running RM in a Ubuntu system under Wine with no significant difficulty.
By the way, RM also rejects the tags IDNO and RIN, one of which I would like to use to audit back to my source data.