We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems to happen because completePlace is called twice on updating. The second time you've another object for the same address.
It happens on these lines:
photon/src/main/java/de/komoot/photon/nominatim/NominatimConnector.java
Line 83 in ce84ef4
Line 148 in ce84ef4
Why is this called twice? It that on purpose?
Originally posted by @hendrikmoree in #630 (comment)
The text was updated successfully, but these errors were encountered:
remove completeDoc from single place update functions
5e0ed0b
Docs are already completed in the rowMappers. Fixes komoot#631.
Successfully merging a pull request may close this issue.
It seems to happen because completePlace is called twice on updating. The second time you've another object for the same address.
It happens on these lines:
photon/src/main/java/de/komoot/photon/nominatim/NominatimConnector.java
Line 83 in ce84ef4
photon/src/main/java/de/komoot/photon/nominatim/NominatimConnector.java
Line 148 in ce84ef4
Why is this called twice? It that on purpose?
Originally posted by @hendrikmoree in #630 (comment)
The text was updated successfully, but these errors were encountered: