Norbert Renner

Results 42 issues of Norbert Renner

- [Changeset metadata timestamps out of sync?](https://lists.openstreetmap.org/pipermail/dev/2016-August/029399.html) - drolbr/Overpass-API#410

As Overpass API does not support querying for changesets, achavi queries by timeframe and bbox of the changeset and filters the result by changeset id on the client. This does...

> Changesets which only modify relations do not have a bbox. [Changeset without bbox (osm-dev)](http://gis.19327.n5.nabble.com/Changeset-without-bbox-tp5844936p5844937.html) e.g. https://www.openstreetmap.org/changeset/31217983

Attic data only goes back `2012-09-12T06:55:00Z` (license change), see [Augmented Diffs](http://wiki.openstreetmap.org/wiki/Overpass_API/Augmented_Diffs#Time_slices_and_numbering) wiki page. - validate start timestamp input - error message when changeset before

brouter-web has a new option for client-side export in the binary Garmin FIT format, using an external library ([brouter-web#641](https://github.com/nrenner/brouter-web/pull/641)). The question now is, how to (automatically?) include voice hints for...

question

Automatically generate circular route (loop) suggestions for a given starting point and desired route length. Potentially with some additional constraints like ascend/difficulty. I'm collecting links I come accross: [Round trip...

enhancement

Beside the tags on a way itself, more useful information could be derived from the OpenStreetMap features around it, in order to get more pleasant, quiet and safe routes for...

enhancement

**I'm submitting a ...** - [x] bug report - [ ] ~~feature request~~ - [ ] support / question ## *Brief Description* Permalink to a feature (#5) is no longer...

The unminified Rollup bundle [dist/L.Control.Heightgraph.js](https://github.com/GIScience/Leaflet.Heightgraph/blob/master/dist/L.Control.Heightgraph.js) has the dependencies in global scope. The [module wrapper](https://github.com/GIScience/Leaflet.Heightgraph/blob/9e45353ae01e4389124701bdacb62ee255d3fec1/dist/L.Control.Heightgraph.js#L4607-L4623) only encloses the plugin itself. Loading this source bundle directly leads to an error, see http://plnkr.co/edit/SZzWSpopCELzDcgu?preview...

Fixes #108 - shows missing elevation values as gap in the graph using a d3 [defined](https://github.com/d3/d3-shape/blob/master/README.md#area_defined) accessor function - the height value in the focus box is shown as "-"...