{
 "type": "FeatureCollection",
 "crs": {
  "type": "name",
  "properties": {
   "name": "EPSG:4326"
  }
 },
 "features": [
  {
   "type": "Feature",
   "properties": {
    "name": "Montana longest road-free line on public land",
    "state": "Montana",
    "straight_mi": 98.3,
    "over_ground_mi": 103.2
   },
   "geometry": {
    "type": "LineString",
    "coordinates": [
     [
      -113.23946550528255,
      48.40452631007752
     ],
     [
      -112.73897943484613,
      47.01241142127543
     ]
    ]
   }
  }
 ]
}