systemed / tilemaker

Make OpenStreetMap vector tiles without the stack
https://tilemaker.org/
Other
1.5k stars 233 forks source link

docs: adjust role explanation for NextRelation #757

Closed cldellow closed 2 months ago

cldellow commented 2 months ago

The current docs describe a single return value that is an array of size 2, but the NextRelation() function actually has two return values.

See https://www.lua.org/pil/5.1.html for more.

Hat tip to @BenOnTrack, who noticed it in https://github.com/systemed/tilemaker/discussions/749

systemed commented 2 months ago

Thank you!