@graphhopper/graphhopper-maps-bundle 0.0.0-e445c3c9819368a522ab48ef3c6ddc6f880552f7 → 0.0.0-e4b03f99

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 +8 -3
  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.b5823dbf6b7de7d39b76.js +2 -0
  25. package/dist/bundle.b5823dbf6b7de7d39b76.js.LICENSE.txt +49 -0
  26. package/dist/config.js +1 -1
  27. package/dist/index.html +5 -1
  28. package/dist/manifest.json +1 -1
  29. package/package.json +1 -1
  30. package/dist/bundle.c852baff980c641cfac1.js +0 -2
  31. package/dist/bundle.c852baff980c641cfac1.js.LICENSE.txt +0 -168
package/README.md CHANGED
@@ -4,7 +4,11 @@ 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/2025/06/graphhopper-maps-2025.png)](https://graphhopper.com/maps/)
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/).
8
12
 
9
13
  ## Turn-by-Turn navigation
10
14
 
@@ -14,7 +18,7 @@ There is [an experimental `navi` branch](https://github.com/graphhopper/graphhop
14
18
  ## Start development:
15
19
 
16
20
  * Clone this repository.
17
- * Make sure node and npm are installed. We recommend using the gallium LTS (node v16.17.0 & npm v8.15.0).
21
+ * Make sure node and npm are installed. We recommend using the iron LTS (node v24.12.0 and npm v11.6.2).
18
22
  * npm install
19
23
  * npm run serve
20
24
  * Open your browser at http://0.0.0.0:3000/.
@@ -31,7 +35,7 @@ GraphHopper Maps is translated into many languages and you can help improve Grap
31
35
  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
36
 
33
37
  * Edit the spreadsheet
34
- * Run `python3 update-translations.py`
38
+ * Run `python update-translations.py`
35
39
  * 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
40
 
37
41
  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 +58,4 @@ This project uses
54
58
  * the [codemirror](https://codemirror.net/) code editor for the custom model editor.
55
59
  * many icons from Google's [open source font library](https://fonts.google.com/icons).
56
60
  * many more open source projects - see the package.json
61
+
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file