{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Parkside Square",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.014791,
            51.471286
          ],
          [
            -0.014584,
            51.47134
          ],
          [
            -0.014378,
            51.471394
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090784805, SE13 7QR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.014789275905677898,
          51.4712874679122
        ]
      }
    }
  ]
}