For type "MultiLineString", the "coordinates" member must be an array of LineString coordinate arrays.
Other geo types:
FeatureCollection
,
Feature
,
GeometryCollection
,
LineString
,
MultiPoint
,
MultiPolygon
,
Point
,
Polygon
,
geojson-types
1 2 3 4 5 6 7 | '{
"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}"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.