{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Abraham Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.239611,
            51.558028
          ],
          [
            0.239737,
            51.558151
          ],
          [
            0.239864,
            51.558274
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070704570, RM14 2QU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.23986382489539562,
          51.55827417770294
        ]
      }
    }
  ]
}