Releases: jeremiehuchet/nominatim-java-api
Releases · jeremiehuchet/nominatim-java-api
3.4
pull request #30, issue #40 nominatim api response are Serializable
#42 update dependencies versions
update release process
3.3.1
issue #37 set NominatimOptions for all request in JsonNominatimClient
issue #35 Address elementClass wrong json tag name
3.3
pull request #21 Added new field 'place_rank', @mmyersDE
pull request #28 Add JTS geometry/GeoJson support, @buehner
issue #29 Drop JDK6 support
3.2
Pull Request #20 adds support for lookup API with testing, thanks to @sunil3590
3.1
merge pull request #19 add importance field, from @snodnipper
merge enhancement from @aksw-ci : retrieve geometry as a wkt
3.0.1
merge pull request #17 from jugalps, fixes Nominatim search requests with limit
parameter
3.0
Client interface refactoring for a better support of Nominatim features, you should be able to upgrade safely from 2.x to 3.0
Bug #11 wrong documentation
Feature request #8 Support accept-language
Licence modification request #14 accepted
2.0.2
#7 Remove org.json:json dependency
2.0.1
Bug #6 The bounding box values are incorrect
Enhancement #1 Make the API URL customizable
Pull-request #2 Addition of place_id field to Address (from tonytw1)
Pull-request #5 Additional reverse look up methods (from tonytw1)
2.0
Use Gson to deserialize Nominatim API responses
#3 OSM id should be long, not int