TL;DR
I would like to be able to have a mod open the map view that follows an entity (like the train overview GUI can).What ?
Currently we can only open the map view at a specified position (+ optional zoom level) by using player.open_map(position, zoom)My sugggestion is to extend this to also allow for passing a LuaEntity to follow in the map view identical to how trains can be followed.
Why ?
I am making a GUI for Constructron-Continued which should/will behave very similar to the train overview GUI.At the moment it is not really possible to implement the same behaviour when clicking the minimap of each entity like in the train GUI.