Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.2 KB

File metadata and controls

36 lines (20 loc) · 1.2 KB

GraphHopper React

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.

Demo

Route Demo

Get started

npm install
npm start

Visualization layers

The project builds upon deck.gl, and uses the concept of Visualization Layers. The user can add different visualizations to the map:

Tile Layers

Add a .env file with API tokens for different tile layers, e.g.:

REACT_APP_MAPBOX_TOKEN=<your mapbox token>

Learn More

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.