reverse decoding

Kalle Kilpinen7 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 Tananaev7 years ago

Have you restarted service?

Kalle Kilpinen7 years ago

yes and same error

Anton Tananaev7 years ago

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

Kalle Kilpinen7 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 Tananaev7 years ago

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

Kalle Kilpinen7 years ago

what issue?

Anton Tananaev7 years ago