Maprunner / rg2

Updated user interface for Routegadget
MIT License
36 stars 20 forks source link

Courses using 8-figure grid references do not import. #537

Open michael-77 opened 1 year ago

michael-77 commented 1 year ago

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 commented 1 year ago

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