{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Back Pine Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.279662,
            53.595516
          ],
          [
            -2.279773,
            53.59516
          ],
          [
            -2.279884,
            53.594805
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210004931, BL9 7QH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2796618911585473,
          53.59551567583743
        ]
      }
    }
  ]
}