Not everything is a NodeID!
This commit is contained in:
parent
1418c0dbbc
commit
6865853776
@ -33,8 +33,8 @@ struct ExtractionWay;
|
||||
class ExtractorCallbacks
|
||||
{
|
||||
private:
|
||||
// used to deduplicate street names: actually maps to name ids
|
||||
std::unordered_map<std::string, NodeID> string_map;
|
||||
// used to deduplicate street names and street destinations: actually maps to name ids
|
||||
std::unordered_map<std::string, unsigned> string_map;
|
||||
ExtractionContainers &external_memory;
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user