Multi Point
Coordinates of a MultiPoint are an array of positions:
{
"type": "MultiPoint",
"coordinates": [
[100.0, 0.0],
[101.0, 1.0]
]
}
https://datatracker.ietf.org/doc/html/rfc7946#appendix-A.4
Content copied to clipboard