29.10.2017, 03:17
You can read the X,Y coordinates/positions and create icons to these positions, but this would require you to have a map that is scaled. I think the linked map is scaled like 1:10, so you would require to divide the coordinates by 10. Center of the map is 0 X and 0 Y, somewhere in Blueberry. North is Y+, South is Y-, East is X+ and west is X-. Once you have it properly scaled you can start reading the data, and placing icons to the positions after dividing it to the scale of course.