{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Duke Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.988353,
            51.580061
          ],
          [
            -2.988171,
            51.57983
          ],
          [
            -2.98799,
            51.5796
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010551019, NP20 2AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9883585884473316,
          51.58005177439883
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "100100662059, NP20 2AP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9882948240656657,
          51.57977357053404
        ]
      }
    }
  ]
}