mspielberg / dv-remote-dispatch

Derail Valley mod for presenting an interactive web map of the world.
MIT License
19 stars 16 forks source link

Update the Rails while dragging/zooming #25

Open SatyPardus opened 1 month ago

SatyPardus commented 1 month ago

This little patch makes it a lot smoother the pull around the map. Updating it while moving, to keep the rails from disappearing. Zooming still acts a bit weird, only updating after completion of a zoom.

mspielberg commented 1 month ago

Maybe try the zoom event instead of the zoomanim event?

SatyPardus commented 1 month ago

Maybe try the zoom event instead of the zoomanim event?

I tried, same result. Even tried hooking into the zoom to update it by hand. Seems like there is something going on with polylines and the zoom that I don't quite understand. The other change works great tho.