Add test cases found by fuzzer.

This commit is contained in:
Dan Albert
2023-08-03 01:01:50 -07:00
committed by Raffson
parent 98f92f9ab2
commit d96f7a267c
12 changed files with 7251 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
{
"type": "FeatureCollection",
"metadata": {
"name": "IpSolver",
"terrain": "Falklands",
"doctrine": "coldwar"
},
"features": [
{
"type": "Feature",
"properties": { "description": "departure" },
"geometry": {
"type": "Point",
"coordinates": [-59.17351849883801, -52.46892777233296]
}
},
{
"type": "Feature",
"properties": { "description": "target" },
"geometry": {
"type": "Point",
"coordinates": [-59.12970828579045, -52.51860490233211]
}
},
{
"type": "Feature",
"properties": { "description": "threat_zones" },
"geometry": { "type": "MultiPolygon", "coordinates": [] }
}
]
}