Nominatim/settings
Sarah Hoffmann bd4b1b2d08 switch from osmosis to pyosmium for updates
Pyosmium comes with convenient functions for finding the
right state and does not require external files for
rembering the state. Updates can now conveniently
set up by simply running ./utils/update.php --init-updates
and state is kept directly in the import_status table.

This change requires an update in the database schema.
Run the following to update:

ALTER TABLE import_status ADD COLUMN sequence_id integer;
ALTER TABLE import_status ADD COLUMN indexed boolean;
ALTER TABLE import_osmosis_log ADD COLUMN batchseq integer;
2017-05-25 16:26:09 +02:00
..
defaults.php switch from osmosis to pyosmium for updates 2017-05-25 16:26:09 +02:00
phrase_settings.php move country search term creation into setup script 2016-09-28 23:30:44 +02:00
settings.php PSR2 fixes for /settings 2016-09-14 03:50:18 +02:00