nihilistzsche / LtnManager

A GUI for managing your Logistic Train Network. A mod for Factorio.
https://mods.factorio.com/mod/LtnManager
MIT License
49 stars 13 forks source link

fix: zoom in to scale 1 on shift+click on station #225

Closed maritz closed 1 year ago

maritz commented 1 year ago

fixes #224

During the attempt of implementing SE surface switching the scale parameter for the zoom_to_world call was accidentally left to something unrelated.

This PR reverts that to scale 1 as it was before.

Unrelated question: Does the follow parameter (station_data.entity) really do anything here, since stations are stationary (hehe) and thus I would expect follow to do nothing. (I have no idea what follow actually is supposed to do though)