{ "type": "FeatureCollection", "features": [ { "geometry": { "type": "LineString", "coordinates": [ [100.0, 0.0], [101.0, 1.0] ] }, "type": "Feature", "properties": { "name": "dc" } } ] }