Reverse Geocoding

Wayne Sanders6 years ago

Hi out there
Has anyone used the LocationIQ and got it working?
2 Questions

  1. Must port 443 and 80 redirected to the server in order for it to work?
  2. Has anyone seen this when using Location IQ -
    2019-05-12 18:50:28 INFO: Your platform does not provide complete low-level API for accessing direct buffers reliably. Unless explicitly requested, heap buffer will always be preferred to avoid potential system instability.
Slawek6 years ago
<entry key='geocoder.enable'>true</entry>
<entry key='geocoder.type'>nominatim</entry>
<entry key='geocoder.url'>https://locationiq.org/v1/reverse.php</entry>
<entry key='geocoder.key'>your_key</entry>