cyang-kth / fmm

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

cpath has multiple paths #263

Open ryonsd opened 11 months ago

ryonsd commented 11 months ago

I output cpath using fmm from GPS trajectory data points and I got multiple path as shown in this screenshot. (Blue line is an original trajectory and red one is cpath.)

image

How to fix to output only one path ?