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