{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Ford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.891853,
            53.874918
          ],
          [
            -1.891793,
            53.874811
          ],
          [
            -1.891732,
            53.874703
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Ford Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.891732,
            53.874703
          ],
          [
            -1.891596,
            53.874487
          ],
          [
            -1.89146,
            53.874271
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10010591517, BD21 4DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.891595964676562,
          53.874486826933705
        ]
      }
    }
  ]
}