-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Could not find node with id
" despite node presence in PBF
#657
Comments
Could not find node with id
despite node presenceCould not find node with id
" despite node presence
Could not find node with id
" despite node presenceCould not find node with id
" despite node presence in PBF
Just checking -- is This requirement is noted in the docs here: Lines 50 to 51 in 95644d2
|
Yes, sorry for the confusion. The error persists, even if the file is renumbered. I just double checked.
Information on the renumbered PBF file:
Information on the (original) planet file I am using is:
|
Thanks for the detailed debug data! I think there are two issues here.
There's actually a comment in the code that explains why the two flags don't work together... but that's not very helpful. :) Instead, the code should not use |
When running tilemaker v3.0.0 (release binary on Ubuntu 22.04) with the planet on debug profile / config, I get the following error:
osmium getid
confirmed that my input file does contain NodeID 11498743532:If I drop
--compact
, it runs through without a problem. This makes me think, it might have something to do withtilemaker/src/node_stores.cpp
Lines 93 to 97 in 3af62f6
The text was updated successfully, but these errors were encountered: