Robin

Results 72 issues of Robin

One feature that would be great for our us would be the ability to search for documents that are close to a line (instead of close to a point). Right...

enhancement

Fixes #1415. This PR adds the ability to calculate the intersections for a route. This feature can be especially helpful for navigation clients to improve recognising off route cases. Navigation...

improvement
navigation

Currently the sign for turn instructions is calculated using the second node (or the adjacent node as fallback) of the way geometry. This works very good for straight streets. If...

Sometimes at more complicated intersections, there might be multiple continues close to each other (

improvement

Currently, we check if a potential barrier is an actual barrier like this: [OSMReader](https://github.com/graphhopper/graphhopper/blob/91ca93d8520480f3d103a79962ecabad35f72c78/reader-osm/src/main/java/com/graphhopper/reader/osm/OSMReader.java#L526): ``` long nodeFlags = encodingManager.handleNodeTags(node); if (nodeFlags != 0) getNodeFlagsMap().put(node.getId(), nodeFlags); ``` The `nodeFlags` either contain...

improvement
osm

When you disable cookies in the browser and set up klaro to use localStorage, I get the following exception: ``` Uncaught DOMException: Failed to read the 'localStorage' property from 'Window':...

enhancement
feature-request

It would be awesome, if it would be possible to add a language switcher to the Cookie Manager. I have a website that is offerend in multiple languages. If a...

enhancement
feature-request

I ran two planet imports recently. One import up to this commit: https://github.com/openmaptiles/openmaptiles/commit/207396269e6b043236cd88e5d78c8837ca12cade The tables are generated and analysed after a few days (about 3 days, haven't measured in detail)...

I'd like to use the latest release of this repo via Maven. The latest releases according to Github is 6.1.0, this is also used in other repositories like mapbox-navigation-android. The...

question
jira-sync-complete

Fixes #809. If someone is a "slow clicker" it can happen that the autocomplete selection is closed instead of triggering the click event. You can try this when holding the...