{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Denton Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.407429,
            51.380839
          ],
          [
            1.406566,
            51.381028
          ],
          [
            1.405704,
            51.381216
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10071165969, CT9 3RG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.4056887515885323,
          51.381213720227976
        ]
      }
    }
  ]
}