turf/packages/turf-line-segment/test/out/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

70 lines
1.7 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-51.1083984375, -2.943040910055132],
[-47.6806640625, -0.8788717828324148]
]
},
"bbox": [-51.1083984375, -2.943040910055132, -47.6806640625, -0.8788717828324148],
"id": 0
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-47.6806640625, -0.8788717828324148],
[-43.0224609375, -1.9771465537125645]
]
},
"bbox": [-47.6806640625, -1.9771465537125645, -43.0224609375, -0.8788717828324148],
"id": 1
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-43.0224609375, -1.9771465537125645],
[-41.0888671875, -4.784468966579362]
]
},
"bbox": [-43.0224609375, -4.784468966579362, -41.0888671875, -1.9771465537125645],
"id": 2
},
{
"type": "Feature",
"properties": {
"stroke": "#000",
"stroke-width": 3
},
"geometry": {
"type": "LineString",
"coordinates": [
[-51.1083984375, -2.943040910055132],
[-47.6806640625, -0.8788717828324148],
[-43.0224609375, -1.9771465537125645],
[-41.0888671875, -4.784468966579362]
]
}
}
]
}