[Tile-serving] [osm2pgsql] Geometric column for relations (#116)

apmon notifications at github.com
Tue Jan 14 08:34:14 UTC 2014


Have a look at the lua processing in osm2pgsql.

I haven't verified if it actually goes through, but I think it should. In the lua script you can specify which relations should be processed into the line / roads / polygon tables and which ignored. So you should be able to say to include type=bridge relations and osm2pgsql will try and build geometries for them then.

E.g. https://github.com/openstreetmap/osm2pgsql/blob/master/style.lua#L82 encodes the current logic of only processing route, boundary and multipolygon relations.

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/116#issuecomment-32246674
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20140114/91d76f6f/attachment.html>


More information about the Tile-serving mailing list