{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beresford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.643637,
            54.624414
          ],
          [
            -1.643497,
            54.624512
          ],
          [
            -1.643357,
            54.62461
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014015246, DL4 2LN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.6447902438690274,
          54.62359913756067
        ]
      }
    }
  ]
}