{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Pool Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.575586,
            53.529236
          ],
          [
            -2.57535,
            53.529233
          ],
          [
            -2.575114,
            53.529231
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014063963, WN2 3EW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.575385565589499,
          53.529229344769966
        ]
      }
    }
  ]
}