{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Showground Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.11723,
            52.167787
          ],
          [
            0.117579,
            52.167908
          ],
          [
            0.117927,
            52.168028
          ],
          [
            0.11803,
            52.168063
          ],
          [
            0.118132,
            52.168098
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002565767, CB2 9NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.1172452411429185,
          52.16779596899045
        ]
      }
    }
  ]
}