We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bench
not null
osm_type
Caused by #110.
Two records discovered, one bench=unknown the other bench=picnic_table...
bench=unknown
bench=picnic_table
Should be able to resolve by changing this
if object.tags.bench == 'no' then return end
to
if object.tags.bench ~= 'yes' then return end
The only valid values described are yes/no so discarding other values is fine.
yes
no
The text was updated successfully, but these errors were encountered:
Amazing, I came here to report this bug but I see you already found it :)
I detected it on these nodes:
Sorry, something went wrong.
I didn't log it very long before you ended up here! I particularly like bench=no;yes in two of those examples. 🥇
bench=no;yes
This should be fixed soon!
Rework and consolidate logic for amenity inclusion. Error check for i…
6ecd973
…nvalid bench tags #119
Add extra test script and initial extra-regions file to spot-check sp…
631e8b9
…ecific areas do not fail import. #119 #112
@jacopofar This should be fixed in main now, the new :latest Docker image will be available shortly!
main
:latest
Successfully merging a pull request may close this issue.
Details
Caused by #110.
Two records discovered, one
bench=unknown
the otherbench=picnic_table
...Should be able to resolve by changing this
to
The only valid values described are
yes
/no
so discarding other values is fine.The text was updated successfully, but these errors were encountered: