{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bath Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.855881,
            53.720207
          ],
          [
            -1.855669,
            53.720162
          ],
          [
            -1.855457,
            53.720116
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090215309, HX1 1QY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.8558807129866122,
          53.720206878091865
        ]
      }
    }
  ]
}