mapbox / nepomuk

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

fix: polyline encoding in API annotator wasn't escaped #125

Closed MoKob closed 7 years ago

MoKob commented 7 years ago

Adds back polyline escaping, which was removed when switching from the osrm annotator to the API annotator.

jqtrde commented 7 years ago

Codecov Report

Merging #125 into master will decrease coverage by 0.01%. The diff coverage is 93.33%.

@@            Coverage Diff             @@
##           master     #125      +/-   ##
==========================================
- Coverage    96.2%   96.18%   -0.02%     
==========================================
  Files         127      127              
  Lines        2790     2804      +14     
  Branches      223      224       +1     
==========================================
+ Hits         2684     2697      +13     
  Misses         22       22              
- Partials       84       85       +1