{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cayley Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.142138,
            53.61333
          ],
          [
            -2.142207,
            53.613488
          ],
          [
            -2.142275,
            53.613645
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023360524, OL16 5DL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1421380778284673,
          53.6133303892811
        ]
      }
    }
  ]
}