diff --git a/Extractor/ExtractorStructs.h b/Extractor/ExtractorStructs.h index 6ea0a915c..1e04ed68e 100644 --- a/Extractor/ExtractorStructs.h +++ b/Extractor/ExtractorStructs.h @@ -71,13 +71,13 @@ struct ExtractionWay { enum Directions { notSure = 0, oneway, bidirectional, opposite }; - Directions direction; unsigned id; unsigned nameID; - std::string name; double speed; double backward_speed; double duration; + Directions direction; + std::string name; short type; bool access; bool roundabout;