[Tile-serving] [osm2pgsql] Similar tables do not function the same with multi-backend (#267)

Sarah Hoffmann notifications at github.com
Fri Feb 6 20:53:08 UTC 2015


All output processors assume that they are the only users of the keyval struct containing the tags and modify these lists in-place. My guess of what happens here: your second table just sees the modified tag list from the first table which only contains a housenumber tag and no addr:housenumber tag and drops the item.

Yet another strong point for rewriting keyvals as std::vector.

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


More information about the Tile-serving mailing list