OpendataCH / Transport

Swiss public transport API
http://transport.opendata.ch/
MIT License
241 stars 50 forks source link

passList stations name are null #175

Open lbalogh opened 6 years ago

lbalogh commented 6 years ago

Hello,

Since the recent backend migration, stations name in the passLIst for a stationboard are null :

  "stationboard":[
    {
      "passList":[
        {
          "station":{
            "id":"8501159",
            "name":null, <== should not be null
            "score":null,
            "coordinate":{
              "type":"WGS84",
              "x":null,
              "y":null
            },
            "distance":null

I didn't test on the beta, though. Is it intended, or is it a bug ?

Thanks