Closed stevage closed 4 months ago
I passed this object:
{ "type": "Polygon", "coordinates": [ [ [ 58998.094482, 244917.648149 ], [ 58987.59214, 244906.9383020001 ] ] ] }
It returns
Object { message: "Invalid JSON: e.charAt is not a function", from: 0, to: 0, severity: "error" }
I'm not sure if:
a) it doesn't support checking geometries (not clear from the README) b) if it's just failing weirdly
(Obviously it's an invalid Geometry)
Oh. check-geojson requires a string to be passed. #17
I passed this object:
It returns
I'm not sure if:
a) it doesn't support checking geometries (not clear from the README) b) if it's just failing weirdly
(Obviously it's an invalid Geometry)