mapbox / nepomuk

A public transit router for GTFS feeds (currently only static) written in modern c++
MIT License
24 stars 8 forks source link

repeal and replace osrm-frontend #124

Closed MoKob closed 7 years ago

MoKob commented 7 years ago

To open source the project, we first need to replace copy-paste code. In our case this relates to the frontend, which was used for testing purposes.

This PR implements a new leaflet-routing-machine frontend, to be used as a testing / example frontend. Not to be confused with a production-ready frontend.

jqtrde commented 7 years ago

Codecov Report

Merging #124 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #124   +/-   ##
=======================================
  Coverage   96.18%   96.18%           
=======================================
  Files         127      127           
  Lines        2804     2804           
  Branches      224      224           
=======================================
  Hits         2697     2697           
  Misses         22       22           
  Partials       85       85
MoKob commented 7 years ago

Frontend is lacking functionality (e.g. entering names), but works again an can serve routes against the example server. The present functionality is good enough for testing purposes and we an improve functionality and/or look in upcoming PRs.