[Tile-serving] [openstreetmap/osm2pgsql] Question: Changing table names in .style (#958)

mmd notifications at github.com
Thu Oct 3 09:31:11 UTC 2019


One issue I see is that osm2pgsql uses a completely different table structure than what you have in your current osmosis db (it seems you're currently using a pgsnapshot schema?).

So my first question would be what your use case is, and why you want to switch to osm2pgsql in the first place.

Otherwise you could of course to define some SQL VIEWs instead, which fetch data from the original tables without reloading. But as I said, that probably won't work out of the box due to the large differences between those two schemas.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/958#issuecomment-537866995
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20191003/fcd603ea/attachment.html>


More information about the Tile-serving mailing list