Norbert Renner

Results 42 issues of Norbert Renner

*From ["OSM Android bikerouting" group by Pedro Varela](https://groups.google.com/g/osm-android-bikerouting/c/T5F9jPoAOQE/m/BGtEa6uqDAAJ):* The heightgraph looks awesome! Would it be a good idea to apply the colors seen in the Heightgraph to the route incline...

enhancement

"async": "~3.2.0", ``` GulpUglifyError: unable to minify JavaScript Caused by: SyntaxError: Name expected File: /home/norbert/Entwicklung/github/brouter-web/node_modules/async/dist/async.js Line: 51 Col: 21 ``` "leaflet.locatecontrol": "^0.76.0", ``` GulpUglifyError: unable to minify JavaScript Caused by:...

technical

Currently supported browser are defined by this [Browserslist](https://github.com/browserslist/browserslist) [query](https://browsersl.ist/?q=%3E+0.5%25%2C+last+2+versions%2C+Firefox+ESR%2C+Firefox+%3E%3D+56%2C+not+dead%2C+Explorer+%3E%3D+10%2C+Android+%3E%3D+4.1%2C+Safari+%3E%3D+7%2C+iOS+%3E%3D+7) which is used by Babel, ESLint, Autoprefixer and PostCSS: https://github.com/nrenner/brouter-web/blob/4c2e39066347fe3c1eecb0b9fb17122f01eec458/package.json#L24-L34 The query is composed of: - `> 0.5%, last 2 versions,...

technical

Export and import a route by its waypoints using GPX [`rte`](http://www.topografix.com/GPX/1/1/#type_rteType) and `rtept`. Also include no-go areas. For circles, probably as `wpt` with radius in `name`, using a special naming...

feature request

I got a notice from Thunderforest that our tile usage (about 1,340,000 tile requests per month) is exceeding the free quota and that we need to upgrade to the "Solo...

For example by introducing second level button bars or feature-bound buttons/menus or ... The straight line toggle button that only appears in draw mode is a first quick implementation of...

feature request

Planning to try [CSS filters](http://www.html5rocks.com/en/tutorials/filters/understanding-css/) where available instead of opacity to darken the OSM base map. Probably along with a slider to make it adjustable. Again, after switch to Leaflet.

[latest-changes](https://tyrasd.github.io/latest-changes/) seems to be faster for area queries than achavi. Evaluate if this query produces the same result and indeed is faster (and why - maybe because not using `changed`?)...

Follow-up for #26: Link to OSMCha in error message when querying a changeset failed, e.g.: - https://overpass-api.de/achavi/?changeset=61963000 - https://osmcha.mapbox.com/changesets/61963000/?filters={"ids":[{"label":"61963000","value":"61963000"}],"date__gte":[{"label":"","value":""}]} But only if chached json exists: - https://s3.amazonaws.com/mapbox/real-changesets/production/61963000.json

Improvements on #18. Brainstorming: - UI improvements - documentation - default query as editable template (+ reset button) + example queries, changeset query - remember last query - Overpass Turbo...