@graphhopper/graphhopper-maps-bundle 0.0.0-92d7ca887f8a9dc6372c2b0324eb283365312992 → 0.0.0-93db4a9

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.
Files changed (31) hide show
  1. package/README.md +11 -4
  2. package/dist/01f24e0d2b07a8c8b132.png +0 -0
  3. package/dist/assets/android-chrome-144x144.png +0 -0
  4. package/dist/assets/android-chrome-192x192.png +0 -0
  5. package/dist/assets/android-chrome-256x256.png +0 -0
  6. package/dist/assets/android-chrome-384x384.png +0 -0
  7. package/dist/assets/android-chrome-512x512.png +0 -0
  8. package/dist/assets/android-chrome-96x96.png +0 -0
  9. package/dist/assets/apple-touch-icon-1024x1024.png +0 -0
  10. package/dist/assets/apple-touch-icon-114x114.png +0 -0
  11. package/dist/assets/apple-touch-icon-120x120.png +0 -0
  12. package/dist/assets/apple-touch-icon-144x144.png +0 -0
  13. package/dist/assets/apple-touch-icon-152x152.png +0 -0
  14. package/dist/assets/apple-touch-icon-167x167.png +0 -0
  15. package/dist/assets/apple-touch-icon-180x180.png +0 -0
  16. package/dist/assets/apple-touch-icon-72x72.png +0 -0
  17. package/dist/assets/apple-touch-icon-76x76.png +0 -0
  18. package/dist/assets/apple-touch-icon-precomposed.png +0 -0
  19. package/dist/assets/apple-touch-icon.png +0 -0
  20. package/dist/assets/mstile-144x144.png +0 -0
  21. package/dist/assets/mstile-150x150.png +0 -0
  22. package/dist/assets/mstile-310x150.png +0 -0
  23. package/dist/assets/mstile-310x310.png +0 -0
  24. package/dist/bundle.336d4e32fb5f630ea872.js +2 -0
  25. package/dist/bundle.336d4e32fb5f630ea872.js.LICENSE.txt +49 -0
  26. package/dist/config.js +1 -1
  27. package/dist/index.html +8 -2
  28. package/dist/manifest.json +1 -1
  29. package/package.json +1 -1
  30. package/dist/bundle.045cbd6cc5299c6473ca.js +0 -2
  31. package/dist/bundle.045cbd6cc5299c6473ca.js.LICENSE.txt +0 -168
package/README.md CHANGED
@@ -4,17 +4,23 @@ 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
- [![GraphHopper Maps route planner](https://www.graphhopper.com/wp-content/uploads/2023/03/gh-maps-202303.png)](https://graphhopper.com/maps/)
7
+ We have developed an intuitive and simple user interface to find routes:
8
+
9
+ [![GraphHopper Maps route planner](https://www.graphhopper.com/wp-content/uploads/2026/03/maps-screenshot.png)](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
- There is [an experimental `navi` branch](https://github.com/graphhopper/graphhopper-maps/tree/navi) that implements turn-by-turn navigation
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
12
18
  [directly in the browser](https://navi.graphhopper.org).
13
19
 
14
20
  ## Start development:
15
21
 
16
22
  * Clone this repository.
17
- * Make sure node and npm are installed. We recommend using the iron LTS (node v20.14.0 and npm 10.7.0).
23
+ * Make sure node and npm are installed. We recommend using the iron LTS (node v24.12.0 and npm v11.6.2).
18
24
  * npm install
19
25
  * npm run serve
20
26
  * Open your browser at http://0.0.0.0:3000/.
@@ -31,7 +37,7 @@ GraphHopper Maps is translated into many languages and you can help improve Grap
31
37
  to create a new or improve an existing language. Let us know if you changed something or submit a pull request with your changes after the following steps:
32
38
 
33
39
  * Edit the spreadsheet
34
- * Run `python3 update-translations.py`
40
+ * Run `python update-translations.py`
35
41
  * Review your changes via e.g. http://localhost:3000/?locale=en and with `git diff`. Make sure that is the only one with `git status`.
36
42
 
37
43
  Please note that the translations for the server-side turn instructions are located in [a different repository](https://github.com/graphhopper/graphhopper/blob/master/docs/core/translations.md).
@@ -54,3 +60,4 @@ This project uses
54
60
  * the [codemirror](https://codemirror.net/) code editor for the custom model editor.
55
61
  * many icons from Google's [open source font library](https://fonts.google.com/icons).
56
62
  * many more open source projects - see the package.json
63
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file