Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-21 | Add test geocoder | Anton Tananaev | |
2022-12-12 | Dedicated LocationIQ geocoder | Anton Tananaev | |
2022-06-18 | Fix geocoder injection | Anton Tananaev | |
2022-06-11 | Inject network client | Anton Tananaev | |
2022-03-24 | changed to be same as in Nominatim.java | Ed Freyfogle | |
2022-03-24 | change if logic to be same as url test | Ed Freyfogle | |
2022-03-24 | support language param, if null defaults to "en" | Ed Freyfogle | |
2022-01-31 | Add Geoapify geocoder | Anton Tananaev | |
2021-09-29 | fix bug in here geocoder formatted address | jcardus | |
fix bug in here geocoder formatted address | |||
2021-08-21 | Implement MapTiler geocoder | Anton Tananaev | |
2021-06-24 | Catch all webexceptions in JsonGeocoder | Oliver 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-25 | Register all geocoding requests | Anton Tananaev | |
2021-03-26 | Modify MapboxGeocoder.java | RafaelMiquelino | |
Update copyright notice | |||
2021-03-26 | Implements MapboxGeocoder | RafaelMiquelino | |
Add Mapbox reverser geocoder support | |||
2020-06-23 | Add PositionStack geocoder | Anton Tananaev | |
2020-06-10 | Added TomTom Reverse Geocoder (#4543) | Przemek Malolepszy | |
Co-authored-by: Przemyslaw Malolepszy <przemyslaw.malolepszy@tomtom.com> | |||
2020-02-15 | Provide default URLs | Anton Tananaev | |
2020-02-15 | Provide default URL | Anton Tananaev | |
2020-01-21 | Here 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-31 | Convert project to gradle | Anton Tananaev | |