[Tile-serving] [openstreetmap/osm2pgsql] Fix multistage processing (#1208)
Jochen Topf
notifications at github.com
Sun Jun 14 10:21:34 UTC 2020
@joto commented on this pull request.
> @@ -22,8 +22,9 @@ tables.routes = osm2pgsql.define_relation_table('routes', {
{ column = 'tags', type = 'hstore' },
})
--- This will be used to store lists of relation ids queryable by way id
-by_way_id = {}
+-- This will be used to store information about relations queryable by member
+-- way id
Is probably not needed any more, but better to write idempotent code here to be on the safe side. Will be documented in next version of the PR.
--
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/1208#discussion_r439814231
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20200614/bd5d8c85/attachment.htm>
More information about the Tile-serving
mailing list