{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [-71.08190, 42.31489],
          [-71.08170, 42.31440],
          [-71.08090, 42.31357],
          [-71.07986, 42.31394],
          [-71.08142, 42.31385]
        ]
      },
      "properties": {
        "name": "sample-route-1",
        "tag": "sample-tag"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [-71.08352, 42.31469],
          [-71.08326, 42.31535]
        ]
      },
      "properties": {
        "name": "sample-route-2",
        "tag": "sample-tag"
      }
    }
  ]
}
