@graphhopper/graphhopper-maps-bundle 0.0.0-e30c34ab1719b2329c1baee26adcfeb5b651940c → 0.0.0-e34351f8
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 +9 -4
- 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.eca4243763049ef9668b.js +2 -0
- package/dist/bundle.eca4243763049ef9668b.js.LICENSE.txt +49 -0
- package/dist/config.js +1 -1
- package/dist/index.html +7 -1
- package/dist/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/bundle.2df23b5c9d1956a3e5a6.js +0 -2
- package/dist/bundle.2df23b5c9d1956a3e5a6.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
|
-
|
|
7
|
+
We have developed an intuitive and simple user interface to find routes:
|
|
8
|
+
|
|
9
|
+
[](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
|
|
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,10 +35,10 @@ 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 `
|
|
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
|
-
Please note that the translations the server-side turn instructions are located in [a different repository](https://github.com/graphhopper/graphhopper/blob/master/docs/core/translations.md).
|
|
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).
|
|
38
42
|
|
|
39
43
|
## Advanced configuration
|
|
40
44
|
|
|
@@ -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
|
|
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
|