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 5374cb6 commit c780949Copy full SHA for c780949
test/geointerface.jl
@@ -24,7 +24,7 @@
24
@test testgeometry(multilinestring)
25
@test GeoInterface.coordinates(multilinestring) ==
26
[[[10, 10], [20, 20], [10, 40]], [[10, 10], [20, 20], [10, 40]]]
27
- @test ncoord(linestring) == 2
+ @test ncoord(multilinestring) == 2
28
29
poly = Polygon(rand(Point{2,Float32}, 5), [rand(Point{2,Float32}, 5)])
30
@test testgeometry(poly)
0 commit comments