{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Semley Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.122636,
            51.409133
          ],
          [
            -0.12257,
            51.408881
          ],
          [
            -0.122503,
            51.408628
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090925579, SW16 4PH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.12250158044704765,
          51.40862961495543
        ]
      }
    }
  ]
}