[Tile-serving] [osm2pgsql-dev/osm2pgsql] Introduce new "id cache" for node tables (PR #2460)
Sarah Hoffmann
notifications at github.com
Mon Apr 13 07:30:06 UTC 2026
@lonvia commented on this pull request.
> + name = 'highways',
+ ids = { type = 'way', id_column = 'way_id' },
+ columns = {
+ { column = 'htype', type = 'text', not_null = true },
+ { column = 'geom', type = 'linestring', not_null = true },
+ }
+})
+
+-- This table will contain entries for all node/way combinations where the way
+-- is tagged as "highway" and the node is tagged as "highway=turning_circle".
+-- The "htype" column contains the highway type, the "geom" the geometry of
+-- the node. This can be used, for instance, to draw the point in a style that
+-- fits with the style of the highway.
+--
+-- Note that you might have multiple entries for the same node in this table
+-- if it is in several ways. I that case you might have to decide at rendering
I -> In
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/pull/2460#pullrequestreview-4096964519
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/pull/2460/review/4096964519 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20260413/598df8c6/attachment.htm>
More information about the Tile-serving
mailing list