cyang-kth / fmm

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

removed the dependency on gdal. #149

Closed machfe522 closed 3 years ago

machfe522 commented 3 years ago

The gdal library is too big. suggest remove GDAL dependent library。

cyang-kth commented 3 years ago

The GDAL currently is only used for reading network shapefile. It could be replaced with third party source codes such as shapelib https://github.com/OSGeo/shapelib.

The OSM file support is also kinds of introducing extra complexity to the project, as the raw OSM file has issues of #99. It should also be possible to remove that.

However, I will not have time to work on it in a short while so I will implement in my spare time.

cyang-kth commented 3 years ago

Dependency on OSM is removed in this commit #154

cyang-kth commented 3 years ago

This feature is not urgent, so it is closed.