{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Larkins Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.068944,
            51.847091
          ],
          [
            0.068794,
            51.846832
          ],
          [
            0.068644,
            51.846573
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034628387, SG10 6AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.06879862271286123,
          51.84683757616604
        ]
      }
    }
  ]
}