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
It seems like currently all element properties in new/recent JSONs from S3 are empty?
element
Example: https://s3.amazonaws.com/mapbox/real-changesets/production/148007667.json (no big bbox involved here)
element properties in the JSONs from S3 are empty for all new changesets, therefore OSMCha falls back to querying Overpass API, which is slower.
S3 JSONs contain the changes in the element property.
Seemingly for all recent changesets (looked at a couple of current ones).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm submitting a _bug report
Brief Description
It seems like currently all
element
properties in new/recent JSONs from S3 are empty?Example:
https://s3.amazonaws.com/mapbox/real-changesets/production/148007667.json
(no big bbox involved here)
What is the current behaviour, (attach relevant screenshots) ?
element
properties in the JSONs from S3 are empty for all new changesets, therefore OSMCha falls back to querying Overpass API, which is slower.What is the expected behaviour ?
S3 JSONs contain the changes in the
element
property.When does this occur ?
Seemingly for all recent changesets (looked at a couple of current ones).
How do we replicate the issue ?
The text was updated successfully, but these errors were encountered: