rg2 icon indicating copy to clipboard operation
rg2 copied to clipboard

Courses using 8-figure grid references do not import.

Open michael-77 opened this issue 2 years ago • 1 comments
trafficstars

Condes files which export courses using an 8-figure OSGB grid reference as the coordinate system do not import cleanly into RG2.

To import into RG2 the xml file from condes had to be manually adjusted so that the 8 figure coordinate of, say, 28860852 became 288608.52 before import into RG using a regular expression search and replace: (\d{6})(\d{2}) > \1.\2

michael-77 avatar Sep 03 '23 07:09 michael-77

For reference this is using a IOF v2 export IOF v3 failed completely.

michael-77 avatar Sep 03 '23 07:09 michael-77