reverse decoding

Kalle Kilpinen 8 years ago

Hi,

I put these lines to traccar.xml in conf directory:

<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://locationiq.org/v1/reverse.php</entry>
<entry key='geocoder.key'>xxxxxxxxxx</entry>

I got api key from locationIQ and inserted it to correct place.

There still comes when I click Address:

NullPointerException (ServerResource:56 < ...)
Anton Tananaev 8 years ago

Have you restarted service?

Kalle Kilpinen 8 years ago

yes and same error

Anton Tananaev 8 years ago

That's not possible. You are definitely missing something.

Kalle Kilpinen 8 years ago
/opt/traccar/bin/stopDaemon.sh

then

/opt/traccar/bin/startDaemon.sh

need else to restart?

i got new api key from IQ.. I configured traccar.xml....restarted as above....same error

Anton Tananaev 8 years ago

Yes, but note that if you are using latest release there is an issue with stopDaemon.sh script.

Kalle Kilpinen 8 years ago

what issue?

Anton Tananaev 8 years ago