{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beaver Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.238839,
            53.475385
          ],
          [
            -2.239019,
            53.475578
          ],
          [
            -2.239198,
            53.475771
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023062522, M1 6NF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.238839175071209,
          53.47538469556889
        ]
      }
    }
  ]
}