{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Tate Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.969287,
            53.435753
          ],
          [
            -2.969317,
            53.435664
          ],
          [
            -2.969346,
            53.435574
          ],
          [
            -2.969366,
            53.435515
          ],
          [
            -2.969386,
            53.435456
          ],
          [
            -2.969491,
            53.435464
          ],
          [
            -2.969597,
            53.435472
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38264294, L4 4PU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.969385627286798,
          53.435455966515434
        ]
      }
    }
  ]
}