ohsome-quality-api icon indicating copy to clipboard operation
ohsome-quality-api copied to clipboard

fix attribute completeness description text

Open JanReifenrath opened this issue 1 year ago • 1 comments

The attribute completeness description text says "attributes" even if there is only a single attribute selected. It should only say "attribute"

JanReifenrath avatar Dec 12 '24 09:12 JanReifenrath

the code should look roughly like this if len(self.attribute_names) > 1: tags = "attributes " + ", ".join(self.attribute_names) else: tags = "attribute " + self.attribute_names[0]

JanReifenrath avatar Dec 12 '24 09:12 JanReifenrath

hey @JanReifenrath , didnt you already fix this or do i remember wrong?

Gigaszi avatar Jun 06 '25 08:06 Gigaszi

yes, this has already been fixed (link to commit where it got fixed: https://github.com/GIScience/ohsome-quality-api/commit/3bfb2d5780dd29e9fe310a5bbe8be431e158f23f )

JanReifenrath avatar Jun 06 '25 08:06 JanReifenrath