Skip to content

Commit 0ab6195

Browse files
committed
Remove GeoInterface functions introduced in PR JuliaComputing#15 for test fix
1 parent 9b7e555 commit 0ab6195

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/KML.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,4 @@ function check_geometry_conflicts()
166166
end
167167
end
168168

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-
176169
end #module

0 commit comments

Comments
 (0)