]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 10 Jan 2020 15:35:16 +0000 (16:35 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agoremove special handling of rail
Sarah Hoffmann [Wed, 8 Jan 2020 22:53:23 +0000 (23:53 +0100)]
remove special handling of rail

Skip railway=rail in the style, so that installations can remove
it if they wish.

4 years agoupdate place address levels
Sarah Hoffmann [Wed, 8 Jan 2020 21:44:56 +0000 (22:44 +0100)]
update place address levels

Adds province and allotments and downgrades hamlet.

4 years agoMerge pull request #1628 from lonvia/split-sql-functions
Sarah Hoffmann [Wed, 8 Jan 2020 20:36:40 +0000 (21:36 +0100)]
Merge pull request #1628 from lonvia/split-sql-functions

Split monstrous functions.sql

4 years agoremove remaining sql functions into function/ directory
Sarah Hoffmann [Wed, 8 Jan 2020 10:45:51 +0000 (11:45 +0100)]
remove remaining sql functions into function/ directory

4 years agomove postcode table triggers to own file
Sarah Hoffmann [Wed, 8 Jan 2020 10:22:23 +0000 (11:22 +0100)]
move postcode table triggers to own file

4 years agomove placex triggers into own file
Sarah Hoffmann [Wed, 8 Jan 2020 10:18:42 +0000 (11:18 +0100)]
move placex triggers into own file

4 years agomove place triggers into own file
Sarah Hoffmann [Tue, 7 Jan 2020 22:54:42 +0000 (23:54 +0100)]
move place triggers into own file

4 years agomove functions for interpolation table in own file
Sarah Hoffmann [Sun, 5 Jan 2020 15:32:12 +0000 (16:32 +0100)]
move functions for interpolation table in own file

4 years agomove functions for address lookup into own file
Sarah Hoffmann [Sun, 5 Jan 2020 15:16:21 +0000 (16:16 +0100)]
move functions for address lookup into own file

4 years agomove creation function for aux data into own file
Sarah Hoffmann [Sun, 5 Jan 2020 15:04:04 +0000 (16:04 +0100)]
move creation function for aux data into own file

This function is currently unused, so don't even load it.

4 years agomove importance/wikipedia functions into separate file
Sarah Hoffmann [Sun, 5 Jan 2020 14:55:39 +0000 (15:55 +0100)]
move importance/wikipedia functions into separate file

4 years agomove SQL functions for normalisation in separate file
Sarah Hoffmann [Sun, 5 Jan 2020 14:38:20 +0000 (15:38 +0100)]
move SQL functions for normalisation in separate file

4 years agoMerge pull request #1627 from lonvia/cleanup-setup-scripts
Sarah Hoffmann [Sun, 5 Jan 2020 13:17:39 +0000 (14:17 +0100)]
Merge pull request #1627 from lonvia/cleanup-setup-scripts

Minor cleanup of setup scripts

4 years agosetup: factor out parameter replacement in SQL scripts
Sarah Hoffmann [Sat, 4 Jan 2020 22:41:55 +0000 (23:41 +0100)]
setup: factor out parameter replacement in SQL scripts

Put all into a single function and use for all SQL
templates.

4 years agofix osm link in polygon error view
Sarah Hoffmann [Sat, 4 Jan 2020 20:50:22 +0000 (21:50 +0100)]
fix osm link in polygon error view

4 years agoraise warning when invalid geomery is inserted
Sarah Hoffmann [Sat, 4 Jan 2020 20:29:55 +0000 (21:29 +0100)]
raise warning when invalid geomery is inserted

Enabled to check the logs if this case still happens.
It shouldn't.

4 years agoMerge pull request #1626 from lonvia/move-tests-to-osm2pgsql
Sarah Hoffmann [Sat, 4 Jan 2020 19:08:35 +0000 (20:08 +0100)]
Merge pull request #1626 from lonvia/move-tests-to-osm2pgsql

Move tests to osm2pgsql

4 years agoremove osm2pgsql tag tests
Sarah Hoffmann [Sat, 4 Jan 2020 15:23:29 +0000 (16:23 +0100)]
remove osm2pgsql tag tests

These tests are now part of the osm2pgsql test suite.

4 years agoupdate osm2pgsql (gazetteer output tests)
Sarah Hoffmann [Sat, 4 Jan 2020 15:20:52 +0000 (16:20 +0100)]
update osm2pgsql (gazetteer output tests)

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 3 Jan 2020 09:08:00 +0000 (10:08 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agoMerge pull request #1624 from lonvia/add-extratags-style
Sarah Hoffmann [Fri, 3 Jan 2020 09:06:47 +0000 (10:06 +0100)]
Merge pull request #1624 from lonvia/add-extratags-style

Add new extratags style

4 years agoadd new extratags style
Sarah Hoffmann [Sun, 29 Dec 2019 10:47:10 +0000 (11:47 +0100)]
add new extratags style

This is the same as the full style but also adds all unused tags
except for a couple of internal tags to the extratags column.

4 years agoMerge pull request #1622 from mtmail/clang-faq-entry
Sarah Hoffmann [Thu, 2 Jan 2020 13:14:00 +0000 (14:14 +0100)]
Merge pull request #1622 from mtmail/clang-faq-entry

Documentation: add FAQ entry about clang not found

4 years agoupdate osm2pgsql (exclude country and postcode from address tags)
Sarah Hoffmann [Mon, 23 Dec 2019 14:17:04 +0000 (15:17 +0100)]
update osm2pgsql (exclude country and postcode from address tags)

4 years agoDocumentation: add FAQ entry about clang not found
marc tobias [Sat, 28 Dec 2019 20:21:39 +0000 (21:21 +0100)]
Documentation: add FAQ entry about clang not found

4 years agoMerge pull request #1612 from mtmail/cleanup-wiki-scripts
Sarah Hoffmann [Mon, 23 Dec 2019 21:05:39 +0000 (22:05 +0100)]
Merge pull request #1612 from mtmail/cleanup-wiki-scripts

refactor import_wiki* script for readability

4 years agoMerge pull request #1619 from mtmail/document-check-import-script
Sarah Hoffmann [Mon, 23 Dec 2019 21:04:25 +0000 (22:04 +0100)]
Merge pull request #1619 from mtmail/document-check-import-script

Use check_import_finished in test suite, document

4 years agorefactor import_wiki* script for readability
marc tobias [Wed, 18 Dec 2019 18:18:39 +0000 (19:18 +0100)]
refactor import_wiki* script for readability

4 years agoUse check_import_finished in test suite, document
marc tobias [Mon, 23 Dec 2019 20:25:06 +0000 (21:25 +0100)]
Use check_import_finished in test suite, document

4 years agonew script utils/check_import_finished.php
marc tobias [Mon, 2 Dec 2019 13:02:05 +0000 (14:02 +0100)]
new script utils/check_import_finished.php

4 years agoMerge pull request #1596 from mtmail/remove-obsolete-wikidata-scripts
Sarah Hoffmann [Wed, 18 Dec 2019 20:55:17 +0000 (21:55 +0100)]
Merge pull request #1596 from mtmail/remove-obsolete-wikidata-scripts

remove old wikidata script. See data-sources/wikipedia-wikidata/ for new process

4 years agoMerge pull request #1601 from mtmail/spheric-distance-on-details-page
Sarah Hoffmann [Wed, 18 Dec 2019 20:54:06 +0000 (21:54 +0100)]
Merge pull request #1601 from mtmail/spheric-distance-on-details-page

details page: differentiate between spheric distance and distance in meters

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 18 Dec 2019 20:39:59 +0000 (21:39 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agoremove duplicate addr:country from style
Sarah Hoffmann [Tue, 17 Dec 2019 19:48:27 +0000 (20:48 +0100)]
remove duplicate addr:country from style

4 years agoMerge pull request #1609 from txtor/master
Sarah Hoffmann [Tue, 17 Dec 2019 19:46:20 +0000 (20:46 +0100)]
Merge pull request #1609 from txtor/master

typo - fixes openstreetmap#1606

4 years agotypo - fixes openstreetmap#1606
Francesc Hervada-Sala [Tue, 17 Dec 2019 16:24:29 +0000 (17:24 +0100)]
typo - fixes openstreetmap#1606

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 16 Dec 2019 20:28:40 +0000 (21:28 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agoupdate osm2pgsql (deletion and address updates)
Sarah Hoffmann [Mon, 16 Dec 2019 20:27:41 +0000 (21:27 +0100)]
update osm2pgsql (deletion and address updates)

4 years agoMerge pull request #1604 from mtmail/wiki-create-pagelinkcount-earlier
Sarah Hoffmann [Sat, 14 Dec 2019 20:43:16 +0000 (21:43 +0100)]
Merge pull request #1604 from mtmail/wiki-create-pagelinkcount-earlier

wikipedia: create all language pagelinkcount tables before querying them

4 years agowikipedia: create all language pagelinkcount tables before querying them
marc tobias [Sat, 14 Dec 2019 19:36:54 +0000 (20:36 +0100)]
wikipedia: create all language pagelinkcount tables before querying them

4 years agodetails page: differentiate between spheric distance and distance in meters
marc tobias [Tue, 10 Dec 2019 23:49:32 +0000 (00:49 +0100)]
details page: differentiate between spheric distance and distance in meters

4 years agoremove old wikidata script. See data-sources/wikipedia-wikidata/ for new process
marc tobias [Sun, 1 Dec 2019 10:14:28 +0000 (11:14 +0100)]
remove old wikidata script. See data-sources/wikipedia-wikidata/ for new process

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 1 Dec 2019 19:47:33 +0000 (20:47 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agoadd test for finding housenumber 0
Sarah Hoffmann [Sun, 1 Dec 2019 19:36:59 +0000 (20:36 +0100)]
add test for finding housenumber 0

4 years agoMerge branch 'housenumber-zero' of https://github.com/mtmail/Nominatim into mtmail...
Sarah Hoffmann [Sun, 1 Dec 2019 19:17:27 +0000 (20:17 +0100)]
Merge branch 'housenumber-zero' of https://github.com/mtmail/Nominatim into mtmail-housenumber-zero

4 years agoMerge pull request #1585 from mmd-osm/patch-1
Sarah Hoffmann [Sun, 1 Dec 2019 19:13:35 +0000 (20:13 +0100)]
Merge pull request #1585 from mmd-osm/patch-1

Mention FAQ / troubleshooting page in README

4 years agobdd tests: enforce use of full import style
Sarah Hoffmann [Sun, 1 Dec 2019 15:25:39 +0000 (16:25 +0100)]
bdd tests: enforce use of full import style

4 years agoRevert "update osm2pgsql (reduce memory usage)"
Sarah Hoffmann [Sun, 1 Dec 2019 15:25:02 +0000 (16:25 +0100)]
Revert "update osm2pgsql (reduce memory usage)"

This reverts commit 347446489476151007902721ee828d55445e6159.

4 years agoupdate osm2pgsql (reduce memory usage)
Sarah Hoffmann [Fri, 29 Nov 2019 18:31:48 +0000 (19:31 +0100)]
update osm2pgsql (reduce memory usage)

4 years agoMention FAQ / troubleshooting page in README
mmd [Tue, 26 Nov 2019 21:33:00 +0000 (22:33 +0100)]
Mention FAQ / troubleshooting page in README

4 years agoMerge pull request #1578 from lonvia/docs-installation-support
Sarah Hoffmann [Tue, 26 Nov 2019 21:21:45 +0000 (22:21 +0100)]
Merge pull request #1578 from lonvia/docs-installation-support

Update installation documentation wrt memory usage

4 years agoMerge pull request #1581 from mtmail/wrap-leaflet-map
Sarah Hoffmann [Tue, 26 Nov 2019 20:54:26 +0000 (21:54 +0100)]
Merge pull request #1581 from mtmail/wrap-leaflet-map

Allow leaflet map to wrap-around, still longitude should be -180..+180

4 years agofix typo
Sarah Hoffmann [Tue, 26 Nov 2019 20:52:37 +0000 (21:52 +0100)]
fix typo

4 years agoMerge pull request #1582 from mtmail/documentation-direct-link-osm2pgsql
Sarah Hoffmann [Tue, 26 Nov 2019 20:51:30 +0000 (21:51 +0100)]
Merge pull request #1582 from mtmail/documentation-direct-link-osm2pgsql

add wiki link to osm2psql README

4 years agoMerge pull request #1583 from mtmail/documentation-pear-db-no-longer-prerequisite
Sarah Hoffmann [Tue, 26 Nov 2019 20:51:01 +0000 (21:51 +0100)]
Merge pull request #1583 from mtmail/documentation-pear-db-no-longer-prerequisite

PHP PEAR::DB is not longer a prerequisite

4 years agoPHP PEAR::DB is not longer a prerequisite
marc tobias [Mon, 25 Nov 2019 18:11:08 +0000 (19:11 +0100)]
PHP PEAR::DB is not longer a prerequisite

4 years agoadd wiki link to osm2psql README
marc tobias [Mon, 25 Nov 2019 18:08:34 +0000 (19:08 +0100)]
add wiki link to osm2psql README

4 years agoAllow map to wrap-around, still longitude should be -180..+180
marc tobias [Mon, 25 Nov 2019 17:42:44 +0000 (18:42 +0100)]
Allow map to wrap-around, still longitude should be -180..+180

4 years agoset default osm2pgsql to 0 when using flatnode file
Sarah Hoffmann [Sun, 24 Nov 2019 13:36:36 +0000 (14:36 +0100)]
set default osm2pgsql to 0 when using flatnode file

4 years agoupdate minimum required RAM to 64GB
Sarah Hoffmann [Sun, 24 Nov 2019 09:31:34 +0000 (10:31 +0100)]
update minimum required RAM to 64GB

Also adds more background explanation on time and RAM use,
as well as a hint that github issues are not good for
installation support.

4 years agoadd link for OpenSearch description
Sarah Hoffmann [Wed, 20 Nov 2019 10:54:31 +0000 (11:54 +0100)]
add link for OpenSearch description

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 20 Nov 2019 10:53:26 +0000 (11:53 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agoremove reference to nominatim.xml OpenSearch description
Sarah Hoffmann [Wed, 20 Nov 2019 10:49:25 +0000 (11:49 +0100)]
remove reference to nominatim.xml OpenSearch description

The file was meant for the openstreetmap instance only.

Fixes #1554.

4 years agoMerge pull request #1570 from lonvia/wikipedia-importance-updates
Sarah Hoffmann [Wed, 20 Nov 2019 10:25:23 +0000 (11:25 +0100)]
Merge pull request #1570 from lonvia/wikipedia-importance-updates

Wikipedia importance updates

4 years agoformatting: avoid long lines
Sarah Hoffmann [Wed, 20 Nov 2019 09:57:36 +0000 (10:57 +0100)]
formatting: avoid long lines

4 years agoadapt tests for new wikipedia tables
Sarah Hoffmann [Wed, 20 Nov 2019 08:57:40 +0000 (09:57 +0100)]
adapt tests for new wikipedia tables

4 years agofix loading of data without wikipedia files
Sarah Hoffmann [Sun, 17 Nov 2019 22:58:43 +0000 (23:58 +0100)]
fix loading of data without wikipedia files

Also removes unused place_boundingbox table.

4 years agoprefer English wikipedia for wikidata matches
Sarah Hoffmann [Sun, 17 Nov 2019 18:53:42 +0000 (19:53 +0100)]
prefer English wikipedia for wikidata matches

4 years agoSwitch to sql.gz format for wikipedia data
Sarah Hoffmann [Sun, 17 Nov 2019 09:09:31 +0000 (10:09 +0100)]
Switch to sql.gz format for wikipedia data

The dump import is no longer needed.

4 years agofix wikidata import
Sarah Hoffmann [Sun, 17 Nov 2019 09:06:34 +0000 (10:06 +0100)]
fix wikidata import

The loop was not skipping empty results of get_wikipedia_match().

4 years agoupdate documentation for new wikipedia data
Sarah Hoffmann [Fri, 1 Nov 2019 09:07:04 +0000 (10:07 +0100)]
update documentation for new wikipedia data

4 years agouse wikidata links for importance as well
Sarah Hoffmann [Thu, 31 Oct 2019 20:00:28 +0000 (21:00 +0100)]
use wikidata links for importance as well

4 years agoalso update wikipedia from linked places
Sarah Hoffmann [Thu, 31 Oct 2019 17:26:41 +0000 (18:26 +0100)]
also update wikipedia from linked places

4 years agoadd command for recomputing importance
Sarah Hoffmann [Mon, 28 Oct 2019 20:17:42 +0000 (21:17 +0100)]
add command for recomputing importance

4 years agomove importance computation into its own function
Sarah Hoffmann [Sun, 27 Oct 2019 21:18:05 +0000 (22:18 +0100)]
move importance computation into its own function

4 years agoMerge pull request #1557 from mtmail/document-boundingbox
Sarah Hoffmann [Wed, 13 Nov 2019 09:30:22 +0000 (10:30 +0100)]
Merge pull request #1557 from mtmail/document-boundingbox

documentation: add note what bounding box can be used for

4 years agoMerge pull request #1563 from mtmail/remove-pear-db-faq-entries
Sarah Hoffmann [Wed, 13 Nov 2019 09:29:52 +0000 (10:29 +0100)]
Merge pull request #1563 from mtmail/remove-pear-db-faq-entries

documentation: remove FAQ entries related to PEAR::DB

4 years agoMerge pull request #1564 from mtmail/typo-sql-in-postcodes-md
Sarah Hoffmann [Wed, 13 Nov 2019 09:28:57 +0000 (10:28 +0100)]
Merge pull request #1564 from mtmail/typo-sql-in-postcodes-md

typo in SQL in Postcodes.md

4 years agotypo in SQL in Postcodes.md
marc tobias [Mon, 11 Nov 2019 22:34:44 +0000 (23:34 +0100)]
typo in SQL in Postcodes.md

4 years agodocumentation: remove FAQ entries related to PEAR::DB, we no longer use that
marc tobias [Mon, 11 Nov 2019 15:54:12 +0000 (16:54 +0100)]
documentation: remove FAQ entries related to PEAR::DB, we no longer use that

4 years agoMerge pull request #1555 from mtmail/setup-escape-shell-args
Sarah Hoffmann [Wed, 6 Nov 2019 21:47:00 +0000 (22:47 +0100)]
Merge pull request #1555 from mtmail/setup-escape-shell-args

setup: escape arguments when executing shell commands (psql, createdb)

4 years agosome reformatting of documentation changes and typo fixes
Sarah Hoffmann [Wed, 6 Nov 2019 21:34:43 +0000 (22:34 +0100)]
some reformatting of documentation changes and typo fixes

The newest mkdocs is more demanding when it comes to code block
formatting.

4 years agodocumentation: new page explaining calculated postcodes
marc tobias [Wed, 6 Nov 2019 15:46:40 +0000 (16:46 +0100)]
documentation: new page explaining calculated postcodes

4 years agoMerge pull request #1548 from mtmail/centos7-postgresql-11
Sarah Hoffmann [Wed, 6 Nov 2019 20:52:45 +0000 (21:52 +0100)]
Merge pull request #1548 from mtmail/centos7-postgresql-11

Update CentOS7 instruction to postgresql 11 (default was 9.2)

4 years agodocumentation: add note what bounding box can be used for
marc tobias [Wed, 6 Nov 2019 16:33:20 +0000 (17:33 +0100)]
documentation: add note what bounding box can be used for

4 years agosetup: escape arguments when executing shell commands (psql, createdb)
marc tobias [Tue, 5 Nov 2019 22:50:46 +0000 (23:50 +0100)]
setup: escape arguments when executing shell commands (psql, createdb)

4 years agoUpdate CentOS instruction to postgresql 11 (default was 9.2)
marc tobias [Sat, 2 Nov 2019 13:17:53 +0000 (14:17 +0100)]
Update CentOS instruction to postgresql 11 (default was 9.2)

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 31 Oct 2019 21:30:55 +0000 (22:30 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agoipanalyse: don't log long-time offenders
Sarah Hoffmann [Thu, 31 Oct 2019 21:30:02 +0000 (22:30 +0100)]
ipanalyse: don't log long-time offenders

4 years agoMerge pull request #1545 from mtmail/details-index-html-page
Sarah Hoffmann [Thu, 31 Oct 2019 17:30:35 +0000 (18:30 +0100)]
Merge pull request #1545 from mtmail/details-index-html-page

HTML page with search form when /details.php called without params

4 years agoHTML page with search form when /details.php called without params
marc tobias [Thu, 31 Oct 2019 16:13:43 +0000 (17:13 +0100)]
HTML page with search form when /details.php called without params

4 years agoAddresses with housenumber 0 are found
marc tobias [Wed, 30 Oct 2019 17:49:02 +0000 (18:49 +0100)]
Addresses with housenumber 0 are found

4 years agoMerge pull request #1542 from mtmail/tiger-import-more-verbose
Sarah Hoffmann [Thu, 31 Oct 2019 09:24:02 +0000 (10:24 +0100)]
Merge pull request #1542 from mtmail/tiger-import-more-verbose

Tiger data import: display which path is searched for files

4 years agoTiger data import: display which path is searched for files
marc tobias [Wed, 30 Oct 2019 14:50:29 +0000 (15:50 +0100)]
Tiger data import: display which path is searched for files

4 years agoMerge branch 'fix-getcol-zero' of https://github.com/eyusupov/Nominatim into eyusupov...
Sarah Hoffmann [Mon, 28 Oct 2019 22:07:28 +0000 (23:07 +0100)]
Merge branch 'fix-getcol-zero' of https://github.com/eyusupov/Nominatim into eyusupov-fix-getcol-zero

4 years agoMerge pull request #1532 from eyusupov/use-extradir
Sarah Hoffmann [Mon, 28 Oct 2019 22:01:42 +0000 (23:01 +0100)]
Merge pull request #1532 from eyusupov/use-extradir

Use ExtraDataPath for country grid

4 years agoadapt tests to short_name demotion
Sarah Hoffmann [Mon, 28 Oct 2019 21:53:41 +0000 (22:53 +0100)]
adapt tests to short_name demotion

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 28 Oct 2019 21:19:44 +0000 (22:19 +0100)]
Merge remote-tracking branch 'upstream/master'

4 years agodemote short_name in the list of names to display
Sarah Hoffmann [Mon, 28 Oct 2019 21:12:21 +0000 (22:12 +0100)]
demote short_name in the list of names to display

The usage of short_name in OSM has changed with time. It is no
longer suitable as a display name.

Fixes #783.