Skip to content

Releases: jeremiehuchet/nominatim-java-api

3.4

19 Jun 01:53
Compare
Choose a tag to compare

pull request #30, issue #40 nominatim api response are Serializable
#42 update dependencies versions
update release process

3.3.1

17 Jun 20:23
Compare
Choose a tag to compare

issue #37 set NominatimOptions for all request in JsonNominatimClient
issue #35 Address elementClass wrong json tag name

3.3

23 Apr 14:34
Compare
Choose a tag to compare
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

11 Sep 23:11
Compare
Choose a tag to compare
3.2

Pull Request #20 adds support for lookup API with testing, thanks to @sunil3590

3.1

06 Aug 20:18
Compare
Choose a tag to compare
3.1

merge pull request #19 add importance field, from @snodnipper
merge enhancement from @aksw-ci : retrieve geometry as a wkt

3.0.1

18 Jan 22:00
Compare
Choose a tag to compare

merge pull request #17 from jugalps, fixes Nominatim search requests with limit parameter

3.0

25 Jul 18:05
Compare
Choose a tag to compare
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

25 Mar 21:00
Compare
Choose a tag to compare

#7 Remove org.json:json dependency

2.0.1

25 Mar 21:00
Compare
Choose a tag to compare

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

25 Mar 20:58
Compare
Choose a tag to compare
2.0

Use Gson to deserialize Nominatim API responses
#3 OSM id should be long, not int