Lennard <[email protected]> wrote: > What probably happens is that, in write_wkts(), you removeTag(), thereby > physically removing that tag from the list. However, for geometries that > also go into planet_osm_roads, write_wkts() is called twice in a row > (once for lines, once for roads), and the second time, these tags are > gone. There's nothing left to put into the columns.
*argh* this is not intentional. I did not think about write_wkts beeing called a second time. Looks like I need to do this in another way. Regards Sven -- "Whenever there is a conflict between human rights and property rights, human rights must prevail." (Abraham Lincoln) /me is giggls@ircnet, http://sven.gegg.us/ on the Web _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

