Norbert Renner

Results 153 comments of Norbert Renner

I agree this is an issue, but I don't know an easy solution. Hit-testing is done by SVG and AFAIK there is no way to specify a pixel tolerance. And...

That might be a better solution, but would need some thought on how to implement to avoid too much impact on memory and performance. I would also want to do...

Related to #2. Agree that small ways are hard to see and click on smaller zooms (esp. z11-12 IMO). The general [way-styling](https://github.com/nrenner/achavi/blob/master/js/OSMChangeStyle.js#L136-L156) can probably be improved, but it should also...

Had a look at this, a bit more involved than I thought, postponing.

There is no UI element for this, but you already can load files: - drag & drop a local file onto the map - pass a URL to a file...

Agreed this would be useful. There are some Leaflet plugins that would be easy to integrate, once I get around to switching to Leaflet, which is a bit of a...

Maybe I don't get the idea, but I don't see how this would help with overlapping changes (aggregated versions). Given the [example changeset 27169290](https://github.com/nrenner/achavi/wiki/CS-27169290), [this id query](http://overpass-turbo.eu/s/e5k) would still return...

You are right, when loading a changeset, the map is zoomed to the changeset extent and the permalink parameters are ignored. Agree, that the permalink parameters should be used when...

That's probably because I did not make any extra efforts on supporting mobile. If it's for viewing changesets, [Changeset Map](http://osmlab.github.io/changeset-map/) might now be the better option anyway.

Adding a viewport meta tag to index.html would be a start: `` But then the layout gets messed up, so supporting mobile would be a bit more involved. Like with...