Reverse Geocoding - posible bug ?

dagobar5 years ago

When using:

    <entry key='geocoder.onRequest'>false</entry>
    <entry key='geocoder.ignorePositions'>false</entry>
    <entry key='geocoder.reuseDistance'>100</entry>
    <entry key='geocoder.cacheSize'>2000</entry>
    <entry key='geocoder.processInvalidPositions'>false</entry>

It's working as expected... it's reusing cache in the 100m distance

Unfortunately when using:

    <entry key='geocoder.onRequest'>true</entry>
    <entry key='geocoder.ignorePositions'>true</entry>
    <entry key='geocoder.reuseDistance'>100</entry>
    <entry key='geocoder.cacheSize'>2000</entry>
    <entry key='geocoder.processInvalidPositions'>false</entry>

It's ignoring cache or reuseDistance when clicking on the link "show address", every click it's one new request to the reverse geocoding server, even if any device don't move.

Anton Tananaev5 years ago

It's expected behavior.