Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NominatimTask #1890

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open

NominatimTask #1890

wants to merge 36 commits into from

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    904f2b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd6bd2a View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    50ad2c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6b6f9d View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. - Postpone checkbox sync to map update method, that is called when maps

    ends loading, avoiding checked marks sync attempt before marks reload
    finishes.
    patrickdalla committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8ff6120 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    127494e View commit details
    Browse the repository at this point in the history
  3. Creates an interface to make BookmarksController visible to iped-geo and

    others viewers that follows iped-viewers-api.
    patrickdalla committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8667fec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    272e36a View commit details
    Browse the repository at this point in the history
  5. Removes unused method.

    patrickdalla committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ba0efaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a34f47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9f9a979 View commit details
    Browse the repository at this point in the history
  8. Uses IBookmarkController to verify and apply checked items info only on

    last TableModelEvent of multiple items check event.
    patrickdalla committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    52662e3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bc0844 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    93342e5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    aa97bc3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a55be09 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3ae5c93 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. '#1487 First version of nominating task that queries a configured

    nominatim
    server for a related address of a georeferenced item.
    patrickdalla committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    967fbd9 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    4c72734 View commit details
    Browse the repository at this point in the history
  2. Revert "'#1487 Add metadata for country, state, city and suburb infor…

    …mation."
    
    This reverts commit 4c72734.
    patrickdalla committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    2774ced View commit details
    Browse the repository at this point in the history
  3. '#1487 Call nominatim query asynchronously in a future object and

    reenqueue the item till a response is available. Add metadata info for
    country, state, city and suburb.
    patrickdalla committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    4189c3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d155ba2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b2d9bd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2d92b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. '#1487 Reset internal variable that controls when to data is ready to be

    used on instance creation.
    patrickdalla committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    8cc2f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b49ca1d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    4e8a61b View commit details
    Browse the repository at this point in the history
  2. Revert "App nominatim panel instalation."

    This reverts commit 4e8a61b.
    patrickdalla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    38350bf View commit details
    Browse the repository at this point in the history
  3. '#1487 Adds tree node to represent the georeferenced items that the

    nominatim server was unable to GEOCODE (error).
    patrickdalla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    832a113 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14c024a View commit details
    Browse the repository at this point in the history
  5. '#Removes nominatim panel installation as it will be improved and

    finished in a new Branch (with the new FilterManager interface).
    patrickdalla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6dcec30 View commit details
    Browse the repository at this point in the history
  6. '#1487 Improve exception treatment to save the error in geojson

    metadata, so it can be better processed in analysis gui.
    patrickdalla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    ebdcd51 View commit details
    Browse the repository at this point in the history
  7. '#1487 Better null pointer treatment for erroneous or incomplete

    nominatim responses that do not add certain nominatim fields.
    patrickdalla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d36fc22 View commit details
    Browse the repository at this point in the history
  8. '#1487 Corrects error treatment to use the correct initialization

    exception, and also to inform error only for georeferenced file.
    patrickdalla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    0f1045f View commit details
    Browse the repository at this point in the history
  9. '#1487 Error treatmento to when there is no

    NominatimTask.NOMINATIM_METADATA metadata in the case.
    patrickdalla committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    700952a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    627927b View commit details
    Browse the repository at this point in the history