mirror of https://github.com/tidwall/tile38.git
Fix clip test after geoOptions change.
This commit is contained in:
parent
f02dee3db2
commit
1dd1af268a
|
@ -88,7 +88,7 @@ func TestClipPolygon2(t *testing.T) {
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
polygon := PPO(exterior, holes)
|
polygon := PPO(exterior, holes)
|
||||||
clipped := Clip(polygon, RO(1.1, 0.8, 1.15, 2.1))
|
clipped := Clip(polygon, RO(1.1, 0.8, 1.15, 2.1), nil)
|
||||||
cp, ok := clipped.(*geojson.Polygon)
|
cp, ok := clipped.(*geojson.Polygon)
|
||||||
if !ok {
|
if !ok {
|
||||||
t.Fatal("wrong type")
|
t.Fatal("wrong type")
|
||||||
|
|
Loading…
Reference in New Issue