coronamap/node_modules/geojson-fixtures/data/geometry/multilinestring.geojson
2022-08-06 08:12:21 -07:00

6 lines
No EOL
144 B
JSON

{ "type": "MultiLineString",
"coordinates": [
[ [100.0, 0.0], [101.0, 1.0] ],
[ [102.0, 2.0], [103.0, 3.0] ]
]
}