{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lund Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.501503,
            53.745209
          ],
          [
            -2.501551,
            53.745474
          ],
          [
            -2.5016,
            53.745739
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024628646, BB2 6NG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.50160010229885,
          53.74573937264019
        ]
      }
    }
  ]
}