Multiple UTM map overlays for Trainz

General TransDEM topics, not covered by other forums
Post Reply
Message
Author
klioli
Posts: 4
Joined: 10 Mar 2024 16:10

Multiple UTM map overlays for Trainz

#1 Post by klioli »

For some aspects of route building I prefer Google Earth pictures as a map overlay, but sometimes the additional information provided in a proper map would be helpful. Also, sometimes the Google Earth photos are lacking in detail, especially when there are long shadows. So would it be possible to create two sets of UTM tiles for the same route and place them in different layers so they can be toggled? If so, would that require creating two separate base routes that need to be merged?
geophil
Posts: 1504
Joined: 05 Jan 2011 16:45
Contact:

Re: Multiple UTM map overlays for Trainz

#2 Post by geophil »

When implementing the UTM tile feature back then, I thought about allowing more than one layer. But that turned out to be rather difficult, as the UTM tile locations are managed at more than one place in the code and the code environment was not aware of layers, being written for earlier versions of Trainz. So gave up on this.
mapsgame1
Posts: 2
Joined: 05 Apr 2024 18:20

Re: Multiple UTM map overlays for Trainz

#3 Post by mapsgame1 »

geophil wrote:When implementing the UTM tile feature back then, I thought about allowing more than one layer. But that turned out to be rather difficult, as the UTM tile locations are managed at more than one place in the code and the code environment was not aware of layers, being written for earlier versions of Trainz. So gave up on this.
I have inherited an old route that has a Route Layer and two dated UTM layers. However when I try to hide the UTM layers in Trainz nothing disappears so I believe they were combined/merged into the Route Layer. Assuming this is true, if I delete the two old UTM layers can I then import newer data UTMs into the route? I have a list of the coordinates of the older UTM tiles to use as a reference, e.g., <kuid2:334896:90125:1> UTM-11S-477-3766
geophil
Posts: 1504
Joined: 05 Jan 2011 16:45
Contact:

Re: Multiple UTM map overlays for Trainz

#4 Post by geophil »

mapsgame1 wrote:...can I then import newer data UTMs into the route?
Only manually, I'm afraid. Automatic placement required TransDEM to read and manipulate the .obs file. However, due to the significant format changes that started with T:ANE SP2, TransDEM can no longer read the Trainz route files.
Post Reply