aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/traccar/geocoder/JsonGeocoder.java
AgeCommit message (Collapse)Author
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
2020-06-23Add PositionStack geocoderAnton Tananaev
2019-03-31Convert project to gradleAnton Tananaev