save 4 bytes per internal edge

This commit is contained in:
Dennis Luxen 2014-01-08 17:11:31 +01:00
parent 8acf081be3
commit dbe70ffc8a

View File

@ -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;