{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sandy Holt",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.383787,
            51.334191
          ],
          [
            -0.383367,
            51.333879
          ],
          [
            -0.383248,
            51.333725
          ],
          [
            -0.38301,
            51.333416
          ],
          [
            -0.382654,
            51.333339
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033323586, KT11 2JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.3837871732382402,
          51.33418198979455
        ]
      }
    }
  ]
}