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
|
|
@ -8,7 +8,7 @@
|
|||
// ____________________________________________________________________________
|
||||
template <typename T>
|
||||
ShapeContainer<T>::ShapeContainer() : _lastBuff(0) {
|
||||
std::string f = pfaedle::getTmpFName("", "");
|
||||
std::string f = util::getTmpFName("<tmp>", ".pfaedle-tmp", "");
|
||||
_storage.open(f, std::fstream::in | std::fstream::out | std::fstream::trunc);
|
||||
|
||||
// immediately unlink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue