{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sun Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.590174,
            50.855837
          ],
          [
            0.590125,
            50.855949
          ],
          [
            0.590075,
            50.856062
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070600847, TN34 3AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5901441611801265,
          50.855879453758874
        ]
      }
    }
  ]
}