cyang-kth / fmm

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

The wkt polygon format in h3mm is not correct #202

Closed cyang-kth closed 2 years ago

cyang-kth commented 3 years ago

https://github.com/cyang-kth/fmm/blob/5d0eccf7cac1b1bbdb7e7d4593da7ef1b743b6aa/src/mm/h3mm/h3_util.hpp#L47-L60

According to wikipedia, the wkt polygon format should be

POLYGON ((30 10, 40 40, 20 40, 10 20, 30 10))
cyang-kth commented 2 years ago

Feature already implemented. It will be pushed after our next paper is published.