aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/geocoder
AgeCommit message (Collapse)Author
2023-11-09Update HERE geocoderAnton Tananaev
2023-08-19Move from javax to jakartaAnton Tananaev
2022-12-21Add test geocoderAnton Tananaev
2022-12-12Dedicated LocationIQ geocoderAnton Tananaev
2022-06-18Fix geocoder injectionAnton Tananaev
2022-06-11Inject network clientAnton Tananaev
2022-03-24changed to be same as in Nominatim.javaEd Freyfogle
2022-03-24change if logic to be same as url testEd Freyfogle
2022-03-24support language param, if null defaults to "en"Ed Freyfogle
2022-01-31Add Geoapify geocoderAnton Tananaev
2021-09-29fix bug in here geocoder formatted addressjcardus
fix bug in here geocoder formatted address
2021-08-21Implement MapTiler geocoderAnton Tananaev
2021-06-24Catch all webexceptions in JsonGeocoderOliver Schramm
When a service is down (like positionstack recently often is), it might send a 503 Service Unavailable which is not covered by a ClientErrorException. Using the superclass of this, will enable the position to be handled correctly still.
2021-04-25Register all geocoding requestsAnton Tananaev
2021-03-26Modify MapboxGeocoder.javaRafaelMiquelino
Update copyright notice
2021-03-26Implements MapboxGeocoderRafaelMiquelino
Add Mapbox reverser geocoder support
2020-06-23Add PositionStack geocoderAnton Tananaev
2020-06-10Added TomTom Reverse Geocoder (#4543)Przemek Malolepszy
Co-authored-by: Przemyslaw Malolepszy <przemyslaw.malolepszy@tomtom.com>
2020-02-15Provide default URLsAnton Tananaev
2020-02-15Provide default URLAnton Tananaev
2020-01-21Here geocoder url config parameter (#4472)jcardus
* here geocoder url config parameter * here geocoder url config parameter * added new parameter apiKey and kept app_code for retro compatibility added default url for here * fixed ident removed url from here geocode test * fixed ident intellij uses 2 spaces, this project uses 4. * fixed ident intellij uses 2 spaces, this project uses 4. * url should be null not "" * wrong file
2019-03-31Convert project to gradleAnton Tananaev