save 4 bytes per internal edge
This commit is contained in:
parent
8acf081be3
commit
dbe70ffc8a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user