]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
3 years agoadapt Ubunut-20 vagrant file to triple webserver config
Sarah Hoffmann [Wed, 16 Sep 2020 14:27:34 +0000 (16:27 +0200)]
adapt Ubunut-20 vagrant file to triple webserver config

3 years agorestructure webserver setup in ubuntu 18 script
Sarah Hoffmann [Wed, 16 Sep 2020 09:19:38 +0000 (11:19 +0200)]
restructure webserver setup in ubuntu 18 script

Unify the two vagrant scripts for Ubuntu 18. The script can now
be run in three modes: no webserver, with apache, with nginx.
The default mode is to not install any webserver at all. This is
normally sufficient when just developping.

The commit also switches from bento to generic boxes and adds config
for running with a libvirt provider. You need an NFS deamon for
synchronized folders.

3 years agoadd 'make serve-global'
Sarah Hoffmann [Wed, 16 Sep 2020 09:15:55 +0000 (11:15 +0200)]
add 'make serve-global'

This runs the PHP development server in a mode where it listens
globally. This is needed when running inside vagrant and port-forwarding
to the host machine.

3 years agoremove host from default website URL
Sarah Hoffmann [Wed, 16 Sep 2020 09:13:51 +0000 (11:13 +0200)]
remove host from default website URL

Just assume that Nominatim runs under the root URL. This is a
more versatile base that also makes 'make serve' work out of the
box.

3 years agodocs: move webserver installation into separate chapter
Sarah Hoffmann [Tue, 15 Sep 2020 21:51:25 +0000 (23:51 +0200)]
docs: move webserver installation into separate chapter

3 years agoMerge pull request #1940 from mtmail/north-macedonia
Sarah Hoffmann [Sat, 12 Sep 2020 14:15:22 +0000 (16:15 +0200)]
Merge pull request #1940 from mtmail/north-macedonia

country_name Macedonia => North Macedonia

3 years agocountry_name Macedonia => North Macedonia
marc tobias [Mon, 7 Sep 2020 15:24:06 +0000 (17:24 +0200)]
country_name Macedonia => North Macedonia

3 years agoMerge pull request #1936 from lonvia/tweeking-of-ranks
Sarah Hoffmann [Tue, 1 Sep 2020 19:23:28 +0000 (21:23 +0200)]
Merge pull request #1936 from lonvia/tweeking-of-ranks

More fine tuning of default rank assignments

3 years agoadapt tests to ranking changes
Sarah Hoffmann [Tue, 1 Sep 2020 16:03:17 +0000 (18:03 +0200)]
adapt tests to ranking changes

3 years agotweak size of large POIs
Sarah Hoffmann [Tue, 1 Sep 2020 16:00:40 +0000 (18:00 +0200)]
tweak size of large POIs

Further reduce the size from which on POIs are no longer bound
to streets but only to larger objects. The point of reference,
of what a largest POI could be that is still bound is JFK airport.

3 years agoaddress rank adjustment for addressable boundaries only
Sarah Hoffmann [Tue, 1 Sep 2020 15:59:26 +0000 (17:59 +0200)]
address rank adjustment for addressable boundaries only

Only administrative boundaries with an address rank need
to be adjusted. Otherwise just handle them like any other
object.

3 years agoimprove fallback ranking
Sarah Hoffmann [Tue, 1 Sep 2020 15:55:40 +0000 (17:55 +0200)]
improve fallback ranking

Boundaries and places now always get a rank < 26 to make sure that
they do not parent to a street. Skip boundary=place completely
because they will be covered throught the secondary place tag.

3 years agoMerge pull request #1934 from lonvia/fix-deletion-of-large-highway-areas
Sarah Hoffmann [Fri, 28 Aug 2020 08:08:42 +0000 (10:08 +0200)]
Merge pull request #1934 from lonvia/fix-deletion-of-large-highway-areas

Do not block deletion of large highway areas

