{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Laurel Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.23298,
            53.782821
          ],
          [
            -2.233162,
            53.782798
          ],
          [
            -2.233344,
            53.782775
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014134340, BB11 3HL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2333440609341153,
          53.782775131242836
        ]
      }
    }
  ]
}