{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sutherland Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.596488,
            54.956112
          ],
          [
            -1.596486,
            54.956238
          ],
          [
            -1.596485,
            54.956363
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070834866, NE8 3HH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5964876458026283,
          54.95611173059903
        ]
      }
    }
  ]
}