Sarah Hoffmann
2cb85e48b4
adapt test results to new ranking
2020-08-03 16:57:22 +02:00
Sarah Hoffmann
5be084e0f5
indexer: allow batch processing of places
...
Request and process multiple place_ids at once so that
Postgres can make better use of caching and there are less
transactions running.
2020-08-03 10:32:39 +02:00
Sarah Hoffmann
2323923bec
indexer: move progress tracker into separate class
2020-08-03 10:32:39 +02:00
Sarah Hoffmann
0f54d42863
indexer: get rid of special handling of few places
...
Given that we do not distiribute geometry sectors to threads anymore,
there is no point in this kind of special handling.
2020-08-03 10:32:39 +02:00
Sarah Hoffmann
8201c7f46c
Merge pull request #1899 from mtmail/use-new-dsn-format-in-vagrant-md
...
VAGRANT.md: we use different database DSN syntax these days
2020-08-03 10:26:35 +02:00
marc tobias
ed22d640f4
VAGRANT.md: we use different database DSN syntax these days
2020-07-31 16:52:29 +02:00
marc tobias
01b009ff24
test/README.md - more instructions how to import test db
2020-07-31 16:50:27 +02:00
Sarah Hoffmann
665b90bf5a
Merge pull request #1898 from lonvia/show-housenumber-with-housename
...
make house number reappear in display name on named POIs
2020-07-31 10:11:09 +02:00
Sarah Hoffmann
4e1f245331
make house number reappear in display name on named POIs
...
After 6cc6cf950c
names and house numbers
of POIS got mingled into a single item when creating the display name.
Add the house number as extra information without place_id to avoid
later mangling.
2020-07-30 23:39:55 +02:00
Sarah Hoffmann
f8e1d39208
Merge pull request #1894 from lonvia/fix-hierarchy-by-admin-level
...
Preserve admin level hierarchy between admin boundaries
2020-07-29 09:20:34 +02:00
Sarah Hoffmann
955dae5d4b
Merge pull request #1895 from lonvia/update-less-quiet
...
Make indexing during updates less quiet
2020-07-29 09:20:14 +02:00
Sarah Hoffmann
b78cd3f4c9
make indexing during updates less quiet
...
Adjust verbosity behaviour to that of indexing during setup.
2020-07-28 22:35:51 +02:00
Sarah Hoffmann
6a3eb7edf2
preserve admin level hierarchy between admin boundaries
...
When the address rank of an admin boundary is changed because
of an attached place type, it may happen that the admin_level
hierarchy gets inversed. Avoid that by adjusting the address
rank if an inversion is detected.
2020-07-28 22:15:25 +02:00
Sarah Hoffmann
0a710c0762
Merge pull request #1891 from lonvia/automatic-db-setup
...
Implicitly connect to database during setup
2020-07-26 16:08:45 +02:00
Sarah Hoffmann
9a204f6284
test: make road really cross the boundary
2020-07-26 15:57:07 +02:00
Sarah Hoffmann
7837970303
remove connect() in update script
...
This is now implicit.
2020-07-26 12:27:52 +02:00
Sarah Hoffmann
8cd9550295
implicitly connect to database during setup
...
Make access to the DB object a function, so that the connection
can be opened implicitly when the object is accessed for the first
time. This way we no longer need to check beforehand if a specific
function of the setup needs DB access or not.
Also move the check for the module to the relevant sub step.
2020-07-26 11:56:00 +02:00
Sarah Hoffmann
840c692d5b
Merge pull request #1890 from lonvia/add-wiki-tags-to-all-styles
...
Add wiki tags to all styles
2020-07-25 11:34:51 +02:00
Sarah Hoffmann
05e0d3e2d4
add wiki tags to all styles
...
wikipedia and wikidata tags are needed to compute the importance
so we need to put them into extra tags for all styles.
Fixes #1885 .
2020-07-25 10:00:18 +02:00
Sarah Hoffmann
7429ff9dce
forgit to adapt info message
2020-07-18 12:14:51 +02:00
Sarah Hoffmann
29602fe0cf
Merge pull request #1874 from joy-yyd/rank_modification
...
House number search fix for #164
2020-07-18 12:12:37 +02:00
Sarah Hoffmann
1b95ec5591
Merge pull request #1884 from lonvia/fixes-for-webserver-settigns
...
Small fixes for new webserver settings file
2020-07-18 11:44:01 +02:00
Sarah Hoffmann
3efe0dc8dc
move website settings back to settings/
...
We don't want the settings to become visible when a server is
accidentally configured wrongly.
2020-07-18 11:02:07 +02:00
Sarah Hoffmann
241e4af1b0
log file is a string when not set to false
2020-07-18 11:00:17 +02:00
(Joy) Yuanyue Ding
cac8a8df18
Modifiy the range of address_rank, fix for issue #164
2020-07-08 17:47:38 +02:00
Sarah Hoffmann
1181ceb735
Merge pull request #1873 from lonvia/resurrect-debug-option
...
Reenable debug parameter
2020-07-08 10:06:49 +02:00
Sarah Hoffmann
f376f45277
default language is a string when not set to false
2020-07-08 08:38:11 +02:00
Sarah Hoffmann
d364afdf3b
reenable debug parameter
...
The parameter got lost when switching to website settings.
Given that the use of a fixed parameter is limited,
debugging output can now only be set via the URL parameter.
2020-07-08 08:32:46 +02:00
Sarah Hoffmann
7ecfcf7eaa
Merge pull request #1869 from lonvia/migration-for-setup-website
...
docs: add migration for new --setup-website step
2020-07-05 21:06:27 +02:00
Sarah Hoffmann
709c9bbe88
Merge pull request #1868 from lonvia/reverse-for-addressable-places-only
...
reverse: ignore place nodes without an address rank
2020-07-05 21:06:00 +02:00
Sarah Hoffmann
db175f606e
docs: add migration for new --setup-website step
2020-07-05 15:46:06 +02:00
Sarah Hoffmann
3a664dc676
reverse: ignore place nodes without an address rank
...
We already exclude all polygon places without an address
rank. place nodes should also be ignored. This removes
places like locality from the reverse results.
Fixes #1839 .
2020-07-05 15:38:49 +02:00
Sarah Hoffmann
5f8d5f10a6
docs: rename documentation chapter
...
Avoids confusion about this being the documentation itself.
2020-07-05 11:14:48 +02:00
Sarah Hoffmann
f02d4d9677
docs: move external data sources into simple page
2020-07-05 11:13:28 +02:00
Sarah Hoffmann
1889643eca
Merge branch 'move-datasources-into-separate-repos' of https://github.com/mtmail/Nominatim into mtmail-move-datasources-into-separate-repos
2020-07-05 10:57:12 +02:00
Sarah Hoffmann
4fc5c2024b
Merge pull request #1864 from lonvia/langauge-specific-presuffixes
...
exclude language-specific name:prefix and name:suffix
2020-07-05 10:54:42 +02:00
Sarah Hoffmann
354487d7f4
Merge pull request #1829 from krahulreddy/websiteSetup
...
Added setup-website option
2020-07-01 18:11:50 +02:00
Sarah Hoffmann
6478058946
Merge pull request #1857 from mtmail/db-migration-update-functions
...
Migration.md - admin also need to run recreate db functions
2020-07-01 18:11:14 +02:00
Sarah Hoffmann
8b8dcea3de
exclude language-specific name:prefix and name:suffix
...
There are about 1k suffixes and 20k prefixes with a
language-speicfic variant in use. These should not
show up as names.
2020-07-01 18:00:53 +02:00
marc tobias
64ace51e02
move data-sources/ directory in new git repos
2020-07-01 17:38:44 +02:00
marc tobias
4cb5c67a44
Migration.md - admin also need to run recreate db functions
2020-07-01 16:46:54 +02:00
Sarah Hoffmann
2edefd9e80
sql: fix rank variable type
...
The rank type needs to match the parameter type of
update_place_diameter().
Fixes #1851 .
2020-07-01 15:48:00 +02:00
Sarah Hoffmann
fa8b16e7e7
Merge pull request #1858 from lonvia/update-osm2pgsql
...
Update osm2pgsql
2020-07-01 11:38:40 +02:00
Sarah Hoffmann
2a953700e2
update osm2pgsql (hang on multipolygons)
2020-06-30 22:39:38 +02:00
Sarah Hoffmann
c1dc835b5c
Merge pull request #1852 from osm-search/disable-jit-for-updates
...
Disable Postgresql jit and parallel processing for osm2pgsql updates
2020-06-28 22:39:44 +02:00
Sarah Hoffmann
214f92c428
make phpcs happy
2020-06-28 18:24:29 +02:00
Sarah Hoffmann
95fc680af9
travis: reduce the size of diff download
2020-06-28 18:21:42 +02:00
Sarah Hoffmann
22d0c6b5e1
travis: run a single round of updates on the Monaco import
2020-06-28 18:09:08 +02:00
Sarah Hoffmann
ff1be13d0e
disable JIT and parallel processing for osm2pgsql in updates
...
This is known to cause issues because of bad indexing
statistics.
2020-06-28 18:06:06 +02:00
K Rahul Reddy
a3201be7e7
Moved settings-frontend to website/
2020-06-27 10:45:53 +05:30