@graphhopper/graphhopper-maps-bundle 0.0.0-b988eeb7c06d1b320de65b646ea119addf2814bb → 0.0.0-ba08232
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 +12 -3
- package/dist/01f24e0d2b07a8c8b132.png +0 -0
- package/dist/assets/android-chrome-144x144.png +0 -0
- package/dist/assets/android-chrome-192x192.png +0 -0
- package/dist/assets/android-chrome-256x256.png +0 -0
- package/dist/assets/android-chrome-384x384.png +0 -0
- package/dist/assets/android-chrome-512x512.png +0 -0
- package/dist/assets/android-chrome-96x96.png +0 -0
- package/dist/assets/apple-touch-icon-1024x1024.png +0 -0
- package/dist/assets/apple-touch-icon-114x114.png +0 -0
- package/dist/assets/apple-touch-icon-120x120.png +0 -0
- package/dist/assets/apple-touch-icon-144x144.png +0 -0
- package/dist/assets/apple-touch-icon-152x152.png +0 -0
- package/dist/assets/apple-touch-icon-167x167.png +0 -0
- package/dist/assets/apple-touch-icon-180x180.png +0 -0
- package/dist/assets/apple-touch-icon-72x72.png +0 -0
- package/dist/assets/apple-touch-icon-76x76.png +0 -0
- package/dist/assets/apple-touch-icon-precomposed.png +0 -0
- package/dist/assets/apple-touch-icon.png +0 -0
- package/dist/assets/mstile-144x144.png +0 -0
- package/dist/assets/mstile-150x150.png +0 -0
- package/dist/assets/mstile-310x150.png +0 -0
- package/dist/assets/mstile-310x310.png +0 -0
- package/dist/bundle.f27118258890165e257c.js +2 -0
- package/dist/bundle.f27118258890165e257c.js.LICENSE.txt +49 -0
- package/dist/config.js +1 -1
- package/dist/index.html +8 -2
- package/dist/manifest.json +1 -1
- package/package.json +10 -1
- package/dist/bundle.a7af3b9cb6aa6e76bfbe.js +0 -2
- package/dist/bundle.a7af3b9cb6aa6e76bfbe.js.LICENSE.txt +0 -168
package/README.md
CHANGED
|
@@ -4,17 +4,25 @@ A route planner user interface for the [GraphHopper routing engine](https://gith
|
|
|
4
4
|
|
|
5
5
|
[Try it out](https://graphhopper.com/maps/)!
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
We have developed an intuitive and simple user interface to find routes:
|
|
8
|
+
|
|
9
|
+
[](https://graphhopper.com/maps/)
|
|
10
|
+
|
|
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/).
|
|
8
12
|
|
|
9
13
|
## Turn-by-Turn navigation
|
|
10
14
|
|
|
11
|
-
|
|
15
|
+
You can download this bundled as an app for Android [on fdroid](https://f-droid.org/de/packages/com.graphhopper.maps/),
|
|
16
|
+
where also a turn-by-turn navigation is implemented via Maplibre Navigation SDK
|
|
17
|
+
using a capacitor plugin. Read more about it in [this repository](https://github.com/boldtrn/graphhopper-maps-capacitor/).
|
|
18
|
+
|
|
19
|
+
There was [an experimental `navi` branch](https://github.com/graphhopper/graphhopper-maps/tree/navi) that implements turn-by-turn navigation
|
|
12
20
|
[directly in the browser](https://navi.graphhopper.org).
|
|
13
21
|
|
|
14
22
|
## Start development:
|
|
15
23
|
|
|
16
24
|
* Clone this repository.
|
|
17
|
-
* Make sure node and npm are installed. We recommend using the iron LTS (node
|
|
25
|
+
* Make sure node and npm are installed. We recommend using the iron LTS (node v24.12.0 and npm v11.6.2).
|
|
18
26
|
* npm install
|
|
19
27
|
* npm run serve
|
|
20
28
|
* Open your browser at http://0.0.0.0:3000/.
|
|
@@ -54,3 +62,4 @@ This project uses
|
|
|
54
62
|
* the [codemirror](https://codemirror.net/) code editor for the custom model editor.
|
|
55
63
|
* many icons from Google's [open source font library](https://fonts.google.com/icons).
|
|
56
64
|
* many more open source projects - see the package.json
|
|
65
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|