{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barbican Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.054315,
            51.077459
          ],
          [
            -4.054798,
            51.077244
          ],
          [
            -4.055281,
            51.077029
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10090338318, EX32 8HX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.055272505863766,
          51.077028893815054
        ]
      }
    }
  ]
}