{
 "type": "FeatureCollection",
 "properties": {
  "version": 2,
  "app": "Geo Elevation",
  "name": "Mount Fuji, the summit",
  "created": "2026-09-12T22:00:00Z",
  "modified": "2026-09-12T22:00:00Z",
  "distanceUnit": "Kilometers",
  "elevationUnit": "Meters",
  "mapStyle": "hybrid",
  "source": "mapzen"
 },
 "features": [
  {
   "type": "Feature",
   "properties": {
    "kind": "path"
   },
   "geometry": {
    "type": "LineString",
    "coordinates": [
     [
      138.59655406097616,
      35.34616107090853
     ],
     [
      138.73031687310316,
      35.36321911891801
     ],
     [
      138.86423838354438,
      35.36529484689551
     ]
    ]
   }
  },
  {
   "type": "Feature",
   "properties": {
    "kind": "area"
   },
   "geometry": {
    "type": "Polygon",
    "coordinates": [
     [
      [
       138.6874,
       35.3286
      ],
      [
       138.76739999999998,
       35.3286
      ],
      [
       138.76739999999998,
       35.392599999999995
      ],
      [
       138.6874,
       35.392599999999995
      ],
      [
       138.6874,
       35.3286
      ]
     ]
    ]
   }
  },
  {
   "type": "Feature",
   "properties": {
    "kind": "spot"
   },
   "geometry": {
    "type": "Point",
    "coordinates": [
     138.7274,
     35.3606
    ]
   }
  },
  {
   "type": "Feature",
   "properties": {
    "kind": "spot"
   },
   "geometry": {
    "type": "Point",
    "coordinates": [
     138.7324,
     35.396
    ]
   }
  }
 ]
}