{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "North Hall Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.062875,
            51.903283
          ],
          [
            -2.062968,
            51.902896
          ],
          [
            -2.063062,
            51.90251
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024303043, GL52 2QD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.062874485776934,
          51.903265104012036
        ]
      }
    }
  ]
}