rscarter wrote:Does anybody know how to convert tile coordinates to latitude and longitude.
For example, a siding is on tile -110 87 (in track tile -000100+000087)
On this tile, it occupies x and y coordinates 286.422 and 481.438
This data is from the tracks.bin file.
Thanks for any help.
Use the tile number, in this case it begins with a "-" indicating it's in the northern portion of the route, and the "+" for the second value means it's in the western section (100km and 87km). The second set of numbers you wrote (x, y) are in meters.
Open the RouteProperties.xml file for the route, and the lat/lon is given. Add the above tile numbers: 100km west, and 87km (you can add the other values as decimals) using the following calculator:
http://www.nhc.noaa.gov/gccalc.shtmlThere are plenty of other browser calculators on the 'net - Google is your friend.
