https://github.com/easbar/gh_maps_experiments
Some performance analysis for GraphHopper maps using mapbox and openlayers
https://github.com/easbar/gh_maps_experiments
Last synced: 10 months ago
JSON representation
Some performance analysis for GraphHopper maps using mapbox and openlayers
- Host: GitHub
- URL: https://github.com/easbar/gh_maps_experiments
- Owner: easbar
- Created: 2020-11-25T22:29:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-05T10:22:59.000Z (over 4 years ago)
- Last Synced: 2025-06-18T11:52:22.496Z (about 1 year ago)
- Language: HTML
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
1) Start GraphHopper (v2.0 should do). Feel free to adjust or remove zoom limits of GraphHopper's /mvt endpoint or checkout https://github.com/easbar/graphhopper/releases/tag/gh_maps_experiments_v1
2) Open one of the `index.html` files in your browser
# Features
* Experiments for Mapbox GL JS and OpenLayers
* Render the map using Raster or Vector Tiles
* Render GraphHopper graph using /mvt endpoint
* Render the shortest path tree for a given time-radius
* Mapbox only: Render isochrones for a given time-radius
* Mapbox only: Use deck.gl to render the shortest path tree or ischrone
# References
See also this blog post https://www.graphhopper.com/blog/2018/07/04/high-precision-reachability/ and earlier experiments: https://github.com/graphhopper/isochrone-experiments