You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/main/java/de/komoot/photon/CommandLineArgs.java
+3
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ public class CommandLineArgs {
20
20
@Parameter(names = "-nominatim-import", description = "import nominatim database into photon (this will delete previous index)")
21
21
privatebooleannominatimImport = false;
22
22
23
+
@Parameter(names = "-nominatim-update", description = "fetch updates from nominatim database into photon and exit (this updates the index only without offering an API")
24
+
privatebooleannominatimUpdate = false;
25
+
23
26
@Parameter(names = "-languages", description = "languages nominatim importer should import and use at run-time, comma separated (default is 'en,fr,de,it')")
0 commit comments