{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stephenson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.595173,
            53.511686
          ],
          [
            -2.594923,
            53.511714
          ],
          [
            -2.594672,
            53.511741
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063850, WN2 5QY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5949177846808325,
          53.51174094129848
        ]
      }
    }
  ]
}