{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -20.04229,
            11.60916,
            500
          ],
          [
            -20.31112,
            7.44508,
            300
          ]
        ]
      },
      "properties": {
        "label": "Crater Traverse",
        "stroke": "#55efc4"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -20.59197,
            11.16343
          ],
          [
            -21.48569,
            10.47514
          ],
          [
            -21.56215,
            9.08634
          ],
          [
            -20.61290,
            8.13575
          ]
        ]
      },
      "properties": {
        "label": "Crater Rim Traverse",
        "stroke": "#a29bfe"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -20.49535,
          9.90553
        ]
      },
      "properties": {
        "label": "Point of Interest #1",
        "marker-color": "#fdcb6e",
        "marker-size": 14
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -19.74757,
          9.33691,
          80
        ]
      },
      "properties": {
        "label": "Another Point (w/ height)",
        "marker-color": "#fd79a8"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -18.88875,
              10.79391
            ],
            [
              -18.45751,
              10.12320
            ],
            [
              -19.35789,
              9.64619
            ],
            [
              -19.72895,
              10.32426
            ],
            [
              -18.88875,
              10.793913
            ]
          ]
        ]
      },
      "properties": {
        "label": "Area to investigate",
        "stroke": "rgba(108, 92, 231,1.0)",
        "fill": "rgba(108, 92, 231,0.3)"
      }
    }
  ]
}