3 years agodo not block deletion of large highway areas
Sarah Hoffmann [Fri, 28 Aug 2020 07:49:21 +0000 (09:49 +0200)]
do not block deletion of large highway areas

Deletion of areas should only e blocked for addressable features.
Streets and POIs do not have a large impact on updates.

3 years agoplace lookup: filter places that have no details
Sarah Hoffmann [Thu, 27 Aug 2020 07:33:21 +0000 (09:33 +0200)]
place lookup: filter places that have no details

In rare cases search_name might have entries for places for
which we do not return details, in particular for linkees.
Need to remove those entries in the result list before returning
the details.

Fixes #1932.

3 years agoMerge pull request #1931 from lonvia/stable-sort-for-results
Sarah Hoffmann [Wed, 26 Aug 2020 18:52:17 +0000 (20:52 +0200)]
Merge pull request #1931 from lonvia/stable-sort-for-results

Reranking of results must be stable

3 years agoensure that ordering by importance is stable
Sarah Hoffmann [Wed, 26 Aug 2020 15:42:43 +0000 (17:42 +0200)]
ensure that ordering by importance is stable

The initial search results retrieved from the database already come
preordered, either by importnace or by distance. We want to keep
that order if all other things are equal.

3 years agoPlaceLookup should return results in input order
Sarah Hoffmann [Wed, 26 Aug 2020 15:15:11 +0000 (17:15 +0200)]
PlaceLookup should return results in input order

3 years agoMerge pull request #1930 from lonvia/add-support-for-squares
Sarah Hoffmann [Wed, 26 Aug 2020 13:11:45 +0000 (15:11 +0200)]
Merge pull request #1930 from lonvia/add-support-for-squares

Add support for place=square

3 years agoadd support for place=square
Sarah Hoffmann [Wed, 26 Aug 2020 10:12:52 +0000 (12:12 +0200)]
add support for place=square

Squares are now addressable (on address level 25) and thus can
be attached to a house number via addr:place. Needed to increase
the rank range for matching up addr:place to 25.

3 years agodo not run rank 0 objects in parallel
Sarah Hoffmann [Sat, 22 Aug 2020 17:51:19 +0000 (19:51 +0200)]
do not run rank 0 objects in parallel

Waterways are at address rank 0 and do linking. This might lead to
deadlocks.

3 years agoMerge pull request #1926 from lonvia/speed-up-location-lookup
Sarah Hoffmann [Sat, 22 Aug 2020 15:04:34 +0000 (17:04 +0200)]
Merge pull request #1926 from lonvia/speed-up-location-lookup

Increase splitting for large geometries

3 years agotests: use larger grid to avoid rouding errors
Sarah Hoffmann [Sat, 22 Aug 2020 14:04:24 +0000 (16:04 +0200)]
tests: use larger grid to avoid rouding errors

3 years agoincrease splitting for large geometries
Sarah Hoffmann [Thu, 20 Aug 2020 14:37:33 +0000 (16:37 +0200)]
increase splitting for large geometries

When computing the address parts for a geometry, we need to do
a ST_Relates lookup in the location_area_large_* tables. This is
potentially very expensive for geometries with many vertices.
There is already a funtion for splitting large areas to reduce the
impact. This commit reduces the minimum area of a split, effectively
increasing the number of splits.

The effect on database size is minimal (around 3% increase), while
the indexing speed for streets increases by a good 60%.

3 years agoMerge pull request #1923 from lonvia/split-indexing-for-boundries
Sarah Hoffmann [Thu, 20 Aug 2020 13:03:29 +0000 (15:03 +0200)]
Merge pull request #1923 from lonvia/split-indexing-for-boundries

Rework indexing order of places

3 years agoMerge pull request #1924 from lonvia/installation-instructions-external-server
Sarah Hoffmann [Wed, 19 Aug 2020 13:17:32 +0000 (15:17 +0200)]
Merge pull request #1924 from lonvia/installation-instructions-external-server

