Do you think it is a good idear to paste the accestoken here ? Now anyone can use that service (at your expence)..
Something like this in traccar.xml:
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://route-init.gallimap.com/reverseGeoApi/reverse/generalReverseXml</entry>
<entry key='geocoder.key'>7c0e164d-0a4c-49e6-9d9f-75a5c78484ce</entry>
<entry key='geocoder.onRequest'>false</entry>
<entry key='geocoder.ignorePositions'>false</entry>
<entry key='geocoder.reuseDistance'>10</entry>
Ideally:
Thanks !
2024-07-31 19:26:58 WARN: Geocoding failed - HTTP 401 Unauthorized - NotAuthorizedException (...)
The problem is that they use non standard key parameter. Traccar uses "key" and your provider expects "accessToken", so I don't think it's compatible currently.
I am trying to use geocoding service from GalliMaps (Local service provider here in Nepal) , I asked them to host like Nominatim , they provide me link like: https://route-init.gallimap.com/reverseGeoApi/reverse/generalReverseXml?accessToken=7c0e164d-0a4c-49e6-9d9f-75a5c78484ce&lat=27.673586244841864&lng=85.32286091124976&format=json it returns correct deata on json format.
How can I use it on traccar? Please help me.
I need report on excel with location address.
or, any other ieda to edit report excel file and apply this api on excel.