FR625 - Import Route
A Custom format ini file can now be defined to read in an ASCII Route data file. The following Field Names MUST be Used to read the positional data:
• | Easting |
• | Northing |
If required as part of the Route Import, the following field names MUST be used:
• | Kp |
• | Description |
The Custom Route ini file can only be used to Import Routes consisting of straight segments. An example ini file to Import route data is shown below. The Route ini file MUST be located within a sub-folder named Route underneath the AutoChart Formats support folder (the default Installation location for this folder is C:\AutoChart\Formats)
#AutoChartName,ColumnPosition
#Valid AutoChartName values are Easting, Northing, Kp, Description. Easting and Northing must be present.
#To use tab delimiter you can use a tab character or for the avoidance of doubt when perusing this file "\t"
#Delimeter,"\t"
Kp,5
Easting,6
Northing,7
Description,1