{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Barraclough Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.776694,
            53.756101
          ],
          [
            -1.776738,
            53.756121
          ],
          [
            -1.777088,
            53.756277
          ],
          [
            -1.777429,
            53.75643
          ],
          [
            -1.777481,
            53.756453
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591785, BD12 0ES",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.7771178437575472,
          53.75628137847225
        ]
      }
    }
  ]
}