docs: installation hints for external databases

3 years agodocs: installation hints for external databases
Sarah Hoffmann [Wed, 19 Aug 2020 13:00:09 +0000 (15:00 +0200)]
docs: installation hints for external databases

Fixes #1882.

3 years agoMerge pull request #1921 from lonvia/skip-over-traffic-signs
Sarah Hoffmann [Wed, 19 Aug 2020 09:50:28 +0000 (11:50 +0200)]
Merge pull request #1921 from lonvia/skip-over-traffic-signs

Remove traffic signs from full styles

3 years agomake sure that addr:* tags can always be searched for
Sarah Hoffmann [Wed, 19 Aug 2020 09:37:21 +0000 (11:37 +0200)]
make sure that addr:* tags can always be searched for

Always add contents of addr:* tags into address part of the search
table, even when there is no corresponding other name. This keeps
search tolerant to the kind of tagging where parts show up in the
address that have no corresponding object in the database or where
it is only an unaddressable object.

3 years agoadd migration for new indxing schema
Sarah Hoffmann [Tue, 18 Aug 2020 19:40:53 +0000 (21:40 +0200)]
add migration for new indxing schema

3 years agoswitch indexind to address rank
Sarah Hoffmann [Tue, 18 Aug 2020 14:58:58 +0000 (16:58 +0200)]
switch indexind to address rank

A place needs all lower address rank object indexed to make up
the address. The search rank no longer ensures that as it can have
a different ordering than the address rank.

This switches indexing rank order to address ranks. Non-address
objects (with address rank 0) are indexed together with POIs.

3 years agouse only centroid to get parent admin boundaries
Sarah Hoffmann [Sun, 16 Aug 2020 20:23:23 +0000 (22:23 +0200)]
use only centroid to get parent admin boundaries

Using the full geometry is far too expensive.

3 years agonominatim: also index boundaries by rank
Sarah Hoffmann [Sun, 16 Aug 2020 07:38:20 +0000 (09:38 +0200)]
nominatim: also index boundaries by rank

We need to make sure that the entry in serach_name from a lower rank
is indeed available.

3 years agoindex admin boundaries before everything else
Sarah Hoffmann [Fri, 14 Aug 2020 14:13:06 +0000 (16:13 +0200)]
index admin boundaries before everything else

Avoids irregularities that might happen because the address
rank of a boundary is changed through linking.

3 years agonominatim: move DBConnection class into its own file
Sarah Hoffmann [Fri, 14 Aug 2020 08:33:58 +0000 (10:33 +0200)]
nominatim: move DBConnection class into its own file

3 years agoremove traffic signs from full styles
Sarah Hoffmann [Sat, 15 Aug 2020 20:37:45 +0000 (22:37 +0200)]
remove traffic signs from full styles

Traffic signs rarely have name and are therefore mostly not
searchable. Remove them completely. Allow street lamps only when
they have a name. Removes about 2M object from a planet instance.

3 years agoMerge pull request #1920 from lonvia/remove-linked-place-when-updating
Sarah Hoffmann [Fri, 14 Aug 2020 07:44:56 +0000 (09:44 +0200)]
Merge pull request #1920 from lonvia/remove-linked-place-when-updating

Remove linked_place from extratags when updating

3 years agoremove linked_place from extratags when updating
Sarah Hoffmann [Thu, 13 Aug 2020 14:59:11 +0000 (16:59 +0200)]
remove linked_place from extratags when updating

Before updating an admin boundary we need to make sure that any
artificially generated 'linked_place' entry is removed from the
extratags column. This ensures that the place designation does
not linger when a linked place disappears and that it is updated
when the linking changes.

3 years agoMerge pull request #1919 from lonvia/tests-for-ranking
Sarah Hoffmann [Thu, 13 Aug 2020 07:13:10 +0000 (09:13 +0200)]
Merge pull request #1919 from lonvia/tests-for-ranking

