Anshul Singhvi
Anshul Singhvi
Ah I didn't see that! Will look into it.
See #82, we should not merge this until that is solved.
Try this: ```julia using Tyler, GLMakie london = Rect2f(-0.0921, 51.5, 0.04, 0.025) fig = Figure(); nax = LScene(fig[1, 1]); fig m = Tyler.Map(london, figure = fig, axis = nax) fig...
@felixcremer could you try this branch now? I'm getting better results when I set the z scale to 1 instead of 0, which was done in the last commit.
I merged #78 into this as well, since it doesn't change too much and MakieOrg/GeoMakie.jl#207 removes the PROJ_RESCALE_FACTOR constant in any case. Is the Tyler web-mercator math different from what...
I can replicate this locally, and the error seems to happen regardless of which zoom level I'm on. Scaling the z levels also doesn't solve this. It looks almost as...
This is still an issue on the latest Makie master, although it seems to only happen at higher zoom levels. When zooming in I stop seeing this.
It looks almost as if there's something wrong with the way `tile.y` is translated into a y coordinate maybe?
I think there was a scaling that multiplied all z values by 0, that was one issue I fixed in my PR IIRC
This is caused by https://github.com/MakieOrg/Makie.jl/issues/4022, and with Simon's branch it will work on other systems (just not Macs).