[Tile-serving] [osm2pgsql-dev/osm2pgsql] Style file to only use nodes that my ways use (Discussion #2311)
dpelissiry
notifications at github.com
Mon Mar 24 21:56:32 UTC 2025
Thanks for the response. I was attempting to accomplish this by adding all marked and unmarked nodes into a table, and then insert them from either the after_ways() or process_ways(), but I ran into errors with adding to the nodes table from those functions. The goal is rather simple, I need all nodes, untagged or tagged, that belong to a way. I can achieve this with osmosis with something similar to `osmosis --read-pbf "california-latest.osm.pbf" --tf accept-ways highway=* --tf reject-relations --used-node`, but I wanted to do all of the transformations in the lua style file.
--
Reply to this email directly or view it on GitHub:
https://github.com/osm2pgsql-dev/osm2pgsql/discussions/2311#discussioncomment-12607915
You are receiving this because you are subscribed to this thread.
Message ID: <osm2pgsql-dev/osm2pgsql/repo-discussions/2311/comments/12607915 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20250324/0ee8f172/attachment.htm>
More information about the Tile-serving
mailing list