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

error #252

Open flynnamy opened 1 year ago

flynnamy commented 1 year ago

Hi, I use fmm to load my own edges.shp . It has an error: Field not found: fid index -1, u index 0, v index 1, not like others fid index -1, u index -, v index -1.What does this mean(-1 0 1)? How to solve this? Thanks! @cyang-kth

mowen1024 commented 1 week ago

have you solve the problem? i meet the same error,thanks