peter9113 / googletransitdatafeed

Automatically exported from code.google.com/p/googletransitdatafeed
0 stars 0 forks source link

kmlwriter.py crashes #346

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Error is attached.

Original issue reported on code.google.com by ste...@konink.de on 16 Aug 2012 at 3:53

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by bdfer...@google.com on 21 Aug 2012 at 2:04

GoogleCodeExporter commented 8 years ago
The current behavior of the kmlwriter is to load the feed, printing any 
validation messages to the console, and then attempting to run the KML 
generation step, which often runs into problems if the GTFS doesn't validate 
properly.  I've updated the code to instead immediately throw an exception if 
there is a validation error when loading the feed.

Reviewed at http://codereview.appspot.com/6460121/ and committed in r1699.

Original comment by bdfer...@google.com on 21 Aug 2012 at 2:47