opentraffic / reporter

OTv2: distributed service that matches raw GPS probe data to OSMLR segments and sends anonymized speeds to Datastore
GNU Lesser General Public License v3.0
13 stars 16 forks source link

be robust to portions of the path without osmlr coverage #53

Closed kevinkreiser closed 7 years ago

kevinkreiser commented 7 years ago

basically we now send back "segments" for portions of the path that dont have osmlr coverage. these segments omit the osmlr segment_id. so when we dont see that we know the segment is just a portion of the path without coverage and should skip

dnesbitt61 commented 7 years ago

:shipit: