LtnManager
LtnManager copied to clipboard
Request for when opening station on map to support surface.

Currently when you open station on map it will try to locate on the current surface only. The request is to update the feature to support multi surface.
An example exist for the Factory Search mod. https://github.com/tburrows13/FactorySearch/blob/master/scripts/open_location.lua
Unfortunately, this is non-trivial. There is no built-in support to display the map of another surface, so I'd basically have to re-implement the Space Exploration satellite view.
What I can do, though, is add an integration with SE to open the view in the satellite view instead of the map.
+1