osm-livechanges
osm-livechanges copied to clipboard
erreur dans le Readme.md
Hi (bonjour)
The readme text says : "It currently uses the http://api.openstreetmap.fr mirror to avoid load on the official osm.org API."
Unfortunetly, the fr api does not caches changesets, what you get when requesting a changeset is a http 302 redirect to the main api at osm.org. So, unfortunetly again, it doesn't reduce the load of the official API ;-(
Indeed, I understood that a bit later, so currently in the HEAD, changesets metas are not fetched by default, a hidden parameter is required.
AFAICT, there is no current way to get real-time changesets metas replicas from osm.org, there is only the API and the daily changesets dump.
I don't know any service of that type either.
ps: by the way, good idea to add a &contact= parameter to your queries, that's how I manage to reach here ;-)
sly