{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Falstaff Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.9883,
            53.438368
          ],
          [
            -2.987715,
            53.438462
          ],
          [
            -2.98713,
            53.438556
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38258172, L20 2AE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.987114538112536,
          53.43855572070611
        ]
      }
    }
  ]
}