[Tile-serving] [osm2pgsql] Fix multi tags redeclaration (#337)

Matt Amos notifications at github.com
Mon Apr 20 22:01:29 UTC 2015


> @@ -364,7 +364,7 @@ int output_multi_t::process_relation(osmid_t id, const memberlist_t &members,
>          //all this trickery
>          int make_boundary, make_polygon = 1;
>          taglist_t outtags;
> -        filter = m_tagtransform->filter_rel_member_tags(tags, filtered, m_relation_helper.roles,

The way it currently works in `output-pgsql.cpp` is that `pgsql_out_relation` is called with `outtags`, the transformed tags from the relation, so shouldn't it be consistent between the two?

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/pull/337/files#r28734000
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150420/03c883e0/attachment.html>


More information about the Tile-serving mailing list