{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chesterfield Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.974097,
            53.393961
          ],
          [
            -2.974151,
            53.394079
          ],
          [
            -2.974205,
            53.394197
          ],
          [
            -2.974281,
            53.394363
          ],
          [
            -2.974357,
            53.394529
          ],
          [
            -2.974393,
            53.394607
          ],
          [
            -2.974429,
            53.394686
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38262854, L8 1YY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.97409655708988,
          53.393960779076366
        ]
      }
    }
  ]
}