{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wilkin Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.9126,
            53.867484
          ],
          [
            -1.912592,
            53.867691
          ],
          [
            -1.912584,
            53.867898
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010590401, BD21 2AU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.912614299731571,
          53.86772708482374
        ]
      }
    }
  ]
}