We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f3044c commit c46e5d5Copy full SHA for c46e5d5
ext/GeoInterfaceMakieExt.jl
@@ -17,7 +17,7 @@ function plottype_from_geomtrait(::Union{GI.GeometryCollectionTrait,GI.PolygonTr
17
Makie.Poly
18
end
19
20
-GI._convert_arguments(t, geom) = GI._convert_arguments(t, trait(geom), geom)
+GI._convert_arguments(t, geom) = GI._convert_arguments(t, GI.trait(geom), geom)
21
function GI._convert_arguments(t, ::GI.AbstractGeometryTrait, geom)::Tuple
22
geob = GI.convert(GB, geom)
23
return Makie.convert_arguments(t, geob)
0 commit comments