{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bennett Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.588083,
            53.388316
          ],
          [
            -2.588123,
            53.388166
          ],
          [
            -2.588164,
            53.388015
          ],
          [
            -2.588172,
            53.387986
          ],
          [
            -2.58818,
            53.387956
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008653431, WA1 2BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.5880826273396553,
          53.38831609934698
        ]
      }
    }
  ]
}