Multi Line String
Coordinates of a MultiLineString are an array of LineString coordinate arrays:
{
"type": "MultiLineString",
"coordinates": [
[
[100.0, 0.0],
[101.0, 1.0]
],
[
[102.0, 2.0],
[103.0, 3.0]
]
]
}
Content copied to clipboard
https://datatracker.ietf.org/doc/html/rfc7946#appendix-A.5