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 e0e30a5 commit 3f1a384Copy full SHA for 3f1a384
src/KML.jl
@@ -726,10 +726,10 @@ for T in vcat(all_concrete_subtypes(KMLElement), all_abstract_subtypes(Object))
726
end
727
728
729
-# Add this type-level implementation for GeoInterface v1.x
+# Add this type-level implementation for GeoInterface v1.x
730
GeoInterface.isgeometry(::Type{<:Geometry}) = true
731
732
-# Add the missing ncoord implementations for GeoInterface v1.x
+# Add the missing ncoord implementations for GeoInterface v1.x
733
GeoInterface.ncoord(::GeoInterface.LineStringTrait, ls::LineString) = 2
734
GeoInterface.ncoord(::GeoInterface.LinearRingTrait, lr::LinearRing) = 2
735
0 commit comments