{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Gardner Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.554761,
            50.851215
          ],
          [
            0.554779,
            50.851033
          ],
          [
            0.554797,
            50.850851
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070600349, TN38 0DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5548197508099424,
          50.85121693350532
        ]
      }
    }
  ]
}