{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thompsons Yard",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            1.297851,
            52.634444
          ],
          [
            1.298067,
            52.634272
          ],
          [
            1.298283,
            52.634099
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10034850090, NR3 1SE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          1.2982828595154587,
          52.63409930949447
        ]
      }
    }
  ]
}