Anshul Singhvi

Results 1165 comments of Anshul Singhvi

If you want to get around spacing issues, here's a solution for the interim: ```julia using CairoMakie, GeoMakie fig = Figure(size = (400, 600)) a1, p1 = meshimage(fig[1, 1], -180..180,...

Exposing unit scaling would be pretty easy in that we could provide a scaling factor to multiply the x-axis by - that would just be a simple change in the...

Huh, this could have multiple issues, but it might be an issue with an inefficiency in Shapefile.jl (what version of Shapefile.jl are you running?). Consider this addendum to your code:...

There's a proposal for that method in GeoInterface https://github.com/JuliaGeo/GeoInterface.jl/issues/128, we should probably get around to writing that...

Should we rather delete the `docs/Manifest.toml` here?

yeah, maybe some introspection on the Julia end as well? A call to `identity.(vec)` always worked for me, otherwise :D but it would be slower for known output types

We'll have to do it at some point, I guess

I would expect _some_ error, since the midpoint in the source space may not be the midpoint in the target space as well. See this example in web mercator, where...