Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Border tiles get stretched out if they are not the same resolution as the rest #10

Closed
SaphireLattice opened this issue Oct 6, 2024 · 1 comment

Comments

@SaphireLattice
Copy link
Contributor

That's about it

The annoying bug that's been plaguing the map viewer for a while is "just" a result of uh... the provided tiles being of different size. And the renderer expects uniform size, I guess. So they end up getting rendered stretched.

Not sure how much control we have over either the tile source nor the ol renderer...

Looking into it, ol probably won't let us have tiles of different size. So, time to poke at the source of them, the map renderer or something?

@SaphireLattice
Copy link
Contributor Author

Fixed by space-wizards/SS14.MapServer#24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant