{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shearbridge Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.769142,
            53.789109
          ],
          [
            -1.768991,
            53.788982
          ],
          [
            -1.76884,
            53.788856
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590831, BD7 1PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7690063673855976,
          53.78898241594776
        ]
      }
    }
  ]
}