{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "The Gables",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.443926,
            51.364986
          ],
          [
            -0.444277,
            51.36504
          ],
          [
            -0.444627,
            51.365094
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033318643, KT13 0DB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.4446407688873892,
          51.365103473531136
        ]
      }
    }
  ]
}