I stress that such changes worked perfectly in version 3.9
Usually no address means that you have some problem with geocoder provider or your configuration.
How is the topic name related to the question? Settings are not saved?
My geocoder configuration is this:
<entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>nominatim</entry> <entry key='geocoder.url'>http://nominatim.openstreetmap.org/reverse</entry> <entry key='geocoder.key'>My Key</entry>
It is configured both in traccar.xml and default.xml
But the address does not appear, only appears when I set up for google geocoder.
I am also editing the Style.js file to change some data such as:
dateTimeFormat24: 'Y-m-d H:i:s', dateTimeFormat12: 'Y-m-d g:i:s a', timeFormat24: 'H:i', timeFormat12: 'g:i a', dateFormat: 'Y-m-d',
for
dateTimeFormat24: 'd-m-Y H:i:s', dateTimeFormat12: 'd-m-Y g:i:s a', timeFormat24: 'H:i', timeFormat12: 'g:i a', dateFormat: 'd-m-Y',
and
mapDefaultLat: 12,470043, mapDefaultLon: 78,494372,
for
mapDefaultLat: -17,470043, mapDefaultLon: -58,494372,
After changing these data, I restart the service tracar but the changes do not validate, that is, they do not work. Everything remains the same, unlike version 3.9 that doing the changes, everything worked perfectly. For this reason the title of the question
What could be happening?
I can see at least 4 issues straight away:
I can guarantee you that it won't work if you do exactly the same change on version 3.9, so if it worked, you clearly did something differently.
Thanks for the feedback. Just one more question, is there any configuration material to host the nominatim?
Please do a search before asking questions:
Thank you, I will study and try to carry out the procedure, when any doubts arise, I will inform you.
Please don't inform me. Do a search first. If it's doesn't help, ask on relevant resources. Nominatim is not my project.
Hello Anton, I'm trying to set up the nominatim geocoder, but the address does not appear in the state of the device. I'm also configuring the Style.js file in the traccar/web/app folder to change the position of the date and time format, restarting the tracing service, but nothing changes as well. Can you tell me what might be happening?