{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Toulouse → Foix → Andorre via point 41.5467497,0.6274077",
        "type": "itineraire"
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [1.4442, 43.6047],      
          [1.6101, 42.9624],      
          [1.5218, 42.5063],      
          [0.6274077, 41.5467497] 
        ]
      }
    }
  ]
}