More tests and fixes for address rank computation

3 years agouse address rank for address forming when available
Sarah Hoffmann [Sun, 9 Aug 2020 12:43:23 +0000 (14:43 +0200)]
use address rank for address forming when available

3 years agoboundary address ranks must not go above 25
Sarah Hoffmann [Sun, 9 Aug 2020 09:23:46 +0000 (11:23 +0200)]
boundary address ranks must not go above 25

Fixes #1914.

3 years agoadd simple tests for address rank computation
Sarah Hoffmann [Thu, 6 Aug 2020 07:22:38 +0000 (09:22 +0200)]
add simple tests for address rank computation

3 years agoalso take place tags into account for address rank
Sarah Hoffmann [Thu, 6 Aug 2020 07:20:42 +0000 (09:20 +0200)]
also take place tags into account for address rank

An admin boundary might have a place tag but no matching place node.
We still should use the place value as indicator for the address
rank in this case.

3 years agoMerge pull request #1917 from lonvia/docs-rank-levels
Sarah Hoffmann [Tue, 11 Aug 2020 13:12:16 +0000 (15:12 +0200)]
Merge pull request #1917 from lonvia/docs-rank-levels

docs: add tables for the meaning of address and search ranks

3 years agodocs: add tables for the meaning of address and search ranks
Sarah Hoffmann [Tue, 11 Aug 2020 08:01:28 +0000 (10:01 +0200)]
docs: add tables for the meaning of address and search ranks

Also makes tables a bit more readable by adding margins and better
headers.

3 years agoMerge pull request #1918 from lonvia/remove-more-osmosis-init
Sarah Hoffmann [Tue, 11 Aug 2020 09:48:17 +0000 (11:48 +0200)]
Merge pull request #1918 from lonvia/remove-more-osmosis-init

remove more traces of --osmosis-init switch

3 years agoremove more traces of osmosis-init
Sarah Hoffmann [Tue, 11 Aug 2020 08:43:04 +0000 (10:43 +0200)]
remove more traces of osmosis-init

3 years agoMerge pull request #1912 from lonvia/remove-unused-import-update-functions
Sarah Hoffmann [Sun, 9 Aug 2020 07:31:48 +0000 (09:31 +0200)]
Merge pull request #1912 from lonvia/remove-unused-import-update-functions

remove unused functions from setup and update

3 years agoremove unused functions from setup and update
Sarah Hoffmann [Thu, 6 Aug 2020 14:15:17 +0000 (16:15 +0200)]
remove unused functions from setup and update

Removes the defunct --osmosis-init and --no-api switches and the
unsupported (and unnecessary) deduplicate. Also removes
'experimental' from --setup-website as this is a required
function now.

3 years agoMerge pull request #1909 from lonvia/minor-fixes
Sarah Hoffmann [Thu, 6 Aug 2020 09:07:38 +0000 (11:07 +0200)]
Merge pull request #1909 from lonvia/minor-fixes

Make SQL debug statements execute again

3 years agoMake SQL debug statements execute again
Sarah Hoffmann [Thu, 6 Aug 2020 07:29:19 +0000 (09:29 +0200)]
Make SQL debug statements execute again

There were some old variable names used that are no longer valid.
Either fix them or remove the statement completely.

Fixes #1907.

3 years agoMerge pull request #1865 from mtmail/how-to-import-test-db
Sarah Hoffmann [Tue, 4 Aug 2020 12:31:19 +0000 (14:31 +0200)]
Merge pull request #1865 from mtmail/how-to-import-test-db

test/README.md - more instructions how to import test db

3 years agoMerge pull request #1902 from lonvia/avoid-touching-boundaries-in-addresses
Sarah Hoffmann [Tue, 4 Aug 2020 12:30:08 +0000 (14:30 +0200)]
Merge pull request #1902 from lonvia/avoid-touching-boundaries-in-addresses

