Skip to contents

For type "MultiLineString", the "coordinates" member must be an array of LineString coordinate arrays.

Examples

'{
  "type": "MultiLineString",
  "coordinates": [
     [[ -105, 39 ], [ -105, 39 ]],
     [[ -105, 39 ], [ -105, 39 ]]
  ]
}'
#> [1] "{\n  \"type\": \"MultiLineString\",\n  \"coordinates\": [\n     [[ -105, 39 ], [ -105, 39 ]],\n     [[ -105, 39 ], [ -105, 39 ]]\n  ]\n}"