{
  "type": "FeatureCollection",
  "features": [{
      "type": "Feature",
      "properties": {
        "name": "Way one"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            127.61718749999999,
            53.330872983017066
          ],
          [
            89.296875,
            48.69096039092549
          ],
          [
            50.2734375,
            60.75915950226991
          ],
          [
            18.984375,
            51.83577752045248
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Way two"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            42.1875,
            7.710991655433217
          ],
          [
            27.421875,
            0
          ],
          [
            27.773437499999996,
            -20.3034175184893
          ],
          [
            21.4453125,
            -30.145127183376115
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Way three"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -71.015625,
            -46.31658418182218
          ],
          [
            -59.765625,
            -29.535229562948444
          ],
          [
            -65.0390625,
            -12.897489183755892
          ],
          [
            -72.421875,
            8.407168163601076
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Way four"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -102.3046875,
            25.48295117535531
          ],
          [
            -90.3515625,
            38.272688535980976
          ],
          [
            -103.71093749999999,
            48.922499263758255
          ],
          [
            -131.484375,
            57.89149735271034
          ],
          [
            -137.4609375,
            62.103882522897855
          ]
        ]
      }
    }
  ]
}