Rafael Schouten
Rafael Schouten
This is breaking MakieDraw.jl pretty badly now I've tried to switch things to `Float64`.
Seems to me there is a `if length(polys) > 0 ... ` check somewhere that switches to `Float32`, when it should instead look at the type
Lol, yes it is a problem
So we just need a method to get N and T from the Polygon type, and use 2 and Float32 if there really is no information available. Seems like 2...
Yes, just pass `eltype(geometries)` to e.g. a `_meshfromtype(::Type{
Ah yeah I've seen that sorry should have linked It's just hard coded
Thanks thats a good workaround.
Where is this one at? would be nice to merge
Ah so we have lost type stability. Likely that's from changes to the compiler over time.