Traccar 4.0 and Gisgraphy

Niko Lync6 years ago

Did something happen with Gisgraphy support in Traccar 4.0? It seems to me that it worked in earlier versions.

my test settings:

<entry key = 'geocoder.enable'> true </ entry>
<entry key = 'geocoder.type'> gisgraphy </ entry>
<entry key = 'geocoder.url'> http://services.gisgraphy.com/reversegeocoding/search </ entry>
<entry key = "geocoder.onRequest"> true </ entry>
<entry key = "geocoder.ignorePositions"> true </ entry>
<entry key = "geocoder.reuseDistance"> 20 </ entry>
<entry key = "geocoder.cacheSize"> 2000 </ entry>

When clicking on "show address" the "connection error" pop-up window pops up ...

The gisgraphy server is working and there are no problems with the browser connection and address checking by pasting the link with coordinates.

A popup window with an error only pops up with Gisgraphy setting when I set Traccar to use Google reverse geocoding works ok

Anton Tananaev6 years ago

Requests are probably blocked by gisgraphy.

Niko Lync6 years ago

Probably so. I tested it on two servers, with same results.

Probably, something has also changed in the operation of the public Nominatim or in Traccar 4.0
Now, instead of nice addresses, he spits out bushes. The geocoder.format settings also do not help much.