Stephan Bösch-Plepelits

Results 15 issues of Stephan Bösch-Plepelits

I think the PublicManager is not an ideal solution. This pull request replaces PublicManager by a MapManager with a visible() filter which takes the request object as parameter. It adds...

I changed the index.html that it loads the current playlist from playlist.json. It's easier to create as changing the index.html, you could even use a converter for that.

## What software are you using? * Overpass API 0.7.57.1 74a55df1 * osmium version 1.13.2 (v1.13.2-28-g2eba8a5) * libosmium version 2.17.3 ## What operating system version are you using? * Ubuntu...

enhancement

I just noticed the issue which already has been posted as #86. Before finding the pull request #87, which fixes this issue, I already found a different solution, which is...

This parameter offsets a line to the left or the right.

When I first used polyline decorator, I was very confused where these symbol factories come from. Finally I found the L.Symbol.js in the src/ directory. Since then I open this...

It seems as if this module is abandoned. I understand that developers move on to other projects. I also abandoned projects as my interests changed. This module has a user...

Add a option angleCorrection to L.Symbol.arrowHead, so that arrows can be rotated on the lines (e.g. by 180 degrees to point backwards).

Hi! Is there any possibility to add event handlers to the decorations of a feature? In my case a popup will open if you click on the feature. If you...

I found a bug! If you provide coordinates as object and either lat or lng are 0, I will get 'NaN' as result. This pull request fixes this behavior and...