{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Witton Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.685403,
            53.760424
          ],
          [
            -2.685462,
            53.760465
          ],
          [
            -2.685521,
            53.760506
          ],
          [
            -2.685529,
            53.760512
          ],
          [
            -2.685537,
            53.760518
          ],
          [
            -2.685647,
            53.760595
          ],
          [
            -2.685758,
            53.760673
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013164545, PR1 5NU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.685742309849233,
          53.76066414224192
        ]
      }
    }
  ]
}