{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Thames Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.497226,
            53.192485
          ],
          [
            -2.496875,
            53.192593
          ],
          [
            -2.496524,
            53.1927
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014518767, CW7 3LH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4972264623852483,
          53.19249432638383
        ]
      }
    }
  ]
}