-
Notifications
You must be signed in to change notification settings - Fork 191
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
openstreetmap-tiles-update-expire and osm2pgsql 1.6.0 : --expire-tiles #292
Comments
That's funny. A colon was never an acceptable separator for osm2pgsql as far as I know. The main thing that has changed is that recent versions of osm2pgsql complain about the bad syntax. |
In addition to ^^ I suspect that relatively few people will actually use https://github.com/openstreetmap/mod_tile/blob/master/utils/openstreetmap-tiles-update-expire with osm2pgsql 1.6.0 , since osm2pgsql 1.4.2 or above fully supports osm2pgsql-replication and PyOsmium for replication, which doesn't require osmosis / Java. Edit: Actually Debian 11 people wedded to the binaries in their distribution will be affected by this. |
In commits before 24488bfdaec2c432e33144ecb2688387253db37c the code was buggy and ignored everything after the colon if I see this correctly. Typical |
Count me as one of the "few". |
#203 and openstreetmap/mod_tile#292 Co-authored-by: Andy Townsend <[email protected]>
switch2osm#203 and openstreetmap/mod_tile#292 Co-authored-by: Andy Townsend <[email protected]>
Hi,
Stumbled upon this error in
openstreetmap-tiles-update-expire
with osm2pgsql-e$EXPIRY_METAZOOM:$EXPIRY_METAZOOM
should be replaced by--expire-tiles "$EXPIRY_METAZOOM-$EXPIRY_METAZOOM"
for the script to work with osm2pgsql 1.6.0The text was updated successfully, but these errors were encountered: