-
Notifications
You must be signed in to change notification settings - Fork 449
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
Nominatim 4.5 #587
Nominatim 4.5 #587
Conversation
PR Summary
|
Again, this is just great! 😆 |
OTOH, this is quite good:
|
4.5/contrib/docker-compose.yml
Outdated
services: | ||
nominatim: | ||
container_name: nominatim | ||
image: mediagis/nominatim:4.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be 4.5 here
It looks like I encountered a bug in nominatim 4.5.0 when importing with |
42deaec
to
c640a87
Compare
c640a87
to
6a247d4
Compare
9580a74
to
c04f181
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
amazing work, thanks @leonardehrenfried !
Nominatim 4.5 is moving to Python and the PHP part is now deprecated.
For that reason I removed PHP and apache.
I also upgraded to Ubuntu 24.04 which also uses Postgres 16.
Closes #584.