Norbert Renner

Results 42 issues of Norbert Renner

This is a merge of PR #11 to current master. From [review comments](https://github.com/tyrasd/togpx/pull/11#issuecomment-221666695): > 1. rebase the code onto current master and fix the merge conflicts Done in 5c88fd4. >...

Fixes #52 by using [`lookupNamespaceURI`](https://developer.mozilla.org/en-US/docs/Web/API/Node/lookupNamespaceURI) and supporting changes. Tested with current Chromium (89) and Firefox (86) on Ubuntu (not on IE or other browsers). See [updated demo](http://plnkr.co/edit/mhGOEVfX4f0Rtpgb?open=lib%2Fscript.js&preview) that now has...

When the following JavaScript object, with a custom namespace `xmlns:locus` defined in the root element and some nested element prefixed with `locus:`, is serialized to a XML string with `jsToString`,...

### Description I [came accross](https://github.com/abrensch/brouter/pull/458#issuecomment-1207211472) the `tracktype=grade3-5` value and wondered where that comes from. The [OSM tag history](http://taghistory.raifer.tech/#***/tracktype/grade3-5) graph (see also [Taginfo chronology](https://taginfo.openstreetmap.org/tags/tracktype=grade3-5#chronology)) looks suspicious [i1]. And indeed, there are...

As already mentioned on #osmf-operations, as a little side project I have been working on a map to show metatile boundaries, `/status` info and tiles of individual render servers and...

service:tiles

Support the main OSM style osm.xml available at http://svn.openstreetmap.org/applications/rendering/mapnik. Some of the issues are: - rgb color format - filter minor_roads_casing (not tunnel=yes) not working with null values (the default)...

Fixes #63, alternative to #60. Shows missing elevation values as gaps by using a d3 [defined](https://github.com/d3/d3-shape/blob/master/README.md#area_defined) accessor function.

The position indicator/marker on the diagram remains at last position after hovering over the data layer on the map. This adds a mouseout listener to the layer to remove the...

I'm stepping down as a maintainer. If you're interested in taking over, comment here or send me a PM (`git show -s --format="%aE" 77672d5`). We could move the repo to...

Currently we mention OSM as our data source in the About and Credits dialogs. We should should also mention that users can contribute to improve the map: - general hint...

enhancement