turf/packages/turf-line-split/test/out/multi-polygon.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

207 lines
5.5 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[115.400390625, -27.215556209029675],
[119.2236328, -26.207788245559954]
]
},
"bbox": [115.400390625, -28.623293314794815, 119.2236328, -24.80005113979481],
"id": 0
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[119.2236328, -26.207788245559954],
[122.1240234375, -25.443274612305732],
[125.9472656, -21.94941361112874]
]
},
"bbox": [119.2236328, -26.207788245559954, 125.9472656, -21.94941361112874],
"id": 1
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[125.9472656, -21.94941361112874],
[126.17741600085314, -21.7390912]
]
},
"bbox": [125.9472656, -21.94941361112874, 126.17741600085314, -21.7390912],
"id": 2
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[126.17741600085314, -21.7390912],
[129.2431640625, -18.93746442964186],
[130.26465248702175, -21.7390912]
]
},
"bbox": [126.17741600085314, -21.7390912, 130.26465248702175, -18.93746442964186],
"id": 3
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[130.26465248702175, -21.7390912],
[131.5283203125, -25.20494115356912],
[133.7695313, -24.91426626860264]
]
},
"bbox": [130.26465248702175, -25.20494115356912, 133.7695313, -21.7390912],
"id": 4
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[133.7695313, -24.91426626860264],
[136.5380859, -24.55519731241477]
]
},
"bbox": [133.7695313, -24.91426626860264, 136.5380859, -24.55519731241477],
"id": 5
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[136.5380859, -24.55519731241477],
[137.98828125, -24.367113562651262],
[138.6474609, -24.367113562651262]
]
},
"bbox": [136.5380859, -24.55519731241477, 138.6474609, -24.367113562651262],
"id": 6
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[138.6474609, -24.367113562651262],
[142.3828125, -24.367113562651262],
[144.66796875, -25.878994400196202],
[144.7558594, -25.893864242178836]
]
},
"bbox": [138.6474609, -25.893864242178836, 144.7558594, -24.367113562651262]
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[144.7558594, -25.893864242178836],
[149.326171875, -26.667095801104804]
]
},
"bbox": [144.7558594, -26.667095801104804, 149.326171875, -25.893864242178836]
},
{
"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": "MultiPolygon",
"coordinates": [
[
[
[119.2236328125, -28.03319784767635],
[133.76953125, -28.03319784767635],
[133.76953125, -21.739091217718574],
[119.2236328125, -21.739091217718574],
[119.2236328125, -28.03319784767635]
]
],
[
[
[136.5380859375, -27.449790329784214],
[144.755859375, -27.449790329784214],
[144.755859375, -21.943045533438166],
[136.5380859375, -21.943045533438166],
[136.5380859375, -27.449790329784214]
]
],
[
[
[125.94726562499999, -26.391869671769022],
[138.6474609375, -26.391869671769022],
[138.6474609375, -17.224758206624628],
[125.94726562499999, -17.224758206624628],
[125.94726562499999, -26.391869671769022]
]
]
]
}
}
]
}