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

36 lines
764 B
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[130.60546875, -20.3034175184893],
[134.12109375, -24.926294766395582]
]
},
"bbox": [130.60546875, -24.926294766395582, 134.12109375, -20.3034175184893],
"id": 0
},
{
"type": "Feature",
"properties": {
"stroke": "#000",
"stroke-width": 3
},
"geometry": {
"type": "LineString",
"coordinates": [
[130.60546875, -20.3034175184893],
[134.12109375, -24.926294766395582]
]
}
}
]
}