{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hampson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.217963,
            53.492938
          ],
          [
            -2.217998,
            53.492954
          ],
          [
            -2.218032,
            53.49297
          ],
          [
            -2.218267,
            53.493113
          ],
          [
            -2.218501,
            53.493257
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023065905, M40 7PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2185010268198004,
          53.493256736288046
        ]
      }
    }
  ]
}