{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Westover Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.441934,
            50.712636
          ],
          [
            -2.442301,
            50.712553
          ],
          [
            -2.442669,
            50.712471
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013012991, DT1 1SB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4426685742406935,
          50.71247109905696
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10015338888, DT1 1RT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.442286596903388,
          50.7125175132504
        ]
      }
    }
  ]
}