Martin Raifer
Martin Raifer
> or does accept/json mean not-accept/form-urlencode? no of course not :wink: however, implementing your suggestion does not come without cost, since there's always added code complexity involved, extra tests need...
> Click Export>raw data & obtain this: […] ~~that's a bug.~~
@mmd-osm right, but it should still be possible to download the data from overpass-turbo via `export -> raw data` once it's loaded in. It turns out to be relatively tricky...
try `query_overpass('[out:json];way(57.7,11.9,57.701,11.901);out;', writeToHTML);`
> @tyrasd Any clues as to these differences? Hm. Yes, the overpass API returns OSM relations, but query-overpass (as well as overpass-turbo) pass the raw OSM data through _osmtogeojson_ to...
> The easiest replacement would be a webservice which accepts a string and returns the generated Overpass Query. That sounds like a reasonable approach. :+1: > Do you have /...
I would recommend to just use [browserify](http://browserify.org/) for this scenario, if you don't have any other build process (e.g. webpack) in place.
FYI: I've just manually uploaded some updated data (including changes until 2017-01-15). I'll [soon](https://wiki.openstreetmap.org/wiki/Karlsruhe_Hack_Weekend_February_2017) look into setting up more regular updates. //cc @morray @Klumbumbus @nebulon42
Thanks for the suggestion, but I have to admit that this would actually be a _much_ harder task than what this tool currently can perform: It takes a full-history dump...
> Maybe I will try to set up something for some countries. Cool. I have to admit that the code in https://github.com/tyrasd/taghistory/tree/master/backend still lacks documentation and makefiles / build scripts....