MakieOrg / Tyler.jl

Makie package to plot maptiles from various map providers

Home Page:https://makieorg.github.io/Tyler.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tyler doesn't work with WGLMakie

igaszczesniak opened this issue · comments

Hi, I have been trying to use Tyler together with the WGLMakie backend but get the error below. I'm using Mac. Any ideas on what can go wrong?
image

Are you on the latest commit of master here? That should work as far as I can tell.

Ok, just updated the package to the latest version and it works. Thanks

This could be closed then?
I only saw, that with WGLMakie the grid is shown on top of the Tyler.Map. The grid can be hidden by hidedecorations!(ax, label=false, ticks=false, ticklabels=false)
Is this something that we could do as a default or should the user do it themselves?

Ideally this will get fixed in makie 0.21!