{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Spa Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.258828,
            53.79379
          ],
          [
            -2.259044,
            53.793664
          ],
          [
            -2.259261,
            53.793538
          ],
          [
            -2.259349,
            53.793486
          ],
          [
            -2.259437,
            53.793435
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014135527, BB12 0NP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2594221082982267,
          53.79343518563368
        ]
      }
    }
  ]
}