{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mary Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.411733,
            51.689127
          ],
          [
            -3.411606,
            51.689228
          ],
          [
            -3.411479,
            51.689328
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Mary Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.411479,
            51.689328
          ],
          [
            -3.411253,
            51.68952
          ],
          [
            -3.411028,
            51.689711
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023814233, CF44 6BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.411027325353808,
          51.68970218837476
        ]
      }
    }
  ]
}