{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mill Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.695327,
            51.702303
          ],
          [
            -0.695648,
            51.703449
          ],
          [
            -0.69597,
            51.704594
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10008027924, HP16 0QR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.6953680255415117,
          51.70237564013616
        ]
      }
    }
  ]
}