{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ferdinand Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.217243,
            53.493389
          ],
          [
            -2.217436,
            53.49353
          ],
          [
            -2.217629,
            53.493672
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023064690, M40 7PS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2173263288839076,
          53.49344763750662
        ]
      }
    }
  ]
}