mirror of
https://github.com/Turfjs/turf.git
synced 2026-01-25 16:07:00 +00:00
22 lines
358 B
JSON
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]
|
|
}
|
|
}
|
|
]
|
|
}
|