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.
2 parents 6396ab1 + 6a79e5d commit d8827e5Copy full SHA for d8827e5
src/geointerface.jl
@@ -1,8 +1,5 @@
1
# Geometry
2
GI.isgeometry(g::Type{<:Geometry}) = true
3
-GI.coordinates(::GI.AbstractGeometryTrait, g::Geometry) = collect(coordinates(g))
4
-# resolve ambiguity with GeoInterface fallback
5
-GI.coordinates(::GI.AbstractPointTrait, g::Geometry) = collect(coordinates(g))
6
7
GI.geomtrait(g::Point) = GI.PointTrait()
8
GI.geomtrait(g::LineString) = GI.LineStringTrait()
0 commit comments