dariowouters/ts-map

Tiles aliased or lower quality than before

Closed this issue · 2 comments

Generating tiles using the develop branch, tiles look aliased or generated with a lower quality than before.

Before:
image

Now:
image

Not sure is a bug but now looks different and not really good looking.

None of the changes should have caused a difference in quality. I know you were using 512 as a tile size before, is the new one still 512 or 256? Because that could explain the quality difference.

For me with 512 tile size:
image

The tiles (where the map didn't change) are identical between master and develop for me.

As usually, you are totally right.
Was using the 256 hardcoded settings, had a bug in the merge for using my SettingsManager.
Thanks for that!