{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stabledene Way",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.324054,
            51.142422
          ],
          [
            0.324256,
            51.142598
          ],
          [
            0.324458,
            51.142774
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090054406, TN2 4HG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.3244562308593433,
          51.14273800551593
        ]
      }
    }
  ]
}