You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by ad...@apache.org on 2022/12/12 13:09:55 UTC

[incubator-baremaps] branch 553-geocoder-example updated (bf9f7dc1 -> f9386c8f)

This is an automated email from the ASF dual-hosted git repository.

adrabble pushed a change to branch 553-geocoder-example
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


    from bf9f7dc1 Fix geocoder tests
     add f9386c8f Fix code smells

No new revisions were added by this update.

Summary of changes:
 .../org/apache/baremaps/geocoder/Geocoder.java     |  6 ++--
 .../geocoder/response/{Record.java => Data.java}   |  2 +-
 .../apache/baremaps/geocoder/response/Result.java  |  2 +-
 .../main/java/org/apache/baremaps/iploc/IpLoc.java |  4 +--
 .../workflow/tasks/CreateGeonamesIndex.java        | 16 +--------
 .../org/apache/baremaps/geocoder/GeocoderTest.java |  4 +--
 .../geocoder/geonames/GeonamesGeocoderTest.java    |  4 +--
 .../src/main/resources/geocoder/index.html         | 38 +++++++++++-----------
 8 files changed, 31 insertions(+), 45 deletions(-)
 rename baremaps-core/src/main/java/org/apache/baremaps/geocoder/response/{Record.java => Data.java} (99%)