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 1193cde commit 94bb30aCopy full SHA for 94bb30a
src/interface.jl
@@ -92,7 +92,6 @@ Returns the object type, such as [`FeatureTrait`](@ref).
92
For all `isgeometry` objects `trait` is the same as `geomtrait(obj)`,
93
e.g. [`PointTrait`](@ref).
94
"""
95
-# trait(geom::T) where T = isgeometry(T) ? geomtrait(geom) : nothing
96
trait(geom) = geomtrait(geom)
97
98
# All types
0 commit comments