Be more strict what areas make up an address

3 years agoMerge pull request #1901 from lonvia/speed-up-indexing
Sarah Hoffmann [Tue, 4 Aug 2020 10:32:16 +0000 (12:32 +0200)]
Merge pull request #1901 from lonvia/speed-up-indexing

Batch-index places at rank 30

3 years agobe more strict what areas make up an address
Sarah Hoffmann [Tue, 4 Aug 2020 10:08:50 +0000 (12:08 +0200)]
be more strict what areas make up an address

Exclude boundaries that touch a line in only one point and
that touch areas only along the boundary.

Fixes #1900.

3 years agoadapt test results to new ranking
Sarah Hoffmann [Mon, 3 Aug 2020 14:57:06 +0000 (16:57 +0200)]
adapt test results to new ranking

3 years agoindexer: allow batch processing of places
Sarah Hoffmann [Wed, 29 Jul 2020 15:20:30 +0000 (17:20 +0200)]
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.

3 years agoindexer: move progress tracker into separate class
Sarah Hoffmann [Wed, 29 Jul 2020 14:00:20 +0000 (16:00 +0200)]
indexer: move progress tracker into separate class

3 years agoindexer: get rid of special handling of few places
Sarah Hoffmann [Wed, 29 Jul 2020 13:24:57 +0000 (15:24 +0200)]
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.

3 years agoMerge pull request #1899 from mtmail/use-new-dsn-format-in-vagrant-md
Sarah Hoffmann [Mon, 3 Aug 2020 08:26:35 +0000 (10:26 +0200)]
Merge pull request #1899 from mtmail/use-new-dsn-format-in-vagrant-md

VAGRANT.md: we use different database DSN syntax these days

3 years agoVAGRANT.md: we use different database DSN syntax these days
marc tobias [Fri, 31 Jul 2020 14:52:29 +0000 (16:52 +0200)]
VAGRANT.md: we use different database DSN syntax these days

3 years agotest/README.md - more instructions how to import test db
marc tobias [Wed, 1 Jul 2020 18:52:42 +0000 (20:52 +0200)]
test/README.md - more instructions how to import test db

3 years agoMerge pull request #1898 from lonvia/show-housenumber-with-housename
Sarah Hoffmann [Fri, 31 Jul 2020 08:11:09 +0000 (10:11 +0200)]
Merge pull request #1898 from lonvia/show-housenumber-with-housename

make house number reappear in display name on named POIs

3 years agomake house number reappear in display name on named POIs
Sarah Hoffmann [Thu, 30 Jul 2020 21:39:55 +0000 (23:39 +0200)]
make house number reappear in display name on named POIs

After 6cc6cf950c3c08103e6159a079c85b5a4f1c09fa 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.

3 years agoMerge pull request #1894 from lonvia/fix-hierarchy-by-admin-level
Sarah Hoffmann [Wed, 29 Jul 2020 07:20:34 +0000 (09:20 +0200)]
Merge pull request #1894 from lonvia/fix-hierarchy-by-admin-level

Preserve admin level hierarchy between admin boundaries

3 years agoMerge pull request #1895 from lonvia/update-less-quiet
Sarah Hoffmann [Wed, 29 Jul 2020 07:20:14 +0000 (09:20 +0200)]
Merge pull request #1895 from lonvia/update-less-quiet

Make indexing during updates less quiet

3 years agomake indexing during updates less quiet
Sarah Hoffmann [Tue, 28 Jul 2020 20:35:51 +0000 (22:35 +0200)]
make indexing during updates less quiet

Adjust verbosity behaviour to that of indexing during setup.

3 years agopreserve admin level hierarchy between admin boundaries
Sarah Hoffmann [Tue, 28 Jul 2020 20:15:25 +0000 (22:15 +0200)]
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.

