{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Silsbridge Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.762915,
            53.795262
          ],
          [
            -1.762624,
            53.7951
          ],
          [
            -1.762333,
            53.794938
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590829, BD1 2HS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7626271813235612,
          53.7951087679015
        ]
      }
    }
  ]
}