Minor C++ include fixes
This commit is contained in:
parent
f663df87d4
commit
85bc62948b
@ -44,7 +44,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
ferry 5
|
||||
*/
|
||||
|
||||
typedef HashTable<std::string, NodeID> StringMap;
|
||||
typedef google::dense_hash_map<std::string, NodeID> StringMap;
|
||||
|
||||
std::string names[14] = { "motorway", "motorway_link", "trunk", "trunk_link", "primary", "primary_link", "secondary", "secondary_link", "tertiary", "unclassified", "residential", "living_street", "service", "ferry" };
|
||||
double speeds[14] = { 110, 90, 90, 70, 70, 60, 60, 50, 55, 25, 40 , 10, 30, 5};
|
||||
|
Loading…
Reference in New Issue
Block a user