Multiple regions and information about update status #2127
Unanswered
arthurwozniak
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Your observation is correct. The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we have installed nominatim with multiple regions option (https://nominatim.org/release-docs/3.5.1/admin/Advanced-Installations/#updating-multiple-regions). Updates seems to be working and
sequence.state
is growing. But confusing for me is that no information is available via API/nominatim-ui.When I take a look inside UI js fetching last update date (https://github.com/osm-search/nominatim-ui/blob/8c17a599828a55c8017d60c49d02305424a9ee7e/src/assets/js/base.js#L129), it uses function
dataDate
from https://github.com/osm-search/Nominatim/blob/master/lib/Status.php.Problem is that
import_status
table is updated only in file https://github.com/osm-search/Nominatim/blob/f3e0e401fd50dd48eaba93ffdc322f3c3516460e/utils/update.php, specifically using arguments--init-updates
or--import-osmosis*
.But updating multiple regions calls uses
--import-diff
arg (https://github.com/osm-search/Nominatim/blob/master/utils/update_database.sh).So one can end in situation that data are updating for year, but
Data last updated:
is invalid and confusing. Is it correct or do I oversee something?Beta Was this translation helpful? Give feedback.
All reactions