@graphhopper/graphhopper-maps-bundle 0.0.0-0eaff08e → 0.0.0-0fce178
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -3
- package/dist/bundle.8c0b2a4de036bdeaf535.js +2 -0
- package/dist/config.js +1 -1
- package/dist/index.html +5 -3
- package/dist/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/bundle.789e5f032ec42b999a53.js +0 -2
- /package/dist/{bundle.789e5f032ec42b999a53.js.LICENSE.txt → bundle.8c0b2a4de036bdeaf535.js.LICENSE.txt} +0 -0
package/README.md
CHANGED
|
@@ -6,13 +6,15 @@ A route planner user interface for the [GraphHopper routing engine](https://gith
|
|
|
6
6
|
|
|
7
7
|
We have developed an intuitive and simple user interface to find routes:
|
|
8
8
|
|
|
9
|
-
[](https://graphhopper.com/maps/)
|
|
10
10
|
|
|
11
|
-
With autocomplete, alternative routes, information along the route and POI search and everything available in all major browsers including mobile browsers. Read more details about it [here](https://www.graphhopper.com/maps-route-planner/).
|
|
11
|
+
With address search (autocomplete), alternative routes, information along the route and POI search and everything available in all major browsers including mobile browsers. Read more details about it [here](https://www.graphhopper.com/maps-route-planner/).
|
|
12
12
|
|
|
13
13
|
## Turn-by-Turn navigation
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
You can download this bundled as an app for Android [on fdroid](https://f-droid.org/de/packages/com.graphhopper.maps/), where also a turn-by-turn navigation is implemented via Maplibre Navigation SDK. Read more about it in [this repository](https://github.com/boldtrn/graphhopper-maps-capacitor/).
|
|
16
|
+
|
|
17
|
+
There was [an experimental `navi` branch](https://github.com/graphhopper/graphhopper-maps/tree/navi) that implements turn-by-turn navigation
|
|
16
18
|
[directly in the browser](https://navi.graphhopper.org).
|
|
17
19
|
|
|
18
20
|
## Start development:
|