{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Britannia Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.40299,
            51.23279
          ],
          [
            1.403508,
            51.232824
          ],
          [
            1.404027,
            51.232859
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034879177, CT14 6NY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.402990102174782,
          51.23279006167908
        ]
      }
    }
  ]
}