Rafael Schouten

Results 910 comments of Rafael Schouten

Yeah, I think we can try it with corner points, see how blocky it is and tweak from there. It may be that we need more points as we zoom...

- Remove white flicker between zoom levels - plot slightly larger than the area so the edges of pan/zoom are mostly already filled

Totally, Leaflet does this. The provider options dict has `html_attribution` and `attribution` fields - but I should make wrapper functions to get these in TileProviders.jl.

Pretty easy to add Zarr support to Rasters now with https://github.com/JuliaGeo/ZarrDatasets.jl

@asinghvi17 we could add a RastersMapTilesExt extension for Rasters.jl like for RasterDataSources.jl Then we can just use the normal constructor syntax but with a provider instead of a file name,...

I really like this option. Make MapTiles.jl a bit more useful and avoid the Makie dep for non plotting use cases. A DiskArrays extension is a good idea too. Then...

Your syntax is not quite right but ther right syntax is broken too so I gues syou tried it This should work, but it doesn't - somehow the geometry in...

This was a GeoInterface.jl bug: https://github.com/JuliaGeo/GeoInterface.jl/pull/84 If you checkout that branch and define a feature as I did above it should work.

Did you check out the PR branch of GeoInterface.jl? ~~Also your zoom area is wrong.~~ It's working here, if you are on that PR I will see if I missed...