{
 "type": "FeatureCollection",
 "crs": {
  "type": "name",
  "properties": {
   "name": "EPSG:4326"
  }
 },
 "features": [
  {
   "type": "Feature",
   "properties": {
    "name": "California longest road-free line on public land",
    "state": "California",
    "straight_mi": 158.6,
    "over_ground_mi": 167.0
   },
   "geometry": {
    "type": "LineString",
    "coordinates": [
     [
      -119.34510214848906,
      37.87414590751317
     ],
     [
      -117.91975947427773,
      35.89145287218352
     ]
    ]
   }
  }
 ]
}