Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-18 | geocoder: Implement MapmyIndia Reverse geocoder | Syed Mujeer Hashmi | |
MapmyIndia reverse geocoding is very helpful for the Indian subcontinent, It's "distance from nearest POI" detail embedded in the formatted_address field of the response is quite impressive for the reports. The Confirgurations required to be added in the config file "traccar.xml" are <entry key='geocoder.enable'>true</entry> <entry key='geocoder.type'>mapmyindia</entry> <entry key="geocoder.url">https://apis.mapmyindia.com/advancedmaps/v1</entry> <entry key="geocoder.key">YOUR_KeY</entry> <entry key="geocoder.format">%f</entry> Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@gmail.com> | |||
2018-12-15 | Implement HERE reverse geocoder (fix #4142) | Anton Tananaev | |
2018-10-03 | Fix geocoder issue (#4073) | Anton Tananaev | |
2018-09-24 | Add Base Adresse Nationale reverse geocoder (fix #3769) | Olivier Girondel | |
2018-05-01 | Support geocode xyz reverse geocoder | Anton Tananaev | |
2018-03-16 | Update Gisgraphy test case | Anton Tananaev | |
2018-01-26 | Clean up unused imports | Anton Tananaev | |
2018-01-26 | Static imports for junit | Anton Tananaev | |
2017-11-10 | - Combine "getAddress" functions | Abyss777 | |
- Change switches logic | |||
2017-11-08 | - Implement synchronous geocoding | Abyss777 | |
- Implement retry geocoding for trips/stops reports - Implement API for revers geocoding | |||
2017-04-21 | Add language support for Nominatim (fix #3098) | Anton Tananaev | |
2017-02-21 | Fix geocoder unit tests | Anton Tananaev | |
2017-02-15 | Ignore geocoder unit test | Anton Tananaev | |
2017-02-15 | Support language for Google geocoder | Anton Tananaev | |
2016-12-31 | Add exception classes and more renames | Anton Tananaev | |
2016-12-31 | Rename geocode package to geocoder | Anton Tananaev | |