mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
* Upgrade hustky, lint-staged, and prettier. Modify lint-staged and prettier configs Add specific json/geojson formatting rules for prettier * Apply prettier
70 lines
1.7 KiB
JSON
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]
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|