
Last chance! 50% off unlimited learning
Sale ends in
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
# NOT RUN {
'{
"type": "MultiLineString",
"coordinates": [
[[ -105, 39 ], [ -105, 39 ]],
[[ -105, 39 ], [ -105, 39 ]]
]
}'
# }
Run the code above in your browser using DataLab