{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bell Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.342438,
            51.27554
          ],
          [
            1.342221,
            51.275347
          ],
          [
            1.342003,
            51.275153
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034877886, CT13 9EF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.342002987807506,
          51.275153261254566
        ]
      }
    }
  ]
}