{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Orchard Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.223988,
            51.727865
          ],
          [
            -1.224242,
            51.727811
          ],
          [
            -1.224497,
            51.727757
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024245092, OX4 4HX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2245258142157074,
          51.72773888253392
        ]
      }
    }
  ]
}