mapbox / nepomuk

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

add a slightly modified osrm-frontend... #102

Closed MoKob closed 7 years ago

MoKob commented 7 years ago

... to allow querying transit routes (at 12:00:00 only).

Resolves https://github.com/mapbox/directions-transit/issues/63

To result in a reasonable view, we need to implement:

Bases on #103 to improve connectivity

Basic view, querying a route:

screen shot 2017-04-18 at 12 10 37

Bugs:

MoKob commented 7 years ago

The map wasn't clickable due to the order in which the creation was specified. The order seems to haven been the same on map.project-osrm.org which makes me wonder why it didn't work locally.

jqtrde commented 7 years ago

Codecov Report

Merging #102 into master will decrease coverage by 0.02%. The diff coverage is 95.12%.

@@            Coverage Diff             @@
##           master     #102      +/-   ##
==========================================
- Coverage    95.8%   95.78%   -0.03%     
==========================================
  Files         122      122              
  Lines        2505     2539      +34     
  Branches      226      227       +1     
==========================================
+ Hits         2400     2432      +32     
- Misses         17       18       +1     
- Partials       88       89       +1