changeset-map icon indicating copy to clipboard operation
changeset-map copied to clipboard

Can't display every changeset

Open naoliv opened this issue 8 years ago • 3 comments

For example, it's not possible to see the changes here https://osmlab.github.io/changeset-map/#45229331

Maybe caused by the big bbox.

Could this be handled somehow?

naoliv avatar Jan 17 '17 03:01 naoliv

@naoliv You are right, the overpass adiff query fails because of the large bounding box.

The response we get back is:

{
  "version": 0.6,
  "generator": "Overpass API",
  "osm3s": {
    "timestamp_osm_base": "2017-01-31T10:28:02Z",
    "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."
  },
  "elements": [
  ],
"remark": "runtime error: Query run out of memory using about 2048 MB of RAM."
}

I believe it's the same case with achavi, which only shows the bounding box: https://overpass-api.de/achavi/?changeset=45229331.

ajithranka avatar Jan 31 '17 10:01 ajithranka

See also:

  • nrenner/achavi#9: Achavi "seems not to work" for some changesets
  • drolbr/Overpass-API#322: Optimize runtime and memory footprint of augmented diff queries

nrenner avatar Jan 31 '17 19:01 nrenner

This should be better for newer changesets as we try and cache the adiff results on s3, but am afraid we may not have a solution for older changesets.

batpad avatar Mar 21 '17 11:03 batpad