bmwcarit / barefoot

Java map matching library for integrating the map into software and services with state-of-the-art online and offline map matching that can be used stand-alone and in the cloud.
Apache License 2.0
665 stars 186 forks source link

config entry matcher.distance.min is not read as double which would be more flexible #101

Open argltuc opened 6 years ago

argltuc commented 6 years ago

Config entry matcher.distance.min is read by MatcherServer and TrackerServer as integer but is internaly used as double. If it would read from config file as double, config would be more flexible and intuitive.

Are there any specific reasons, why matcher.distance.min is read as integer?

smattheis commented 6 years ago

I agree, it makes more sense as double.

argltuc commented 6 years ago

I will provide a PR in some minutes