{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Stout Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.49284,
            53.743502
          ],
          [
            -2.492634,
            53.743359
          ],
          [
            -2.492427,
            53.743216
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010319050, BB2 1NT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.4924573397831695,
          53.74319770991435
        ]
      }
    }
  ]
}