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 9b7e555 commit 0ab6195Copy full SHA for 0ab6195
src/KML.jl
@@ -166,11 +166,4 @@ function check_geometry_conflicts()
166
end
167
168
169
-# Add this type-level implementation for GeoInterface v1.x
170
-GeoInterface.isgeometry(::Type{<:Geometry}) = true
171
-
172
-# Add the missing ncoord implementations for GeoInterface v1.x
173
-GeoInterface.ncoord(::GeoInterface.LineStringTrait, ls::LineString) = 2
174
-GeoInterface.ncoord(::GeoInterface.LinearRingTrait, lr::LinearRing) = 2
175
176
end #module
0 commit comments