{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sunderland Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.986996,
            53.928796
          ],
          [
            -1.986858,
            53.928965
          ],
          [
            -1.986544,
            53.929844
          ],
          [
            -1.986165,
            53.930906
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10024102445, BD20 9HG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9868818342763426,
          53.92886609370805
        ]
      }
    }
  ]
}