save 4 bytes per internal edge
This commit is contained in:
parent
8acf081be3
commit
dbe70ffc8a
@ -71,13 +71,13 @@ struct ExtractionWay {
|
|||||||
enum Directions {
|
enum Directions {
|
||||||
notSure = 0, oneway, bidirectional, opposite
|
notSure = 0, oneway, bidirectional, opposite
|
||||||
};
|
};
|
||||||
Directions direction;
|
|
||||||
unsigned id;
|
unsigned id;
|
||||||
unsigned nameID;
|
unsigned nameID;
|
||||||
std::string name;
|
|
||||||
double speed;
|
double speed;
|
||||||
double backward_speed;
|
double backward_speed;
|
||||||
double duration;
|
double duration;
|
||||||
|
Directions direction;
|
||||||
|
std::string name;
|
||||||
short type;
|
short type;
|
||||||
bool access;
|
bool access;
|
||||||
bool roundabout;
|
bool roundabout;
|
||||||
|
Loading…
Reference in New Issue
Block a user