-
Notifications
You must be signed in to change notification settings - Fork 284
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
Commits on Dec 8, 2014
-
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 committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 00933ac - Browse repository at this point
Copy the full SHA 00933acView commit details -
Sander committed
Dec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 68ae44f - Browse repository at this point
Copy the full SHA 68ae44fView commit details -
Seperated language commands for import/running
Use -nominatim-import-languages for importing and -supported-languages for runtime languages
Sander committedDec 8, 2014 Configuration menu - View commit details
-
Copy full SHA for 0621d01 - Browse repository at this point
Copy the full SHA 0621d01View commit details
Commits on Dec 9, 2014
-
Added dutch (nl) to mappings.json
Sander committedDec 9, 2014 Configuration menu - View commit details
-
Copy full SHA for 35bcfde - Browse repository at this point
Copy the full SHA 35bcfdeView commit details
Commits on Dec 10, 2014
-
Sander committed
Dec 10, 2014 Configuration menu - View commit details
-
Copy full SHA for e9fda4b - Browse repository at this point
Copy the full SHA e9fda4bView commit details -
Fixed ImporterTest to use (static) languages
Sander committedDec 10, 2014 Configuration menu - View commit details
-
Copy full SHA for dacb243 - Browse repository at this point
Copy the full SHA dacb243View commit details -
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 committedDec 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 84a37c2 - Browse repository at this point
Copy the full SHA 84a37c2View commit details -
Fixed tests to use new lang scheme
Sander committedDec 10, 2014 Configuration menu - View commit details
-
Copy full SHA for a7ac5eb - Browse repository at this point
Copy the full SHA a7ac5ebView commit details -
Added Netbeans xml to .gitignore
Sander committedDec 10, 2014 Configuration menu - View commit details
-
Copy full SHA for 0636de8 - Browse repository at this point
Copy the full SHA 0636de8View commit details
Commits on Dec 15, 2014
-
Reverted string lat/lon back to doubles
Sander committedDec 15, 2014 Configuration menu - View commit details
-
Copy full SHA for b4c5d42 - Browse repository at this point
Copy the full SHA b4c5d42View commit details -
Deleted language specific obj from mappings.json
Sander committedDec 15, 2014 4Configuration menu - View commit details
-
Copy full SHA for b7e6ff3 - Browse repository at this point
Copy the full SHA b7e6ff3View commit details -
Use mappings template & add lang specific strings
Sander committedDec 15, 2014 Configuration menu - View commit details
-
Copy full SHA for fee73da - Browse repository at this point
Copy the full SHA fee73daView commit details -
Sander committed
Dec 15, 2014 Configuration menu - View commit details
-
Copy full SHA for 41ee0d1 - Browse repository at this point
Copy the full SHA 41ee0d1View commit details -
Unified commandline param to 'using-languages'
Sander committedDec 15, 2014 Configuration menu - View commit details
-
Copy full SHA for d81292a - Browse repository at this point
Copy the full SHA d81292aView commit details -
Modified test with static lang
Sander committedDec 15, 2014 Configuration menu - View commit details
-
Copy full SHA for 756aeb2 - Browse repository at this point
Copy the full SHA 756aeb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3332f7 - Browse repository at this point
Copy the full SHA f3332f7View commit details
Commits on Dec 16, 2014
-
Sander committed
Dec 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 0b7f608 - Browse repository at this point
Copy the full SHA 0b7f608View commit details -
Renamed commandline arg to just '-languages'
Sander committedDec 16, 2014 Configuration menu - View commit details
-
Copy full SHA for e4c6a6e - Browse repository at this point
Copy the full SHA e4c6a6eView commit details -
Sander committed
Dec 16, 2014 Configuration menu - View commit details
-
Copy full SHA for 0c82ecb - Browse repository at this point
Copy the full SHA 0c82ecbView commit details -
Sander committed
Dec 16, 2014 Configuration menu - View commit details
-
Copy full SHA for d586d52 - Browse repository at this point
Copy the full SHA d586d52View commit details
Commits on Dec 19, 2014
-
svantulden committed
Dec 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 80116a9 - Browse repository at this point
Copy the full SHA 80116a9View commit details -
svantulden committed
Dec 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 8b67963 - Browse repository at this point
Copy the full SHA 8b67963View commit details -
Reworked exception handling for recreateIndex()
svantulden committedDec 19, 2014 Configuration menu - View commit details
-
Copy full SHA for 1a50011 - Browse repository at this point
Copy the full SHA 1a50011View commit details -
svantulden committed
Dec 19, 2014 Configuration menu - View commit details
-
Copy full SHA for c4726f2 - Browse repository at this point
Copy the full SHA c4726f2View commit details