Does openpaths binding work with OH2?

Hey friends, 2 months ago I used openpaths binding based on this tutorial

https://github.com/openhab/openhab1-addons/wiki/OpenPaths-Binding

everything was fined, it worked like a charm but since I migrated to OH2, I create a file name “openpaths.cfg” under service folder like this:

############################### OpenPaths Binding #####################################
#
# The latitude/longitude coordinates of 'home'.
home.lat=xxx
home.long=xxx
home.geofence=100

# You may define any number of additional locations. If no geofence is given
# for a location, the default geofence configuration below is used

# The latitude/longitude coordinates of 'work'.
work.lat=xxx
work.long=xxx
work.geofence=100

# The latitude/longitude coordinates of 'anyplace'.
anyplace.lat=xxxx
anyplace.long=xxxx
anyplace.geofence=100

# Interval in milliseconds to poll for user location (optional, defaults to 5mins).
refresh=5000

# Distance in metres a user must be from 'home' to be considered inside the
# geofence (optional, defaults to 100m).
geofence=100

# OpenPaths access/secret keys for each user.
dong.accesskey=xxxxxx
dong.secretkey=xxxxxx

(xxxxx is my private information, sorry but I dont want to show you)
This file was copied from openhab.cfg and I delete all the prefixes openpaths from it
But it’s been 2 weeks that I can’t see anything displayed on my sitemaps, it just shows up “-” besides the items’ name.
So I wonder is openpaths compatible to OH2? How can I fix this? Or any binding is available and has the same function like openpaths in the old version of OH ? (1.8.3)

Do you have a file under the ${OPENHAB_USERDATA} directory* named config/org/openhab/openpaths.config? If so, are its contents consistent with your services/openpaths.cfg file?

Are you using the 1.9.0-SNAPSHOT version of the JAR, like the one that can be found here? Generally, the 1.8.3 JARs have problems under OH2.

*${OPENHAB_USERDATA} is /var/lib/openhab2 on the apt-get installation.