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

Build Error #262

Open zhai12356 opened 1 year ago

zhai12356 commented 1 year ago

image cannot import name Network

zhai12356 commented 1 year ago

Class NetWork is not defined in fmm.py,but errors is not find when building network?

cyang-kth commented 1 year ago

Did you execute the install command?

cmake ..
make -j8
sudo make install # install command
zhai12356 commented 1 year ago

Thank you for your reply!I have two more questions to ask: 1.When executing the Precompute UBODT file command ,what does the field source and target represent in the shp file? 2.When running the stmatch web demo,how can i change the default city show in the browser?