turf/packages/turf-line-split/test/out/multi-linestring.geojson
mfedderly 25917d8b2e
Rework prettier setup (#2677)
* Upgrade hustky, lint-staged, and prettier.

Modify lint-staged and prettier configs
Add specific json/geojson formatting rules for prettier

* Apply prettier
2024-08-08 11:23:46 -04:00

116 lines
3.0 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[115.400390625, -27.215556209029675],
[122.1240234375, -25.443274612305732],
[124.99610755509275, -22.81862718897968]
]
},
"bbox": [
115.400390625, -29.81495016405105, 124.99610755509275, -20.219233233958303
],
"id": 0
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[124.99610755509275, -22.81862718897968],
[129.2431640625, -18.93746442964186],
[130.48965214554212, -22.356195663936738]
]
},
"bbox": [
124.99610755509275, -22.81862718897968, 130.48965214554212, -18.93746442964186
],
"id": 1
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[130.48965214554212, -22.356195663936738],
[131.5283203125, -25.20494115356912],
[137.98828125, -24.367113562651262],
[138.10136044317042, -24.367113562651262]
]
},
"bbox": [
130.48965214554212, -25.20494115356912, 138.10136044317042, -22.356195663936738
]
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[138.10136044317042, -24.367113562651262],
[142.3828125, -24.367113562651262],
[144.66796875, -25.878994400196202],
[149.326171875, -26.667095801104804]
]
},
"bbox": [
138.10136044317042, -26.667095801104804, 149.326171875, -24.367113562651262
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[115.400390625, -27.215556209029675],
[122.1240234375, -25.443274612305732],
[129.2431640625, -18.93746442964186],
[131.5283203125, -25.20494115356912],
[137.98828125, -24.367113562651262],
[142.3828125, -24.367113562651262],
[144.66796875, -25.878994400196202],
[149.326171875, -26.667095801104804]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[120.4541015625, -23.200960808078566],
[133.4619140625, -22.105998799750566]
],
[
[138.603515625, -21.16648385820657],
[137.4169921875, -28.729130483430154]
]
]
}
}
]
}