osm2pgsql icon indicating copy to clipboard operation
osm2pgsql copied to clipboard

Bugfix: Return relation members in order from pgsql middle

Open joto opened this issue 3 years ago • 0 comments

Relation members were not returned in order from rel_members_get() when using the pgsql middle.

This also fixes an anomaly where node members where returned as a WayNodeList instead of as normal nodes.

joto avatar Sep 21 '22 13:09 joto