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/[email protected]>
_______________________________________________
Tile-serving mailing list
[email protected]
https://lists.openstreetmap.org/listinfo/tile-serving

Reply via email to