{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Leinster Place",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.183978,
            51.514388
          ],
          [
            -0.184529,
            51.514298
          ],
          [
            -0.18508,
            51.514208
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10033555732, W2 3TT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.1845287831686759,
          51.514297947679694
        ]
      }
    }
  ]
}