timetable-extension #1
@ -106,7 +106,7 @@ func GetTiplocFromCrs(crs string) (tiploc string, err error) {
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	coll := MongoClient.Database(DatabaseName).Collection(StationsCollection)
 | 
			
		||||
	coll := MongoClient.Database(DatabaseName).Collection(CorpusCollection)
 | 
			
		||||
	cursor, err := coll.Aggregate(context.Background(), pipeline)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return "", err
 | 
			
		||||
@ -144,7 +144,7 @@ func GetStanoxFromCrs(crs string) (stanox string, err error) {
 | 
			
		||||
		},
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	coll := MongoClient.Database(DatabaseName).Collection(StationsCollection)
 | 
			
		||||
	coll := MongoClient.Database(DatabaseName).Collection(CorpusCollection)
 | 
			
		||||
	cursor, err := coll.Aggregate(context.Background(), pipeline)
 | 
			
		||||
	if err != nil {
 | 
			
		||||
		return "", err
 | 
			
		||||
 | 
			
		||||
@ -47,7 +47,7 @@ func PutPisMetadata(version string) error {
 | 
			
		||||
		return err
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	log.Info("New Stations Metadata written", zap.String("version", version))
 | 
			
		||||
	log.Info("New PIS Metadata written", zap.String("version", version))
 | 
			
		||||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user