{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Shell Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.590349,
            50.855877
          ],
          [
            0.59031,
            50.85598
          ],
          [
            0.59027,
            50.856083
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070600790, TN34 3AL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.5903169579847518,
          50.85592058830627
        ]
      }
    }
  ]
}