[Tile-serving] [openstreetmap/osm2pgsql] Fix deletion on update in gazetteer (#1008)
Sarah Hoffmann
notifications at github.com
Sun Dec 1 10:35:03 UTC 2019
lonvia commented on this pull request.
>
- return true;
+ for (auto const &m : m_main) {
+ bool do_include = true;
+ if (std::get<2>(m) & SF_MAIN_NAMED) {
Because I thought the if would be too complicated once the XXX is solved. On further thinking, the XXX needs to be solved in a totally different place. Something for another PR. (Note that the XXX was there before, so no regression here.)
--
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/pull/1008#discussion_r352334968
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20191201/8a60d6d7/attachment.html>
More information about the Tile-serving
mailing list