By default the server already has the geolocation enabled.
Track-trace, it's not true. Geolocation is not enabled by default. If you enable it, any protocol that supports it, should be able to use it.
Actually,
When i download https://github.com/traccar/traccar/releases/download/v5.9/traccar-other-5.9.zip
In that default.xml in conf dir the below is found.
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>locationiq</entry>
<entry key='geocoder.key'>pk.689d849289c8c63708068b2ff1f63b2d</entry>
<entry key='geocoder.onRequest'>true</entry>
<entry key='geocoder.ignorePositions'>true</entry>
Doesnt that mean that the geolocation service is already enabled when you start the server ?
That's geocoding, not geolocation. I think you mixed up the two.
Yes, Anton, indeed i mixed that up!
Hello there, if I enable LBS Geolocation on the server, the devices like coban 303g would be able to use this ?
thanks in advanve