{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Fletcher Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.181345,
            53.018612
          ],
          [
            -2.181324,
            53.018619
          ],
          [
            -2.181303,
            53.018626
          ],
          [
            -2.180989,
            53.018727
          ],
          [
            -2.180675,
            53.018829
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455132750, ST1 4DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.180675034835036,
          53.01882882556385
        ]
      }
    }
  ]
}