MultiLineString | R Documentation |
For type "MultiLineString", the "coordinates" member must be an array of LineString coordinate arrays.
Other geo types:
Feature
,
FeatureCollection
,
GeometryCollection
,
LineString
,
MultiPoint
,
MultiPolygon
,
Point
,
Polygon
,
geojson-types
'{
"type": "MultiLineString",
"coordinates": [
[[ -105, 39 ], [ -105, 39 ]],
[[ -105, 39 ], [ -105, 39 ]]
]
}'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.