]>
git.openstreetmap.org Git - nominatim.git/log
marc tobias [Sun, 21 Jul 2019 23:11:06 +0000 (01:11 +0200)]
make US postcode data to an optional download
Sarah Hoffmann [Mon, 22 Jul 2019 21:31:56 +0000 (23:31 +0200)]
Merge pull request #1432 from mtmail/two-outputformats-for-lookup-endpoint
lookup endpoint supports jsonv2 and geocodejson output now
Sarah Hoffmann [Mon, 22 Jul 2019 21:30:06 +0000 (23:30 +0200)]
Merge pull request #1430 from mtmail/exclude-negative-tiger-housenumber-ranges
during TIGER import skip records with negative house number range
Sarah Hoffmann [Mon, 22 Jul 2019 19:24:32 +0000 (21:24 +0200)]
Merge pull request #1427 from mtmail/documentation-how-to-build-documentation
New readme file on how to build the documentation
marc tobias [Sun, 21 Jul 2019 21:20:48 +0000 (23:20 +0200)]
lookup endpoint supports jsonv2 and geocodejson output now
marc tobias [Sun, 21 Jul 2019 19:41:12 +0000 (21:41 +0200)]
during TIGER import skip records with negative house number range
marc tobias [Fri, 19 Jul 2019 17:27:23 +0000 (19:27 +0200)]
New readme file on how to build the documentation
Sarah Hoffmann [Tue, 16 Jul 2019 20:29:17 +0000 (22:29 +0200)]
Merge pull request #1422 from lonvia/remove-country-from-addressline
Remove country from addressline
Sarah Hoffmann [Thu, 11 Jul 2019 08:09:33 +0000 (10:09 +0200)]
Merge pull request #1421 from asantoz/patch-1
Minor change on lookup endpoint doc
Sarah Hoffmann [Wed, 10 Jul 2019 20:51:15 +0000 (22:51 +0200)]
add migration hints for country table
Sarah Hoffmann [Tue, 9 Jul 2019 18:47:25 +0000 (20:47 +0200)]
remove country from place_addressline
The country information can be determined sufficiently from
the country code. We only loose the specific OSM object
behind the address.
Also streamlines the location_area_country table.
André Santos [Wed, 10 Jul 2019 18:26:38 +0000 (19:26 +0100)]
Minor change on lookup endpoint doc
Fix documentation about lookup endpoint on output formats available on filter `format`
Sarah Hoffmann [Mon, 8 Jul 2019 20:23:10 +0000 (22:23 +0200)]
Merge pull request #1419 from asantoz/minor-fix-doc
Minor issue on api docs
André Santos [Mon, 8 Jul 2019 19:08:43 +0000 (20:08 +0100)]
Minor issue on api docs
Fix a minor issue on API docs in details endpoint example :pray:
Sarah Hoffmann [Wed, 3 Jul 2019 21:15:54 +0000 (23:15 +0200)]
recreate interpolations when one of their support nodes changes
A simple update is not enough because the interpolation splits
might change as well as the housenumbers.
Fixes #1360.
Sarah Hoffmann [Wed, 3 Jul 2019 18:56:35 +0000 (20:56 +0200)]
Reset housenumber on every place update
As it is a computed field, it needs to be computed from scratch
to take into account any surrounding changes.
Fixes #1395.
Sarah Hoffmann [Tue, 2 Jul 2019 21:24:49 +0000 (23:24 +0200)]
remove visibility modifier from constants again
Only supported on PHP >= 7.1.
Sarah Hoffmann [Tue, 2 Jul 2019 18:47:42 +0000 (20:47 +0200)]
Merge pull request #1415 from nslxndr/fix-db-log
Fix DB log
Sandor Nagy [Wed, 26 Jun 2019 22:27:53 +0000 (00:27 +0200)]
Fix SQL concatenation for new query log
Sandor Nagy [Wed, 26 Jun 2019 22:26:36 +0000 (00:26 +0200)]
lib/log.php broke after switch to PDO DB abstraction
Sarah Hoffmann [Mon, 1 Jul 2019 20:33:20 +0000 (22:33 +0200)]
Merge pull request #1414 from lonvia/remove-more-places-from-address
Remove more places from address ranking
Sarah Hoffmann [Sun, 30 Jun 2019 21:09:43 +0000 (23:09 +0200)]
adapt tests to new place address ranks
Sarah Hoffmann [Wed, 19 Jun 2019 21:19:52 +0000 (23:19 +0200)]
Remove county places and Regierungsbezirke vom German addresses
Sarah Hoffmann [Wed, 19 Jun 2019 21:16:43 +0000 (23:16 +0200)]
generally remove all country and state places from address
Gets rid of the hard-coded expection for place nodes and sets
the address rank generally via the address level config instead.
That means only administrative boundaries are now used at that
level in addresses.
Sarah Hoffmann [Sun, 30 Jun 2019 08:48:09 +0000 (10:48 +0200)]
Merge pull request #1412 from lonvia/rewrite-wordset-computation
Rework word set computation
Sarah Hoffmann [Sat, 29 Jun 2019 16:22:31 +0000 (18:22 +0200)]
Rework word set computation
Switch from an recursive algorithm for computing the word sets
to an iterative one that benefits from caching intermediate
results. This considerably reduces the amount of memory needed,
so that the depth restriction can be dropped. To ensure that
the number of word sets remains manageable, only sets up to
a certain length are accepted and only a certain number of
total word sets. If word sets need to be dropped, we drop
the ones with more words per word set first.
To further reduce the number of potential word sets, the valid
tokens are looked up first and then only word sets containing
valid tokens are computed.
Fixes #1403, #1404 and #654.
Sarah Hoffmann [Mon, 10 Jun 2019 18:12:27 +0000 (20:12 +0200)]
remove historic:neighbourhood from address ranks
Should not be reverse searchable.
Fixes #1379.
Sarah Hoffmann [Mon, 10 Jun 2019 16:23:12 +0000 (18:23 +0200)]
use real centroid when looking for near roads
The point-on-surface may be at the corner in large objects, so
that roads are too far away.
Fixes #1389.
Sarah Hoffmann [Mon, 10 Jun 2019 16:22:11 +0000 (18:22 +0200)]
update osm2pgsql (downgrading unnamed places)
Also adds tests for updating unnamed places.
Sarah Hoffmann [Sun, 9 Jun 2019 11:58:05 +0000 (13:58 +0200)]
update osm2pgsql (import special tags)
Sarah Hoffmann [Sun, 9 Jun 2019 09:04:47 +0000 (11:04 +0200)]
Merge pull request #1381 from mtmail/faq-entry-about-managed-database-services
FAQ entry about managed database services
Sarah Hoffmann [Sun, 9 Jun 2019 09:03:10 +0000 (11:03 +0200)]
Merge pull request #1394 from mtmail/update-postcodes-without-colon
exclude postcode ranges separated by colon from centre point calculation
Sarah Hoffmann [Sun, 9 Jun 2019 08:20:19 +0000 (10:20 +0200)]
Merge pull request #1388 from mtmail/register-shutdown-function
register shutdown function to handle out-of-memory errors
rlytleatrel8edto [Sun, 2 Jun 2019 15:04:02 +0000 (11:04 -0400)]
Ubuntu18-nginx install instructions - fix php-fpm socket path (#1398)
Ubuntu18-nginx install instructions - fix php-fpm socket path
marc tobias [Sat, 25 May 2019 18:43:38 +0000 (20:43 +0200)]
exclude postcode ranges separated by colon from centre point calculation
Sarah Hoffmann [Thu, 23 May 2019 21:54:29 +0000 (23:54 +0200)]
Merge pull request #1387 from joto/master
Fix some minor issues in docs.
Jochen Topf [Wed, 22 May 2019 07:25:05 +0000 (09:25 +0200)]
Revert layout changes in list.
marc tobias [Tue, 21 May 2019 16:37:46 +0000 (18:37 +0200)]
register shutdown function to handle out-of-memory errors
Jochen Topf [Tue, 21 May 2019 11:55:16 +0000 (13:55 +0200)]
Fix some minor issues in docs.
marc tobias [Tue, 14 May 2019 17:45:56 +0000 (19:45 +0200)]
FAQ entry about managed database services
Sarah Hoffmann [Thu, 2 May 2019 20:56:08 +0000 (22:56 +0200)]
Merge pull request #1372 from lonvia/raise-postgres-version
increase minimum versions for PostgreSQL, Postgis and PHP
Sarah Hoffmann [Thu, 2 May 2019 19:48:40 +0000 (21:48 +0200)]
increase minimum versions for PostgreSQL, Postgis and PHP
Remove checks and hacks for older versions.
Sarah Hoffmann [Wed, 1 May 2019 07:15:09 +0000 (09:15 +0200)]
prepare for 3.3.0 release
Sarah Hoffmann [Tue, 30 Apr 2019 21:27:04 +0000 (23:27 +0200)]
add documentation for new reverse zoom 17
Sarah Hoffmann [Tue, 30 Apr 2019 21:21:53 +0000 (23:21 +0200)]
Convert importance to float value
Fixes #1369.
Sarah Hoffmann [Mon, 29 Apr 2019 21:13:37 +0000 (23:13 +0200)]
fix indent in docs
Sarah Hoffmann [Mon, 29 Apr 2019 21:12:37 +0000 (23:12 +0200)]
Merge branch 'markdown-syntax-fix-gb-postcodes' of https://github.com/mtmail/Nominatim into mtmail-markdown-syntax-fix-gb-postcodes
marc tobias [Sun, 28 Apr 2019 21:18:36 +0000 (23:18 +0200)]
Readme for GB postcodes had markdown syntax error
Sarah Hoffmann [Sun, 28 Apr 2019 20:44:42 +0000 (22:44 +0200)]
Ignore no-fatal errors during dump file restore
The owner should never be restored, the table should be owned
by the caller instead. Non-existing indexes and similar only
started to throw a warning with Postgresql 9.4 and later, so
ignore them explicitly there.
Sarah Hoffmann [Fri, 19 Apr 2019 16:29:43 +0000 (18:29 +0200)]
Merge pull request #1321 from mtmail/interpolating-0-housenumbers
Support housenumber=0 in interpolations
Sarah Hoffmann [Wed, 17 Apr 2019 21:04:51 +0000 (23:04 +0200)]
Merge pull request #1359 from mtmail/fix-export-script
utils/export.php broke after switch to PDO DB abstraction
marc tobias [Wed, 17 Apr 2019 16:51:22 +0000 (18:51 +0200)]
utils/export.php broke after switch to PDO DB abstraction
Sarah Hoffmann [Wed, 17 Apr 2019 20:05:28 +0000 (22:05 +0200)]
Merge pull request #1358 from mtmail/travis-php-7dot1
travis-CI: use PHP 7.1
marc tobias [Wed, 17 Apr 2019 12:03:35 +0000 (14:03 +0200)]
travis-CI: use PHP 7.1
Sarah Hoffmann [Tue, 16 Apr 2019 21:13:27 +0000 (23:13 +0200)]
exclude all objects without address rank from reverse
This was forgotten when looking for a housenumber for
a street point.
Fixes #1319.
Sarah Hoffmann [Mon, 15 Apr 2019 20:43:07 +0000 (22:43 +0200)]
add reverse zoom level that includes minor streets
Zoom 17 now also resolves service roads and similar.
Fixes #1350.
Sarah Hoffmann [Sun, 14 Apr 2019 10:03:37 +0000 (12:03 +0200)]
isaddress field may be missing in details view
Sarah Hoffmann [Sun, 14 Apr 2019 09:29:28 +0000 (11:29 +0200)]
Merge branch 'observe-bounded-viewbox-in-postcode-search' of https://github.com/mtmail/Nominatim into mtmail-observe-bounded-viewbox-in-postcode-search
Sarah Hoffmann [Sun, 14 Apr 2019 09:27:36 +0000 (11:27 +0200)]
Merge pull request #1336 from mtmail/faq-entry-about-buffer-not-owned
New FAQ entry about -buffer is not owned by resource owner-
Sarah Hoffmann [Sun, 14 Apr 2019 09:25:52 +0000 (11:25 +0200)]
Merge pull request #1348 from mtmail/checkmodulepresence-to-raise-exception
checkModulePresence now raises exception instead of its callers
Sarah Hoffmann [Sun, 14 Apr 2019 09:24:23 +0000 (11:24 +0200)]
Merge pull request #1347 from mtmail/pdo-returns-proper-boolean
PDO library returns proper boolean. We dont need string comparison
Sarah Hoffmann [Sun, 14 Apr 2019 09:20:03 +0000 (11:20 +0200)]
Ensure that postcode relations are used in addresses
Postcode nodes are normally thrown away as they only play
a role for computing artifical postcodes. However, if we
have a postcode area this still should take part of the
address.
Fixes #1330.
marc tobias [Tue, 2 Apr 2019 16:37:11 +0000 (18:37 +0200)]
checkModulePresence now raises exception instead of its callers
marc tobias [Tue, 2 Apr 2019 14:52:37 +0000 (16:52 +0200)]
PDO library returns proper boolean. We dont need string comparison
marc tobias [Sun, 3 Mar 2019 19:44:22 +0000 (20:44 +0100)]
Support housenumber=0 in interpolations
marc tobias [Tue, 2 Apr 2019 12:49:31 +0000 (14:49 +0200)]
On postcode searches observe given bounded viewbox
Sarah Hoffmann [Tue, 26 Mar 2019 20:49:44 +0000 (21:49 +0100)]
add test for issue #1343
Keyword details for countries (which don't have address details).
marc tobias [Tue, 26 Mar 2019 16:59:27 +0000 (17:59 +0100)]
if nameaddress_vector was {} the database queries failed
marc tobias [Tue, 19 Mar 2019 00:52:35 +0000 (01:52 +0100)]
New FAQ entry about -buffer is not owned by resource owner-
Sarah Hoffmann [Mon, 18 Mar 2019 20:26:23 +0000 (21:26 +0100)]
Merge pull request #1334 from mtmail/fix-PDOException-call
PDOException call in catch was causing exception itself
marc tobias [Sun, 17 Mar 2019 01:47:28 +0000 (02:47 +0100)]
PDOException call in catch was causing exception itself
Sarah Hoffmann [Thu, 14 Mar 2019 18:06:07 +0000 (19:06 +0100)]
Merge pull request #1333 from Arun179/patch-1
Rectified a small spelling mistake
Arun Kumar [Thu, 14 Mar 2019 17:23:09 +0000 (22:53 +0530)]
Rectified a small spelling mistake
changed "mailinglist" to "mailing list"
Sarah Hoffmann [Wed, 13 Mar 2019 10:10:17 +0000 (11:10 +0100)]
Merge pull request #1328 from mtmail/php-pdo-with-prepare
Nominatim::DB support input variables, custom error messages
marc tobias [Sun, 10 Mar 2019 14:42:58 +0000 (15:42 +0100)]
Nominatim::DB support input variables, custom error messages
Sarah Hoffmann [Sat, 9 Mar 2019 10:27:51 +0000 (11:27 +0100)]
Merge pull request #1318 from mtmail/php-pdo
replace database abstraction DB with PDO
marc tobias [Sun, 24 Feb 2019 15:14:36 +0000 (16:14 +0100)]
replace database abstraction DB with PDO
marc tobias [Tue, 26 Feb 2019 14:03:40 +0000 (15:03 +0100)]
add logEnd to reverse.php, just like search.php
Sarah Hoffmann [Sun, 24 Feb 2019 16:51:09 +0000 (17:51 +0100)]
Merge pull request #1315 from mtmail/ui-initialize-switch-to-reverse-link
UI: update the switch-to-reverse link after each map click
Sarah Hoffmann [Sun, 24 Feb 2019 16:50:09 +0000 (17:50 +0100)]
Merge pull request #1314 from mtmail/query-php-5dot4
query.php - we no longer support PHP < 5.4
marc tobias [Sun, 24 Feb 2019 15:34:21 +0000 (16:34 +0100)]
UI: update the switch-to-reverse link after each map click
marc tobias [Sun, 24 Feb 2019 15:22:55 +0000 (16:22 +0100)]
query.php - we no longer support PHP < 5.4
Sarah Hoffmann [Sun, 24 Feb 2019 13:39:14 +0000 (14:39 +0100)]
downgrade housenumbers without numbers
Fixes #1312.
Sarah Hoffmann [Sun, 24 Feb 2019 10:00:33 +0000 (11:00 +0100)]
Change accepted features for reverse geocoding at rank 30
Always exclude line features (removes railways, tunnels,
piers, historical streets etc.) and boundaries (removes
electoral, historical boundaries etc.)
Fixes #1313.
Sarah Hoffmann [Thu, 21 Feb 2019 22:26:31 +0000 (23:26 +0100)]
add osm_id index for osmline table
Needed when deleting address interpolation.
Sarah Hoffmann [Wed, 13 Feb 2019 20:58:59 +0000 (21:58 +0100)]
add hint that setup.php must be run from build directory
Fixes #1307.
Sarah Hoffmann [Sun, 10 Feb 2019 16:22:49 +0000 (17:22 +0100)]
Merge pull request #1295 from mtmail/move-searchrank-labels-to-php
Remove get_addressrank_label. Move get_searchrank_label to PHP
Sarah Hoffmann [Sun, 10 Feb 2019 16:20:57 +0000 (17:20 +0100)]
Merge pull request #1294 from mtmail/behave-support-for-DB-PORT
BDD: support for DB_PORT environment variable
Sarah Hoffmann [Sun, 10 Feb 2019 16:20:06 +0000 (17:20 +0100)]
Merge pull request #1305 from mtmail/travis-ci-ubuntu-16
Travis CI Ubuntu 14 => Ubuntu 16
marc tobias [Mon, 28 Jan 2019 18:33:22 +0000 (19:33 +0100)]
BDD: support for DB_PORT environment variable
marc tobias [Sat, 9 Feb 2019 19:22:34 +0000 (20:22 +0100)]
Travis CI Ubuntu 14 => Ubuntu 16
marc tobias [Mon, 28 Jan 2019 18:38:05 +0000 (19:38 +0100)]
Remove get_addressrank_label. Move get_searchrank_label to PHP
Sarah Hoffmann [Sat, 9 Feb 2019 15:00:46 +0000 (16:00 +0100)]
Merge pull request #1282 from lonvia/remove-self-from-place-addressline
Remove self from place addressline
Sarah Hoffmann [Tue, 22 Jan 2019 21:42:18 +0000 (22:42 +0100)]
docs: adapt sizes to smaller place_address table
Sarah Hoffmann [Sun, 13 Jan 2019 20:07:01 +0000 (21:07 +0100)]
remove self-reference from place-addressline
Sarah Hoffmann [Sat, 9 Feb 2019 14:24:04 +0000 (15:24 +0100)]
Merge pull request #1304 from mtmail/travis-use-composer-instead-of-pear-install
pear.php.net offline. Use composer instead of pear install
Sarah Hoffmann [Sat, 9 Feb 2019 08:54:34 +0000 (09:54 +0100)]
Merge pull request #1303 from mtmail/remove-deprecated-phpunit-config-key
remove phpunit config key deprecated since version 3.5
marc tobias [Sat, 9 Feb 2019 00:08:47 +0000 (01:08 +0100)]
pear.php.net offline. Use composer instead of pear install
marc tobias [Fri, 8 Feb 2019 23:34:04 +0000 (00:34 +0100)]
remove phpunit config key deprecated since version 3.5
Sarah Hoffmann [Mon, 28 Jan 2019 20:19:46 +0000 (21:19 +0100)]
Merge pull request #1296 from mtmail/readme-markdown-syntax-error
README: tiny markdown syntax error