[Tile-serving] [osm2pgsql-dev/osm2pgsql] Add tile-based generalizer calling SQL commands (PR #2181)

Jochen Topf notifications at github.com
Thu May 9 18:59:30 UTC 2024


> What is this strategy used for that the others do not do?

It allows all strategies that can be implemented in SQL. It can also be used as an experimenting ground for new strategies that get later implemented in C++ for performance.

> Is it possible to make vector-union a special case of tile-sql?

Yes, that should be possible. I am undeciced on whether we want to have specialized code for stuff like vector-union to make usage simpler than with a generic mechanism implemented in this commit. We'll see how it goes. The generalization stuff is still marked as experimental, so I want to allow more experimentation at the moment.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2181#issuecomment-2103243223
You are receiving this because you are subscribed to this thread.

Message ID: <osm2pgsql-dev/osm2pgsql/pull/2181/c2103243223 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20240509/bbc9377d/attachment.htm>


More information about the Tile-serving mailing list