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

Making languages dynamic with command arguments #125

Merged
merged 24 commits into from
Dec 20, 2014

Commits on Dec 8, 2014

  1. Added dynamic languages via command

    - Use -nominatim-import-languages command with comma separated
    languages to load those languages during import
    - Use -nominatim-import-languages command with comma seperated
    languages to use certain languages during run
    
    Example: -nominatim-import-languages en,de,nl
    Sander committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    00933ac View commit details
    Browse the repository at this point in the history
  2. Fix invalid json

    Sander committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    68ae44f View commit details
    Browse the repository at this point in the history
  3. Seperated language commands for import/running

    Use -nominatim-import-languages for importing and -supported-languages
    for runtime languages
    Sander committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    0621d01 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. Added dutch (nl) to mappings.json

    Sander committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    35bcfde View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. Added stripNonDigits util

    Sander committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    e9fda4b View commit details
    Browse the repository at this point in the history
  2. Fixed ImporterTest to use (static) languages

    Sander committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    dacb243 View commit details
    Browse the repository at this point in the history
  3. Added postcode check for nl postcodes

    - Filter doubles out if there are highways with the same name &
    postcode numbers when language is 'nl' (i.e. the same street has 6532RA
    and 6532BE, which should only be returned once to prevent clutter in
    autocomplete)
    Sander committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    84a37c2 View commit details
    Browse the repository at this point in the history
  4. Fixed tests to use new lang scheme

    Sander committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    a7ac5eb View commit details
    Browse the repository at this point in the history
  5. Added Netbeans xml to .gitignore

    Sander committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    0636de8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Reverted string lat/lon back to doubles

    Sander committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    b4c5d42 View commit details
    Browse the repository at this point in the history
  2. Deleted language specific obj from mappings.json

    Sander committed Dec 15, 2014
    4 Configuration menu
    Copy the full SHA
    b7e6ff3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fee73da View commit details
    Browse the repository at this point in the history
  4. Removed spaces

    Sander committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    41ee0d1 View commit details
    Browse the repository at this point in the history
  5. Unified commandline param to 'using-languages'

    Sander committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    d81292a View commit details
    Browse the repository at this point in the history
  6. Modified test with static lang

    Sander committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    756aeb2 View commit details
    Browse the repository at this point in the history
  7. Reverted NL postcode check

    - Should be submitted as separate PR
    Sander committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    f3332f7 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Removed commented code

    Sander committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    0b7f608 View commit details
    Browse the repository at this point in the history
  2. Renamed commandline arg to just '-languages'

    Sander committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    e4c6a6e View commit details
    Browse the repository at this point in the history
  3. Refactored mappings.json code

    Sander committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    0c82ecb View commit details
    Browse the repository at this point in the history
  4. Some refactoring

    Sander committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    d586d52 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2014

  1. Deleted spaces

    svantulden committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    80116a9 View commit details
    Browse the repository at this point in the history
  2. Fixes some consistency issues

    svantulden committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    8b67963 View commit details
    Browse the repository at this point in the history
  3. Reworked exception handling for recreateIndex()

    svantulden committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    1a50011 View commit details
    Browse the repository at this point in the history
  4. Removed unneeded null check

    svantulden committed Dec 19, 2014
    Configuration menu
    Copy the full SHA
    c4726f2 View commit details
    Browse the repository at this point in the history