dont output warning for unsnap if station lies outside the GTFS bounding box (because the trip it belongs to was filtered for some reason)
This commit is contained in:
parent
8fb21919f3
commit
2fb157ef37
3 changed files with 22 additions and 9 deletions
|
|
@ -105,7 +105,7 @@ class ShapeBuilder {
|
|||
std::string getFreeShapeId(Trip* t);
|
||||
|
||||
ad::cppgtfs::gtfs::Shape getGtfsShape(const Shape& shp, Trip* t,
|
||||
std::vector<double>* hopDists);
|
||||
std::vector<double>* hopDists);
|
||||
|
||||
void setShape(Trip* t, const ad::cppgtfs::gtfs::Shape& s,
|
||||
const std::vector<double>& dists);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue