{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hamilton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.761344,
            53.801955
          ],
          [
            -1.761115,
            53.802022
          ],
          [
            -1.760887,
            53.802089
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010595234, BD8 7JA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7613130651452054,
          53.80197297751412
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100052191600, BD1 3BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7617822141978108,
          53.80224354837026
        ]
      }
    }
  ]
}