{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Coop Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.23445,
            53.485496
          ],
          [
            -2.234653,
            53.485361
          ],
          [
            -2.234856,
            53.485226
          ],
          [
            -2.234854,
            53.485215
          ],
          [
            -2.234851,
            53.485203
          ],
          [
            -2.234846,
            53.485197
          ],
          [
            -2.234841,
            53.48519
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023063731, M4 5JZ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.234840504735555,
          53.4851900471416
        ]
      }
    }
  ]
}