Norbert Renner
Norbert Renner
@hungerburg: Thanks for the suggestion. Somehow reminds me a bit of the [old GPSies](https://duckduckgo.com/?q=gpsies&t=h_&iax=images&ia=images) icon and header image, that I really liked:  _© old gpsies.com_ But without the description...
That would be a nice feature. But before adding any new stuff, this project urgently needs some refactoring and either switching to Leaflet or upgrading to OL3. Right now I'm...
Still no slider, but you now can specify a start and end date/time, see [my diary entry](http://www.openstreetmap.org/user/ikonor/diary/23329).
I have not used Html5 date/datetime inputs, because of limited datetime support and because I don't like splitting date and time. I would prefer some external component that works across...
Certainly a feature I personally would also like to have.
Hm, the _old_ and _changes_ layers correspond to the _old_ and _new_ (before/after) in the diff and I guess I would like to keep especially the _changes_ layer in the...
[Handling of out of scope](https://github.com/nrenner/achavi/blob/master/js/oscviewer.js#L77-L91) objects is still an open task, but _delete_ + `visible="true"` is already taken into account. It is assumed that the geometry was moved outside the...
Originally reported in [BRouter-Web und via_ferrata (OSM Communities / Deutschland (Germany))](https://community.openstreetmap.org/t/brouter-web-und-via-ferrata/97284).
I personally fear this might get in the way or be distracting. So ideally there would be a way to turn this off (e.g. as a general option or as...
@mmd-osm instead of `kill_my_queries`, wouldn't simply calling [`abort()`](https://xhr.spec.whatwg.org/#the-abort%28%29-method) on the running request also work to cancel it on the server (at least that's what I do with Achavi)?