{
 "type": "FeatureCollection",
 "crs": {
  "type": "name",
  "properties": {
   "name": "EPSG:4326"
  }
 },
 "features": [
  {
   "type": "Feature",
   "properties": {
    "name": "Washington longest road-free line on public land",
    "state": "Washington",
    "straight_mi": 107.3,
    "over_ground_mi": 115.0
   },
   "geometry": {
    "type": "LineString",
    "coordinates": [
     [
      -122.03538377088252,
      48.782323446083964
     ],
     [
      -119.72973672761573,
      48.998378890164474
     ]
    ]
   }
  }
 ]
}