{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bankfield Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.160582,
            53.420238
          ],
          [
            -2.160416,
            53.420201
          ],
          [
            -2.16025,
            53.420163
          ],
          [
            -2.160046,
            53.420115
          ],
          [
            -2.159842,
            53.420067
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007623064, SK4 1TN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1605866554985718,
          53.42023639274325
        ]
      }
    }
  ]
}