You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fallbacks.jl
+4-17Lines changed: 4 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -112,28 +112,15 @@ coordinates(t::AbstractFeatureCollectionTrait, fc) = [coordinates(f) for f in ge
112
112
Base.convert(T::Type, ::AbstractGeometryTrait, geom) =error("Conversion is enabled for type $T, but not implemented. Please report this issue to the package maintainer.")
113
113
114
114
# Package level `GeoInterface.convert` method
115
-
# We convert Module to `Val{nameof(module)}` so that packages can use dispatch.
116
-
# This is a slight hack: there can theoretically be multiple
117
-
# packages with the same name and different UUIDs. We just ignore this possibility.
118
-
# Whichever package has the name first in the main julia registry is canonical.
115
+
# Packages must implement their own `traittype` method
116
+
# that accepts a GeoInterface.jl trait and returns the
0 commit comments