{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marble Arch",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.831604,
            53.322858
          ],
          [
            -3.831757,
            53.322752
          ],
          [
            -3.83191,
            53.322647
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023736914, LL30 2TT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.831471637338634,
          53.32293195174675
        ]
      }
    }
  ]
}