diff --git a/tests/data/json/poly-multihole.json b/tests/data/json/poly-multihole.json new file mode 100644 index 000000000..9e157547f --- /dev/null +++ b/tests/data/json/poly-multihole.json @@ -0,0 +1,110 @@ +{ + "type": "FeatureCollection", + "features": [ + { + "type": "Feature", + "properties": { + "stroke": "#555555", + "stroke-width": 2, + "stroke-opacity": 1, + "fill": "#db4754", + "fill-opacity": 0.5 + }, + "geometry": { + "type": "Polygon", + "coordinates": [ + [ + [ + -17.2265625, + 63.074865690586634 + ], + [ + -40.78125, + 45.583289756006316 + ], + [ + -47.109375, + 20.3034175184893 + ], + [ + -42.5390625, + 2.811371193331128 + ], + [ + -15.468749999999998, + 2.811371193331128 + ], + [ + 10.8984375, + 16.29905101458183 + ], + [ + 17.578125, + 38.272688535980976 + ], + [ + 16.5234375, + 56.36525013685606 + ], + [ + 1.0546875, + 65.5129625532949 + ], + [ + -17.2265625, + 63.074865690586634 + ] + ], + [ + [ + -10.8984375, + 54.77534585936447 + ], + [ + -23.5546875, + 32.24997445586331 + ], + [ + -10.8984375, + 18.646245142670608 + ], + [ + 4.21875, + 35.17380831799959 + ], + [ + 4.21875, + 46.800059446787316 + ], + [ + -10.8984375, + 54.77534585936447 + ] + ], + [ + [ + -10.1953125, + 44.33956524809713 + ], + [ + -12.65625, + 34.59704151614417 + ], + [ + -6.328125, + 32.84267363195431 + ], + [ + -3.515625, + 42.032974332441405 + ], + [ + -10.1953125, + 44.33956524809713 + ] + ] + ] + } + } + ] +} \ No newline at end of file diff --git a/tests/data/shp/poly-multihole.dbf b/tests/data/shp/poly-multihole.dbf new file mode 100644 index 000000000..389131830 Binary files /dev/null and b/tests/data/shp/poly-multihole.dbf differ diff --git a/tests/data/shp/poly-multihole.prj b/tests/data/shp/poly-multihole.prj new file mode 100644 index 000000000..a30c00a55 --- /dev/null +++ b/tests/data/shp/poly-multihole.prj @@ -0,0 +1 @@ +GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]] \ No newline at end of file diff --git a/tests/data/shp/poly-multihole.shp b/tests/data/shp/poly-multihole.shp new file mode 100644 index 000000000..d0edeb051 Binary files /dev/null and b/tests/data/shp/poly-multihole.shp differ diff --git a/tests/data/shp/poly-multihole.shx b/tests/data/shp/poly-multihole.shx new file mode 100644 index 000000000..e11cf1301 Binary files /dev/null and b/tests/data/shp/poly-multihole.shx differ