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
73 lines
1.6 KiB
JSON
73 lines
1.6 KiB
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "MultiLineString",
|
|
"coordinates": [
|
|
[
|
|
[122.036133, -19.766704],
|
|
[125.419922, -18.437925],
|
|
[132.451172, -18.646245],
|
|
[132.802734, -14.944785],
|
|
[139.130859, -18.479609],
|
|
[133.857422, -22.309426],
|
|
[142.075195, -24.367114],
|
|
[144.09668, -18.020528]
|
|
],
|
|
[
|
|
[128.144531, -20.385825],
|
|
[119.663086, -20.797201],
|
|
[119.53125, -17.644022],
|
|
[127.089844, -15.411319],
|
|
[130.209961, -12.21118]
|
|
],
|
|
[
|
|
[126.826172, -17.014768],
|
|
[130.03418, -14.392118],
|
|
[133.945313, -13.282719]
|
|
]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"stroke": "#F00",
|
|
"stroke-width": 6
|
|
},
|
|
"geometry": {
|
|
"type": "LineString",
|
|
"coordinates": [
|
|
[123.924613, -19.025117],
|
|
[123.486328, -18.020528]
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [123.486328, -18.020528]
|
|
}
|
|
},
|
|
{
|
|
"type": "Feature",
|
|
"properties": {
|
|
"dist": 120.886021,
|
|
"multiFeatureIndex": 0,
|
|
"location": 214.548785,
|
|
"index": 0,
|
|
"marker-color": "#F0F"
|
|
},
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [123.924613, -19.025117]
|
|
}
|
|
}
|
|
]
|
|
}
|