cyang-kth / fmm

Fast map matching, an open source framework in C++
https://fmm-wiki.github.io/
Apache License 2.0
878 stars 205 forks source link

Is it possible to output the opath, i.e., the list of the edge matched to each point in trajectory? #180

Closed wangnana5 closed 3 years ago

wangnana5 commented 3 years ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

wangnana5 commented 3 years ago

I want the opath together with "mr.txt"

wangnana5 commented 3 years ago

I have already got the answer from your tutorial (https://fmm-wiki.github.io/docs/tutorial/cpp.html)