{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cockayne Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.646419,
            53.052583
          ],
          [
            -1.64649,
            53.051499
          ],
          [
            -1.646561,
            53.050415
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010333796, DE6 1PU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.646443299445498,
          53.051494890321166
        ]
      }
    }
  ]
}