{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Turner Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.156871,
            53.412206
          ],
          [
            -2.156718,
            53.412168
          ],
          [
            -2.156566,
            53.412131
          ],
          [
            -2.156485,
            53.412079
          ],
          [
            -2.156404,
            53.412026
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007624759, SK1 1TY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.156870557665852,
          53.41220558279466
        ]
      }
    }
  ]
}