1

I am using Opengts to track some devices. I am getting their coordinates but I am unable to see the address on opengts web. While writing this command on command line I am getting the address :

rgTest pl:default gp:39.12345/-142.12345

I have changed the setting in private.xml. If anyone know about this issue, please help.

Bhola
  • 392
  • 1
  • 15
Pankaj Manali
  • 668
  • 6
  • 15

1 Answers1

1

Cross check if you have followed these steps.

1) Make reverse-geocode provider true in private.xml(try using google v3,active="${Domain.ReverseGeocodeProvider.active=true}" )

2) Check in tomcat logs for catalina.out wich says if the reverse-geocoding is being sent to google in this case.

3) Checking in config.conf file startupInit.EventData.AddressFieldInfo=true (Remove '#')

shravan
  • 21
  • 4