diff --git a/public/temp/point-linestring-polygon.geojson b/public/temp/point-linestring-polygon.geojson new file mode 100644 index 000000000..d530ed069 --- /dev/null +++ b/public/temp/point-linestring-polygon.geojson @@ -0,0 +1,60 @@ +{ + type: "GeometryCollection", + geometries: [ + { + "coordinates": [ + -11.781005547329215, + 8.83499366627997 + ], + "type": "Point" + }, + { + "coordinates": [ + [ + -11.642949308780885, + 9.348579361189735 + ], + [ + -12.084896550054765, + 9.248810703319066 + ], + [ + -12.135575398693163, + 8.889666679302948 + ], + [ + -12.55007130631654, + 8.907868859082313 + ] + ], + "type": "LineString" + }, + { + "coordinates": [ + [ + [ + -11.394349211244673, + 8.843755892231073 + ], + [ + -11.394349211244673, + 9.06183354863549 + ], + [ + -11.624519045158792, + 9.06183354863549 + ], + [ + -11.624519045158792, + 8.843755892231073 + ], + [ + -11.394349211244673, + 8.843755892231073 + ] + ] + ], + "type": "Polygon" + } + ] +} \ No newline at end of file