Botho
Botho
ping @LarsTheGlidingSquirrel is that change okay with you?
> check bundle size increase We currently always load all plugins and don't have a simple way to do so only if we need the plugin (like we do for...
sidenote: it's not nice, but this workaround improves the behaviour :) ``` ts if (player.paused) { void player.play().then(() => player.pause()) } ```
Inspirations / References: - **OSM** - [wiki: Cycle Routes Reference](https://wiki.openstreetmap.org/wiki/Cycle_routes) - [List of relevant tags](https://github.com/organicmaps/organicmaps/issues/1577#issuecomment-974475073), [Addition](https://github.com/organicmaps/organicmaps/issues/1577#issuecomment-974613116) - **Open Cycle Map** - https://www.opencyclemap.org/ - [Docs](https://www.opencyclemap.org/docs/) - https://wiki.openstreetmap.org/wiki/OpenCycleMap - **OsmAnd**: [Routes docs](https://osmand.net/docs/user/map/vector-maps/#routes)...
For me just an overlay with the cycle routes would be a valuable addition (like you can switch on in OsmAnd). Everything else is a welcome bonus of course.
> OSMand shows OSM routes specifically tagged for cycling, right? Yes, pretty sure thats how they do it. You can switch on different route overlays: Fitness trails just use `route=fitness_trail`...
> > OSMand shows OSM routes specifically tagged for cycling, right? > > yes they show it but it's so so small, alsmost useless :( Interesting… I find it very...
@LarsTheGlidingSquirrel sorry for moving the tailwind files in here, that makes the PR a lot less readable than it could be. I did some more test and it looks find...
@hejtful I added some adaptations and some more refactoring. Mind having another look?
I'm also encountering this with e.g. `CMD+A` on mac. @alisouran is there a PR with your fix?