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
83 lines
2.0 KiB
JSON
83 lines
2.0 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "MultiLineString",
|
|
"coordinates": [
|
|
[
|
|
[-70.576172, -18.979026],
|
|
[-76.201172, -47.694974],
|
|
[-75.9375, -52.48278],
|
|
[-72.597656, -55.078367],
|
|
[-68.115234, -56.072035],
|
|
[-64.599609, -55.078367]
|
|
],
|
|
[
|
|
[-44.296875, -23.402765],
|
|
[-47.900391, -25.641526],
|
|
[-47.900391, -28.381735],
|
|
[-53.789062, -35.317366],
|
|
[-56.337891, -35.245619],
|
|
[-56.074219, -37.09024],
|
|
[-57.480469, -38.754083],
|
|
[-61.259766, -39.571822],
|
|
[-61.699219, -40.979898],
|
|
[-62.929687, -41.508577],
|
|
[-64.599609, -41.442726],
|
|
[-62.753906, -42.163403],
|
|
[-64.599609, -43.771094],
|
|
[-65.214844, -45.151053],
|
|
[-66.884766, -45.521744],
|
|
[-67.148437, -46.255847],
|
|
[-65.214844, -46.679594],
|
|
[-65.214844, -48.166085],
|
|
[-66.621094, -49.095452],
|
|
[-66.884766, -50.233152],
|
|
[-68.554687, -50.736455],
|
|
[-67.763672, -52.214339]
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"stroke": "#F00",
|
|
"stroke-width": 6
|
|
},
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[-67.763672, -52.214339],
|
|
[-66.489258, -52.895649]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [-66.489258, -52.895649]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"dist": 114.725451,
|
|
"index": 21,
|
|
"multiFeatureIndex": 1,
|
|
"location": 9479.011715,
|
|
"marker-color": "#F0F"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [-67.763672, -52.214339]
|
|
}
|
|
}
|
|
]
|
|
}
|