openplannerteam / planner.js

JavaScript library for route planning 🚴‍♂️🚉🚀
https://planner.js.org
MIT License
39 stars 10 forks source link

Transit tile tree + Routable tile metadata tree approach implementation #150

Closed NeuserThomas closed 4 years ago

NeuserThomas commented 4 years ago

This pull request includes all the necessary functionality to be able to traverse through the necessary tile trees, instead of having to compute tilenumbers of certain longitudes and latitudes. It also adds the source selection based on a catalog functionality. All of the implementations were made in the scope of my master thesis.