{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Robert Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.15311,
            53.619443
          ],
          [
            -2.152588,
            53.619636
          ],
          [
            -2.152065,
            53.61983
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23070834, OL16 2DG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.152167493297791,
          53.61970867416939
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "23114413, OL16 2HS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.152952831562981,
          53.61949195388398
        ]
      }
    }
  ]
}