A React playground to explore the functionalities of GraphHopper. The project can be used as a basic route exploring tool.
GraphHopper React is inspired by GraphHopper Web ([1] [2]) and meant as a modern replacement for it.
npm install
npm start
The project builds upon deck.gl, and uses the concept of Visualization Layers. The user can add different visualizations to the map:
Add a .env
file with API tokens for different tile layers, e.g.:
REACT_APP_MAPBOX_TOKEN=<your mapbox token>
This project was bootstrapped with Create React App.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.