{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kendall Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.794127,
            53.598094
          ],
          [
            -1.794325,
            53.597919
          ],
          [
            -1.794409,
            53.597845
          ],
          [
            -1.794253,
            53.597766
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "83236911, HD9 6EA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7941332384198028,
          53.59808429542594
        ]
      }
    }
  ]
}