turf/packages/turf-boolean-equal/test/false/precision-default.geojson
tunnelpuzzle ebab58efa6
Add precision option to booleanEqual (#2231)
Co-authored-by: Rowan Winsemius <rowanwins@yahoo.com.au>
2022-01-11 21:51:00 +11:00

22 lines
358 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [0.123456, 0]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [0.123451, 0]
}
}
]
}