update cppgtfs, support ZIP reading and writing for GTFS feeds
This commit is contained in:
parent
b4b08baeca
commit
9a8e5d4e31
10 changed files with 441 additions and 298 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#define PFAEDLE_GTFS_FEED_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Service.h"
|
||||
#include "ShapeContainer.h"
|
||||
#include "StopTime.h"
|
||||
|
|
@ -22,10 +23,10 @@ namespace gtfs {
|
|||
typedef ad::cppgtfs::gtfs::FeedB<
|
||||
ad::cppgtfs::gtfs::Agency, ad::cppgtfs::gtfs::Route,
|
||||
ad::cppgtfs::gtfs::Stop, Service, StopTime, Shape, ad::cppgtfs::gtfs::Fare,
|
||||
ad::cppgtfs::gtfs::Container, ad::cppgtfs::gtfs::Container,
|
||||
ad::cppgtfs::gtfs::NullContainer, ad::cppgtfs::gtfs::ContContainer,
|
||||
ad::cppgtfs::gtfs::ContContainer, ShapeContainer,
|
||||
ad::cppgtfs::gtfs::Container>
|
||||
ad::cppgtfs::gtfs::Level, ad::cppgtfs::gtfs::Container,
|
||||
ad::cppgtfs::gtfs::Container, ad::cppgtfs::gtfs::NullContainer,
|
||||
ad::cppgtfs::gtfs::ContContainer, ad::cppgtfs::gtfs::ContContainer,
|
||||
ShapeContainer, ad::cppgtfs::gtfs::Container, ad::cppgtfs::gtfs::Container>
|
||||
Feed;
|
||||
typedef ad::cppgtfs::gtfs::TripB<StopTime<ad::cppgtfs::gtfs::Stop>, Service,
|
||||
ad::cppgtfs::gtfs::Route, Shape>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue