{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Martins Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.92812,
            51.363725
          ],
          [
            -2.92839,
            51.363597
          ],
          [
            -2.928661,
            51.363469
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023717796, BS22 9JN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.928248713422032,
          51.363697178923445
        ]
      }
    }
  ]
}