Skip to content

Commit 493c853

Browse files
authored
member_superseded is obsolete
1 parent 3d1eab5 commit 493c853

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/lua.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ are both arrays (indexed tables) of hashes (tables).
5555
As usual, it should return a filter flag, and a transformed set of tags to be
5656
applied to the relation in later processing.
5757

58-
The third return value, `member_superseded`, is a flag set to `1` if the way
59-
has now been dealt with (e.g. outer ways in multipolygon relations, which are
60-
superseded by the multipolygon geometry), `0` if it needs to have its own entry
61-
in the database (e.g. tagged inner ways).
58+
The third return value, `member_superseded`, is obsolete and will be ignored.
6259

6360
The fourth and fifth return values, `boundary` and `polygon`, are flags that
6461
specify if the relation should be processed as a line, a polygon, or both (e.g.

0 commit comments

Comments
 (0)