{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Jackson Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.095391,
            53.49283
          ],
          [
            -2.095127,
            53.492844
          ],
          [
            -2.094862,
            53.492859
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002997134, OL6 8NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.095385928543662,
          53.49284339370846
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "200004417260, OL6 8LP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.095385928543662,
          53.49284339370846
        ]
      }
    }
  ]
}