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 6396ab1 commit 1900004Copy full SHA for 1900004
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