{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Diagonal Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.404609,
            51.38525
          ],
          [
            -3.404705,
            51.385131
          ],
          [
            -3.405242,
            51.384815
          ],
          [
            -3.405417,
            51.384712
          ],
          [
            -3.405479,
            51.38427
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "64101143, CF62 4ZW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.404495137770475,
          51.385535670166675
        ]
      }
    }
  ]
}