{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Taylor Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.642024,
            53.544684
          ],
          [
            -2.641291,
            53.544512
          ],
          [
            -2.640558,
            53.54434
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014062878, WN3 4BW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6412999468874934,
          53.544515899005624
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100012815765, WN3 4BS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6414040815190023,
          53.54441646679963
        ]
      }
    }
  ]
}