Skip to content

Commit c46e5d5

Browse files
committed
GI
1 parent 5f3044c commit c46e5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/GeoInterfaceMakieExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function plottype_from_geomtrait(::Union{GI.GeometryCollectionTrait,GI.PolygonTr
1717
Makie.Poly
1818
end
1919

20-
GI._convert_arguments(t, geom) = GI._convert_arguments(t, trait(geom), geom)
20+
GI._convert_arguments(t, geom) = GI._convert_arguments(t, GI.trait(geom), geom)
2121
function GI._convert_arguments(t, ::GI.AbstractGeometryTrait, geom)::Tuple
2222
geob = GI.convert(GB, geom)
2323
return Makie.convert_arguments(t, geob)

0 commit comments

Comments
 (0)