{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Woodland Drive",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.163611,
            51.118521
          ],
          [
            1.164051,
            51.118632
          ],
          [
            1.164277,
            51.118689
          ],
          [
            1.164407,
            51.118808
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "50117028, CT18 7ST",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.1646621453863295,
          51.118942445242574
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "50117034, CT18 7AX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.1636043403840013,
          51.11852134454885
        ]
      }
    }
  ]
}