routeList.put(route.id, r);
}
if(trip.pattern.shape != null && !shapeList.containsKey(trip.pattern.shape.id))
{
TripShape shape = trip.pattern.shape;
AgencyAndId shapeId = new AgencyAndId();
shapeId.setAgencyId(gtfsAgencyId);
shapeId.setId(shape.id.toString());