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

238 lines
5.4 KiB
JSON

{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.031669, 38.878605],
[-77.029609, 38.881946]
]
},
"bbox": [-77.031669, 38.878605, -77.029609, 38.881946],
"id": 0
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.029609, 38.881946],
[-77.020339, 38.884084]
]
},
"bbox": [-77.029609, 38.881946, -77.020339, 38.884084],
"id": 1
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.020339, 38.884084],
[-77.025661, 38.885821]
]
},
"bbox": [-77.025661, 38.884084, -77.020339, 38.885821],
"id": 2
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.025661, 38.885821],
[-77.021884, 38.889563]
]
},
"bbox": [-77.025661, 38.885821, -77.021884, 38.889563],
"id": 3
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.021884, 38.889563],
[-77.019824, 38.892368]
]
},
"bbox": [-77.021884, 38.889563, -77.019824, 38.892368],
"id": 4
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.041669, 38.885821],
[-77.039609, 38.881946]
]
},
"bbox": [-77.041669, 38.881946, -77.039609, 38.885821],
"id": 5
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.039609, 38.881946],
[-77.030339, 38.884084]
]
},
"bbox": [-77.039609, 38.881946, -77.030339, 38.884084],
"id": 6
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.030339, 38.884084],
[-77.035661, 38.878605]
]
},
"bbox": [-77.035661, 38.878605, -77.030339, 38.884084],
"id": 7
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.0361328125, 38.8840513003232],
[-77.02806472778319, 38.88602223128263]
]
},
"bbox": [-77.0361328125, 38.8840513003232, -77.02806472778319, 38.88602223128263],
"id": 8
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.02806472778319, 38.88602223128263],
[-77.02536106109619, 38.888761400455074]
]
},
"bbox": [
-77.02806472778319, 38.88602223128263, -77.02536106109619, 38.888761400455074
],
"id": 9
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.02536106109619, 38.888761400455074],
[-77.02557563781738, 38.89266954433839]
]
},
"bbox": [
-77.02557563781738, 38.888761400455074, -77.02536106109619, 38.89266954433839
],
"id": 10
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.02557563781738, 38.89266954433839],
[-77.03368663787842, 38.88882820813984]
]
},
"bbox": [
-77.03368663787842, 38.88882820813984, -77.02557563781738, 38.89266954433839
],
"id": 11
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.03368663787842, 38.88882820813984],
[-77.03630447387695, 38.88769246895389]
]
},
"bbox": [
-77.03630447387695, 38.88769246895389, -77.03368663787842, 38.88882820813984
],
"id": 12
},
{
"type": "Feature",
"properties": {
"stroke": "#00F",
"stroke-width": 10
},
"geometry": {
"type": "LineString",
"coordinates": [
[-77.03630447387695, 38.88769246895389],
[-77.0361328125, 38.8840513003232]
]
},
"bbox": [-77.03630447387695, 38.8840513003232, -77.0361328125, 38.88769246895389],
"id": 13
}
]
}