{
 "type": "FeatureCollection",
 "properties": {
  "version": 2,
  "app": "Geo Elevation",
  "name": "Jerusalem to the Dead Sea",
  "created": "2026-09-12T20:00:00Z",
  "modified": "2026-09-12T20:00:00Z",
  "distanceUnit": "Kilometers",
  "elevationUnit": "Meters",
  "mapStyle": "hybrid",
  "source": "mapzen"
 },
 "features": [
  {
   "type": "Feature",
   "properties": {
    "kind": "path"
   },
   "geometry": {
    "type": "LineString",
    "coordinates": [
     [
      35.246,
      31.793
     ],
     [
      35.3,
      31.8
     ],
     [
      35.36,
      31.802
     ],
     [
      35.42,
      31.78
     ],
     [
      35.47,
      31.762
     ]
    ]
   }
  },
  {
   "type": "Feature",
   "properties": {
    "kind": "spot"
   },
   "geometry": {
    "type": "Point",
    "coordinates": [
     35.47,
     31.762
    ]
   }
  },
  {
   "type": "Feature",
   "properties": {
    "kind": "area"
   },
   "geometry": {
    "type": "Polygon",
    "coordinates": [
     [
      [
       35.4,
       31.75
      ],
      [
       35.4,
       31.83
      ],
      [
       35.49,
       31.83
      ],
      [
       35.49,
       31.75
      ],
      [
       35.4,
       31.75
      ]
     ]
    ]
   }
  }
 ]
}