You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have developed an intuite and simple user interface to find routes:
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.
Start development. The browser will update automatically when you change the code.
Format the code and run the tests using npm run format and npm run test.
Fork the repository and create a pull request. Contributions are welcome. Feel free to discuss your changes in our
forum or the GitHub issues.
You can build the production bundle using npm run build.
If you use the Directions API edit the config to show profile icons properly (see 'Advanced configuration' section below).
Help with translations:
GraphHopper Maps is translated into many languages and you can help improve GraphHopper by adding or improving your language! See this spreadsheet
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:
Please note that the translations for the server-side turn instructions are located in a different repository.
Advanced configuration
You can point the app to a different url, like a local GraphHopper server,
set your own API keys for the different map tile providers and more in the config.js file. For such changes it is
best to create a copy of this file called config-local.js which will be ignored by git.