3 years agoMerge pull request #1891 from lonvia/automatic-db-setup
Sarah Hoffmann [Sun, 26 Jul 2020 14:08:45 +0000 (16:08 +0200)]
Merge pull request #1891 from lonvia/automatic-db-setup

Implicitly connect to database during setup

3 years agotest: make road really cross the boundary
Sarah Hoffmann [Sun, 26 Jul 2020 13:57:07 +0000 (15:57 +0200)]
test: make road really cross the boundary

3 years agoremove connect() in update script
Sarah Hoffmann [Sun, 26 Jul 2020 10:27:52 +0000 (12:27 +0200)]
remove connect() in update script

This is now implicit.

3 years agoimplicitly connect to database during setup
Sarah Hoffmann [Sun, 26 Jul 2020 09:56:00 +0000 (11:56 +0200)]
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.

3 years agoMerge pull request #1890 from lonvia/add-wiki-tags-to-all-styles
Sarah Hoffmann [Sat, 25 Jul 2020 09:34:51 +0000 (11:34 +0200)]
Merge pull request #1890 from lonvia/add-wiki-tags-to-all-styles

Add wiki tags to all styles

3 years agoadd wiki tags to all styles
Sarah Hoffmann [Sat, 25 Jul 2020 08:00:18 +0000 (10:00 +0200)]
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.

3 years agoforgit to adapt info message
Sarah Hoffmann [Sat, 18 Jul 2020 10:14:51 +0000 (12:14 +0200)]
forgit to adapt info message

3 years agoMerge pull request #1874 from joy-yyd/rank_modification
Sarah Hoffmann [Sat, 18 Jul 2020 10:12:37 +0000 (12:12 +0200)]
Merge pull request #1874 from joy-yyd/rank_modification

 House number search fix for #164

3 years agoMerge pull request #1884 from lonvia/fixes-for-webserver-settigns
Sarah Hoffmann [Sat, 18 Jul 2020 09:44:01 +0000 (11:44 +0200)]
Merge pull request #1884 from lonvia/fixes-for-webserver-settigns

Small fixes for new webserver settings file

3 years agomove website settings back to settings/
Sarah Hoffmann [Sat, 18 Jul 2020 09:02:07 +0000 (11:02 +0200)]
move website settings back to settings/

We don't want the settings to become visible when a server is
accidentally configured wrongly.

3 years agolog file is a string when not set to false
Sarah Hoffmann [Sat, 18 Jul 2020 09:00:17 +0000 (11:00 +0200)]
log file is a string when not set to false

3 years agoModifiy the range of address_rank, fix for issue #164
(Joy) Yuanyue Ding [Wed, 8 Jul 2020 15:47:38 +0000 (17:47 +0200)]
Modifiy the range of address_rank, fix for issue #164

3 years agoMerge pull request #1873 from lonvia/resurrect-debug-option
Sarah Hoffmann [Wed, 8 Jul 2020 08:06:49 +0000 (10:06 +0200)]
Merge pull request #1873 from lonvia/resurrect-debug-option

Reenable debug parameter

3 years agodefault language is a string when not set to false
Sarah Hoffmann [Wed, 8 Jul 2020 06:38:11 +0000 (08:38 +0200)]
default language is a string when not set to false

3 years agoreenable debug parameter
Sarah Hoffmann [Wed, 8 Jul 2020 06:32:46 +0000 (08:32 +0200)]
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.

3 years agoMerge pull request #1869 from lonvia/migration-for-setup-website
Sarah Hoffmann [Sun, 5 Jul 2020 19:06:27 +0000 (21:06 +0200)]
Merge pull request #1869 from lonvia/migration-for-setup-website

docs: add migration for new --setup-website step

3 years agoMerge pull request #1868 from lonvia/reverse-for-addressable-places-only
Sarah Hoffmann [Sun, 5 Jul 2020 19:06:00 +0000 (21:06 +0200)]
Merge pull request #1868 from lonvia/reverse-for-addressable-places-only

