Address is not inserted on SQL

Jose Mendoza5 years ago

Hi, i've already change the default conection to my MSSQL server, i already activated the reverser geocoding and is working because when i click on show address button the address appear, in the tc_positions table all the data has been inserted automatically because i just put on config file the geocoder and conections the problem i have is that the Address obtained with reverse geocoding it's not inserted i just keep getting NULL in that field

thank you

Jose Mendoza5 years ago

Solved, i wasn't using

<entry key='geocoder.processInvalidPositions'>true</entry>

hope this can help anyone new like me