{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bromley Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.187897,
            53.030701
          ],
          [
            -2.187352,
            53.030667
          ],
          [
            -2.187196,
            53.030657
          ],
          [
            -2.18724,
            53.030424
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455134193, ST1 5JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.187896904428745,
          53.030701263329625
        ]
      }
    }
  ]
}