reverse: ignore place nodes without an address rank

3 years agodocs: add migration for new --setup-website step
Sarah Hoffmann [Sun, 5 Jul 2020 13:46:06 +0000 (15:46 +0200)]
docs: add migration for new --setup-website step

3 years agoreverse: ignore place nodes without an address rank
Sarah Hoffmann [Sun, 5 Jul 2020 13:38:49 +0000 (15:38 +0200)]
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.

3 years agodocs: rename documentation chapter
Sarah Hoffmann [Sun, 5 Jul 2020 09:14:48 +0000 (11:14 +0200)]
docs: rename documentation chapter

Avoids confusion about this being the documentation itself.

3 years agodocs: move external data sources into simple page
Sarah Hoffmann [Sun, 5 Jul 2020 09:13:28 +0000 (11:13 +0200)]
docs: move external data sources into simple page

3 years agoMerge branch 'move-datasources-into-separate-repos' of https://github.com/mtmail...
Sarah Hoffmann [Sun, 5 Jul 2020 08:57:12 +0000 (10:57 +0200)]
Merge branch 'move-datasources-into-separate-repos' of https://github.com/mtmail/Nominatim into mtmail-move-datasources-into-separate-repos

3 years agoMerge pull request #1864 from lonvia/langauge-specific-presuffixes
Sarah Hoffmann [Sun, 5 Jul 2020 08:54:42 +0000 (10:54 +0200)]
Merge pull request #1864 from lonvia/langauge-specific-presuffixes

exclude language-specific name:prefix and name:suffix

3 years agoMerge pull request #1829 from krahulreddy/websiteSetup
Sarah Hoffmann [Wed, 1 Jul 2020 16:11:50 +0000 (18:11 +0200)]
Merge pull request #1829 from krahulreddy/websiteSetup

Added setup-website option

3 years agoMerge pull request #1857 from mtmail/db-migration-update-functions
Sarah Hoffmann [Wed, 1 Jul 2020 16:11:14 +0000 (18:11 +0200)]
Merge pull request #1857 from mtmail/db-migration-update-functions

Migration.md - admin also need to run recreate db functions

3 years agoexclude language-specific name:prefix and name:suffix
Sarah Hoffmann [Wed, 1 Jul 2020 16:00:53 +0000 (18:00 +0200)]
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.

3 years agomove data-sources/ directory in new git repos
marc tobias [Wed, 1 Jul 2020 15:38:44 +0000 (17:38 +0200)]
move data-sources/ directory in new git repos

3 years agoMigration.md - admin also need to run recreate db functions
marc tobias [Tue, 30 Jun 2020 14:49:38 +0000 (16:49 +0200)]
Migration.md - admin also need to run recreate db functions

3 years agosql: fix rank variable type
Sarah Hoffmann [Wed, 1 Jul 2020 13:46:08 +0000 (15:46 +0200)]
sql: fix rank variable type

The rank type needs to match the parameter type of
update_place_diameter().

Fixes #1851.

3 years agoMerge pull request #1858 from lonvia/update-osm2pgsql
Sarah Hoffmann [Wed, 1 Jul 2020 09:38:40 +0000 (11:38 +0200)]
Merge pull request #1858 from lonvia/update-osm2pgsql

Update osm2pgsql

3 years agoupdate osm2pgsql (hang on multipolygons)
Sarah Hoffmann [Tue, 30 Jun 2020 20:39:38 +0000 (22:39 +0200)]
update osm2pgsql (hang on multipolygons)

3 years agoMerge pull request #1852 from osm-search/disable-jit-for-updates
Sarah Hoffmann [Sun, 28 Jun 2020 20:39:44 +0000 (22:39 +0200)]
Merge pull request #1852 from osm-search/disable-jit-for-updates

Disable Postgresql jit and parallel processing for osm2pgsql updates