Question about address

capitole a year ago

Hello, Here is my traccar.xml code:

<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
<properties>

    <!-- Documentation: https://www.traccar.org/configuration-file/ -->

    <entry key='database.driver'>com.mysql.cj.jdbc.Driver</entry>
    <entry key='database.url'>jdbc:mysql://localhost:3306/traccar?useSSL=false&amp;serverTimezone=UTC</entry>
    <entry key='database.user'>root</entry>
    <entry key='database.password'></entry>

    <!-- Server settings -->
    <entry key='web.address'>0.0.0.0</entry>
    <entry key='web.port'>8082</entry>
    <entry key='geocoder.enable'>true</entry>
    <entry key='geocoder.onRequest'>false</entry>
    <!-- <entry key='geocoder.ignorePositions'>false</entry> -->
    <entry key='geocoder.reuseDistance'>500</entry>
    <entry key='geocoder.type'>nominatim</entry>
    <entry key='geocoder.url'>https://nominatim.openstreetmap.org/reverse</entry>

</properties>

If <entry key='geocoder.ignorePositions'>false</entry>, the position displays correctly without needing to click on "Show Address," but it is not saved in the database.

Anton Tananaev a year ago

What you said cannot be true. If address is displayed without a need to click "show address", it means it was saved in the database.

Also, in the future can you please set proper titles for your topics.