{
 "type": "FeatureCollection",
 "crs": {
  "type": "name",
  "properties": {
   "name": "EPSG:4326"
  }
 },
 "features": [
  {
   "type": "Feature",
   "properties": {
    "name": "Alaska longest road-free line on public land",
    "state": "Alaska",
    "straight_mi": 531.2,
    "over_ground_mi": 542.8
   },
   "geometry": {
    "type": "LineString",
    "coordinates": [
     [
      -152.94799705565893,
      68.48203321087573
     ],
     [
      -162.5376350173027,
      61.93160855122252
     ]
    ]
   }
  }
 ]
}