Anshul Singhvi

Results 1170 comments of Anshul Singhvi

Gotcha, thanks. Will add that to the docs at some point.

> You'd need at minumum to have every tile (corner) in the mesh At least in the GL backends, you can use uv coordinates over the mesh in order to...

OK so this now works with the GeoMakie extension and meshimage. But that's only one side of the story. The other part is making MapTiles understand that tiles are not...

That and an optional attribution textbox in Map would be awesome.

The idea would be to return a `Matrix{RGB}` or even a `Raster`, just to make it extremely easy to get a basemap layer to plot. Since Tyler doesn't work without...

That should work nicely! Does Rasters have any image loading dependencies?

Huh, I completely forgot about that. I think that implementing it either in an extension on Rasters here or as an extension on MapTiles in Rasters would be the way...

I just wrote a basic script that does this at https://gist.github.com/asinghvi17/cfc8266bc084bc55678c87b5d14dcbc9. It needs HTTP.jl and ImageMagick.jl though, so it may be best to make this a separate package...I'm not sure...