[Tile-serving] [osm2pgsql-dev/osm2pgsql] Remove support for non-bucket index on middle way table (PR #2237)
Jochen Topf
notifications at github.com
Mon Aug 19 09:45:47 UTC 2024
Only supports bucket index which has been the default for a long time and works much better than the old one.
Also removes the command line option --middle-way-node-index-id-shift. The id shift can not be changed any more, it is hardcoded to 5 which was the default.
This is a potentially breaking change: Users with incompatible indexes have to do a reimport (or at least create the new index).
You can view, comment on, or merge this pull request online at:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2237
-- Commit Summary --
* Remove support for non-bucket index on middle way table
-- File Changes --
M man/osm2pgsql.md (4)
M src/command-line-parser.cpp (15)
M src/middle-pgsql.cpp (81)
M src/middle-pgsql.hpp (3)
M src/options.hpp (8)
-- Patch Links --
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2237.patch
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2237.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2237
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2237 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240819/50cc676c/attachment.htm>
More information about the Tile-serving
mailing list