Pankaj Manali
Pankaj Manali

Reputation: 698

Address not displaying in opengts

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.

Upvotes: 1

Views: 876

Answers (1)

shravan
shravan

Reputation: 21

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 '#')

Upvotes: 1

Related Questions