{
 "type": "FeatureCollection",
 "crs": {
  "type": "name",
  "properties": {
   "name": "EPSG:4326"
  }
 },
 "features": [
  {
   "type": "Feature",
   "properties": {
    "name": "Idaho longest road-free line on public land",
    "state": "Idaho",
    "straight_mi": 98.8,
    "over_ground_mi": 105.4
   },
   "geometry": {
    "type": "LineString",
    "coordinates": [
     [
      -114.53104025803059,
      45.69671108404482
     ],
     [
      -115.27831774203332,
      44.36892551604036
     ]
    ]
   }
  }
 ]
}