{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shepherd Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.157317,
            53.622282
          ],
          [
            -2.157506,
            53.622214
          ],
          [
            -2.157695,
            53.622146
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23118282, OL12 0LN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1573623999722225,
          53.622263592194145
        ]
      }
    }
  ]
}