{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "St Thomas's Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.331714,
            51.476302
          ],
          [
            0.331723,
            51.476333
          ],
          [
            0.331732,
            51.476364
          ],
          [
            0.33174,
            51.476517
          ],
          [
            0.331747,
            51.47667
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10001047106, RM17 6SR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.33174793691766585,
          51.47667887055574
        ]
      }
    }
  ]
}