iwannabebetter / transitdatafeeder

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

Correct initial population of database #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the feature enhancement:
Populate the initial database with the correct options, as per GTFS.

Why is this enhancement necessary?
The drop_off_type and pickup_type is populated with "one ton" and not the 
correct "0 - regular scheduled pickup", "1 - No pickup available", etc. 
options. The same holds for bike_option. 

Original issue reported on code.google.com by johanwjo...@gmail.com on 16 May 2011 at 7:11

GoogleCodeExporter commented 9 years ago
Default values are `coded' in 
resources.sql.alter.postgresql.r49_pickup_types.sql but that does not seem to 
be executed. 

I am not that familiar with how these get executed during the build phase. 
Also, could not find the `one ton' in the code.

Original comment by johanwjo...@gmail.com on 13 Jul 2011 at 9:31