]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 1 May 2014 07:26:07 +0000 (09:26 +0200)]
Merge remote-tracking branch 'upstream/master'

10 years agofix formatting
Sarah Hoffmann [Thu, 1 May 2014 07:25:06 +0000 (09:25 +0200)]
fix formatting

10 years agosanity check of house number format
Sarah Hoffmann [Thu, 1 May 2014 07:18:10 +0000 (09:18 +0200)]
sanity check of house number format

Add a penalty for house number search terms when they contain
too many non-numeric characters in an attempt to filter tokens
that ended up as house numbers in the word table as a result
of mapping errors.

10 years agoadd penalty for special term searches
Sarah Hoffmann [Thu, 1 May 2014 07:16:03 +0000 (09:16 +0200)]
add penalty for special term searches

abbreviations for some of the terms are too easily matched against
common address terms like 'street'

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 30 Apr 2014 22:11:21 +0000 (00:11 +0200)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
lib/Geocode.php

10 years agoremove New York hack
Sarah Hoffmann [Wed, 30 Apr 2014 19:11:23 +0000 (21:11 +0200)]
remove New York hack

Seems to work okay with current boundaries.

10 years agotake viewbox into account for final result ranking
Sarah Hoffmann [Wed, 30 Apr 2014 19:04:46 +0000 (21:04 +0200)]
take viewbox into account for final result ranking

fixes #12

10 years agoaddress inheritance from buildings to pois
Sarah Hoffmann [Wed, 30 Apr 2014 18:05:59 +0000 (20:05 +0200)]
address inheritance from buildings to pois

POI nodes inherit the address tags from surrounding buildings
if they do not have an address of their own.

10 years agofix addr:place lookup
Sarah Hoffmann [Mon, 28 Apr 2014 19:52:24 +0000 (21:52 +0200)]
fix addr:place lookup

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 28 Apr 2014 19:36:45 +0000 (21:36 +0200)]
Merge remote-tracking branch 'upstream/master'

10 years agoavoid unnamed streets in associated street relations
Sarah Hoffmann [Mon, 28 Apr 2014 18:27:09 +0000 (20:27 +0200)]
avoid unnamed streets in associated street relations

fixes https://trac.openstreetmap.org/ticket/4877

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 28 Apr 2014 18:19:01 +0000 (20:19 +0200)]
Merge remote-tracking branch 'upstream/master'

10 years agohandle duplicate word entries correctly when looking for nearest street
Sarah Hoffmann [Mon, 28 Apr 2014 18:01:44 +0000 (20:01 +0200)]
handle duplicate word entries correctly when looking for nearest street

10 years agoassign rank of sea and coastline before area catchall
Sarah Hoffmann [Mon, 28 Apr 2014 14:45:55 +0000 (16:45 +0200)]
assign rank of sea and coastline before area catchall

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 23 Apr 2014 19:46:08 +0000 (21:46 +0200)]
Merge remote-tracking branch 'upstream/master'

10 years agofix copying of extratags from linked places
Sarah Hoffmann [Wed, 23 Apr 2014 19:27:55 +0000 (21:27 +0200)]
fix copying of extratags from linked places

Didn't work correctly when the extratags of the parent relation
was null.

10 years agoinvalidate object itself in place_force_update()
Sarah Hoffmann [Mon, 21 Apr 2014 19:41:17 +0000 (21:41 +0200)]
invalidate object itself in place_force_update()

10 years agocorrect start time computation
Sarah Hoffmann [Mon, 21 Apr 2014 19:12:14 +0000 (21:12 +0200)]
correct start time computation

fixes #125

10 years agomake errors from psql in setup fatal
Sarah Hoffmann [Sat, 12 Apr 2014 11:16:30 +0000 (13:16 +0200)]
make errors from psql in setup fatal

10 years agomake HTML validator happy with details page
Sarah Hoffmann [Sat, 12 Apr 2014 18:12:23 +0000 (20:12 +0200)]
make HTML validator happy with details page

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 11 Apr 2014 21:05:18 +0000 (23:05 +0200)]
Merge remote-tracking branch 'upstream/master'

10 years agosuppress recursive updates for places that cannot appear in addresses
Sarah Hoffmann [Fri, 11 Apr 2014 20:57:00 +0000 (22:57 +0200)]
suppress recursive updates for places that cannot appear in addresses

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 11 Apr 2014 20:30:15 +0000 (22:30 +0200)]
Merge remote-tracking branch 'upstream/master'

10 years agogive waterways an address but remove them from being part of an address
Sarah Hoffmann [Fri, 11 Apr 2014 20:27:17 +0000 (22:27 +0200)]
give waterways an address but remove them from being part of an address

10 years agoallow deletion of large areas of high rank
Sarah Hoffmann [Fri, 11 Apr 2014 20:28:07 +0000 (22:28 +0200)]
allow deletion of large areas of high rank

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 10 Apr 2014 21:05:23 +0000 (23:05 +0200)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
sql/functions.sql

10 years agoforce countries into partitions as determined by country code
Sarah Hoffmann [Thu, 10 Apr 2014 20:55:49 +0000 (22:55 +0200)]
force countries into partitions as determined by country code

Avoids to a certain extent propagation of misassignment of
partitions when a country is expanded so far into another
that the centroid ends up in this other country.

10 years agohandle multiple results from gb_postcode table
Sarah Hoffmann [Thu, 24 Oct 2013 19:38:07 +0000 (21:38 +0200)]
handle multiple results from gb_postcode table

10 years agoremove special handling for place tag values that have fallen out of use
Sarah Hoffmann [Sat, 29 Mar 2014 00:16:08 +0000 (01:16 +0100)]
remove special handling for place tag values that have fallen out of use

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Tue, 25 Mar 2014 22:52:44 +0000 (23:52 +0100)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
sql/functions.sql

10 years agotruely ignore country codes provided via tags
Sarah Hoffmann [Tue, 25 Mar 2014 22:52:07 +0000 (23:52 +0100)]
truely ignore country codes provided via tags

10 years agoupdate ref for postcode boundaries
Sarah Hoffmann [Mon, 24 Mar 2014 12:01:20 +0000 (13:01 +0100)]
update ref for postcode boundaries

Fixes https://trac.openstreetmap.org/ticket/5140

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 13 Mar 2014 19:48:21 +0000 (20:48 +0100)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
lib/Geocode.php

10 years agoprefer street results when doing house number search
Sarah Hoffmann [Thu, 13 Mar 2014 19:34:31 +0000 (20:34 +0100)]
prefer street results when doing house number search

This is an experimental fix for #119.

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 12 Mar 2014 17:30:27 +0000 (18:30 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agoallow US state name abbreviations at beginning of search term
Sarah Hoffmann [Mon, 10 Mar 2014 23:32:54 +0000 (00:32 +0100)]
allow US state name abbreviations at beginning of search term

fixes https://trac.openstreetmap.org/ticket/5136

10 years agotry moving logs to ssd
Sarah Hoffmann [Fri, 7 Mar 2014 07:15:34 +0000 (08:15 +0100)]
try moving logs to ssd

10 years agoforgot the actual query script
Sarah Hoffmann [Mon, 3 Mar 2014 20:48:17 +0000 (21:48 +0100)]
forgot the actual query script

10 years agoignore more autoconf files
Sarah Hoffmann [Mon, 3 Mar 2014 19:00:54 +0000 (20:00 +0100)]
ignore more autoconf files

10 years agointroduce util function to query db from command line
Sarah Hoffmann [Thu, 27 Feb 2014 22:48:12 +0000 (23:48 +0100)]
introduce util function to query db from command line

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 2 Mar 2014 16:53:45 +0000 (17:53 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agoalways return bbox ccordinates as string
Sarah Hoffmann [Sun, 2 Mar 2014 16:52:09 +0000 (17:52 +0100)]
always return bbox ccordinates as string

fixes https://trac.openstreetmap.org/ticket/5132

10 years agodon't overreact when bulk pool is still empty
Sarah Hoffmann [Fri, 28 Feb 2014 21:32:59 +0000 (22:32 +0100)]
don't overreact when bulk pool is still empty

10 years agoincrease load limit for multi-threaded update
Sarah Hoffmann [Thu, 27 Feb 2014 21:26:32 +0000 (22:26 +0100)]
increase load limit for multi-threaded update

10 years agoupdate change log and authors for pending release v2.2.0
Sarah Hoffmann [Sat, 22 Feb 2014 13:42:54 +0000 (14:42 +0100)]
update change log and authors for pending release

10 years agosplit gb_postcode in table creation and data loading
Sarah Hoffmann [Fri, 21 Feb 2014 22:07:41 +0000 (23:07 +0100)]
split gb_postcode in table creation and data loading

Data for gb_postcode now needs to be downloaded first.
Also fixes table creation for postgis 2.0.

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 20 Feb 2014 18:52:30 +0000 (19:52 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agomake website work with https without browser complaints
Sarah Hoffmann [Thu, 20 Feb 2014 18:46:41 +0000 (19:46 +0100)]
make website work with https without browser complaints

10 years agoallow to pass an additional config file via NOMINATIM_SETTINGS variable to command...
Sarah Hoffmann [Sat, 15 Feb 2014 17:49:05 +0000 (18:49 +0100)]
allow to pass an additional config file via NOMINATIM_SETTINGS variable to command line tools

needed for test environment

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 13 Feb 2014 19:52:08 +0000 (20:52 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agoupdate osm2pgsql
Sarah Hoffmann [Thu, 13 Feb 2014 19:50:40 +0000 (20:50 +0100)]
update osm2pgsql

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 9 Feb 2014 07:33:20 +0000 (08:33 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agoremove landuses if the name is removed
Sarah Hoffmann [Sun, 9 Feb 2014 07:31:07 +0000 (08:31 +0100)]
remove landuses if the name is removed

Fixes https://trac.openstreetmap.org/ticket/5104

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sat, 8 Feb 2014 18:24:10 +0000 (19:24 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agorestrict admin_level change detection to boundary=administrative
Sarah Hoffmann [Sat, 8 Feb 2014 18:23:06 +0000 (19:23 +0100)]
restrict admin_level change detection to boundary=administrative

10 years agoincrease load limit for using two instances for indexing
Sarah Hoffmann [Sat, 8 Feb 2014 16:17:30 +0000 (17:17 +0100)]
increase load limit for using two instances for indexing

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 7 Feb 2014 22:42:53 +0000 (23:42 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agorecreate place objects when admin_level changes
Sarah Hoffmann [Fri, 7 Feb 2014 22:37:54 +0000 (23:37 +0100)]
recreate place objects when admin_level changes

Also added a sanity check to ensure that accidental removal of admin_level
tags on large areas doesn't cause huge reindexing load. That can be disabled
by setting CONST_Limit_Reindexing to false.

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 7 Feb 2014 20:51:32 +0000 (21:51 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agofix syntax of route linestring
Sarah Hoffmann [Fri, 7 Feb 2014 20:31:26 +0000 (21:31 +0100)]
fix syntax of route linestring

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 7 Feb 2014 19:20:20 +0000 (20:20 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agoreplace ST_Line_Interpolate_Point with ST_LineInterpolatePoint (DB adaption needed)
Sarah Hoffmann [Thu, 6 Feb 2014 07:04:42 +0000 (08:04 +0100)]
replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint (DB adaption needed)

Name of function was changed in postgis 2.1 and now prints ugly
deprecation warnings. For older versions of postgis, function
will be renamed to the new name during the setup of the DB.

To update existing databases with postgis < 2.1 run:

ALTER FUNCTION st_line_interpolate_point(geometry, double precision) RENAME TO ST_LineInterpolatePoint

and then reinstall the SQL functions:

./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions

10 years agoScript to automatically warm the postgresql query before sending traffic
Brian Quinion [Thu, 6 Feb 2014 16:50:41 +0000 (16:50 +0000)]
Script to automatically warm the postgresql query before sending traffic

10 years agoinclude rank and importance in reverse geocode output
Brian Quinion [Thu, 6 Feb 2014 13:09:32 +0000 (13:09 +0000)]
include rank and importance in reverse geocode output

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 5 Feb 2014 19:19:05 +0000 (20:19 +0100)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
lib/init-website.php

10 years agosurpress output of osm_type/id for non-OSM objects in reverse xml
Sarah Hoffmann [Wed, 5 Feb 2014 19:10:12 +0000 (20:10 +0100)]
surpress output of osm_type/id for non-OSM objects in reverse xml

10 years agocheck correct variable for SQL error
Sarah Hoffmann [Sat, 1 Feb 2014 14:51:40 +0000 (15:51 +0100)]
check correct variable for SQL error

10 years agoreturn a 500 error on bad status
Brian Quinion [Thu, 23 Jan 2014 16:48:20 +0000 (16:48 +0000)]
return a 500 error on bad status

10 years agoReturn 429 Too Many Requests for rate limiting
Brian Quinion [Thu, 23 Jan 2014 16:47:56 +0000 (16:47 +0000)]
Return 429 Too Many Requests for rate limiting

10 years agovalidate postgresql module / functions
Brian Quinion [Thu, 23 Jan 2014 16:06:43 +0000 (16:06 +0000)]
validate postgresql module / functions

10 years agoMerge branch 'master' of github.com:twain47/Nominatim
Brian Quinion [Thu, 23 Jan 2014 14:40:42 +0000 (14:40 +0000)]
Merge branch 'master' of github.com:twain47/Nominatim

10 years agonominatim fallback mode for structured queries
Brian Quinion [Thu, 23 Jan 2014 14:40:37 +0000 (14:40 +0000)]
nominatim fallback mode for structured queries

10 years agoAdd some comments to help use munin plugin, add over limit detection
Rodolphe QuiƩdeville [Tue, 14 Jan 2014 22:50:22 +0000 (23:50 +0100)]
Add some comments to help use munin plugin, add over limit detection

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 15 Dec 2013 23:06:58 +0000 (00:06 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agomerge postcodes from address objects
Sarah Hoffmann [Sun, 15 Dec 2013 23:00:06 +0000 (00:00 +0100)]
merge postcodes from address objects

Take the postcode from the first address object that
has one tagged and use that as display postcode.

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 4 Dec 2013 07:14:06 +0000 (08:14 +0100)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
lib/Geocode.php
utils/update.php

10 years agoenable indexed_status check for all
Sarah Hoffmann [Wed, 4 Dec 2013 07:07:38 +0000 (08:07 +0100)]
enable indexed_status check for all

10 years agofurther tweak secondary ordering of results
Sarah Hoffmann [Wed, 4 Dec 2013 06:53:53 +0000 (07:53 +0100)]
further tweak secondary ordering of results

 - make address importance work for house number onjects
 - add number of exact matches
 - add importance of class/type

10 years agorefuse updates of overly complex multipolygons
Sarah Hoffmann [Sat, 23 Nov 2013 15:04:53 +0000 (16:04 +0100)]
refuse updates of overly complex multipolygons

10 years agomake classtype table update work when special schemas are used
Sarah Hoffmann [Sat, 23 Nov 2013 12:31:29 +0000 (13:31 +0100)]
make classtype table update work when special schemas are used

patch from https://trac.openstreetmap.org/ticket/5037

10 years agofix indentation
Sarah Hoffmann [Sat, 23 Nov 2013 12:14:42 +0000 (13:14 +0100)]
fix indentation

10 years agoexplain results for Geocode::lookup()
Sarah Hoffmann [Sat, 23 Nov 2013 11:43:28 +0000 (12:43 +0100)]
explain results for Geocode::lookup()

10 years agoConnect to the correct postgresql port from the settings.
Kurt Roeckx [Wed, 13 Nov 2013 21:24:10 +0000 (22:24 +0100)]
Connect to the correct postgresql port from the settings.

10 years agodrop operator tag for most place types
Sarah Hoffmann [Wed, 30 Oct 2013 23:02:23 +0000 (00:02 +0100)]
drop operator tag for most place types

To great a danger that an import adds the same tag by the
thousands and confuses the statistics over search_name.

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 30 Oct 2013 20:52:06 +0000 (21:52 +0100)]
Merge remote-tracking branch 'upstream/master'

10 years agoavoid adding NULL tokens for frequent full names
Sarah Hoffmann [Wed, 30 Oct 2013 20:09:21 +0000 (21:09 +0100)]
avoid adding NULL tokens for frequent full names

10 years agohandle multiple results from gb_postcode table
Sarah Hoffmann [Thu, 24 Oct 2013 19:38:07 +0000 (21:38 +0200)]
handle multiple results from gb_postcode table

10 years agodisable nonsearch as a temporary hack around trac ticket #4971
Sarah Hoffmann [Thu, 24 Oct 2013 18:24:23 +0000 (20:24 +0200)]
disable nonsearch as a temporary hack around trac ticket #4971

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 21 Oct 2013 16:30:34 +0000 (18:30 +0200)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
lib/init-website.php

10 years agoproperly quote quotes in type field
Sarah Hoffmann [Mon, 21 Oct 2013 16:26:45 +0000 (18:26 +0200)]
properly quote quotes in type field

10 years agodon't send blocked IPs to OSM's trac by default
Sarah Hoffmann [Fri, 18 Oct 2013 17:23:04 +0000 (19:23 +0200)]
don't send blocked IPs to OSM's trac by default

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Tue, 15 Oct 2013 19:12:10 +0000 (21:12 +0200)]
Merge remote-tracking branch 'upstream/master'

10 years agotake non-admin boundaries out of address computation
Sarah Hoffmann [Tue, 15 Oct 2013 19:10:46 +0000 (21:10 +0200)]
take non-admin boundaries out of address computation

fixes #90

10 years agoremove NY hack and wait for complaints to arrive
Sarah Hoffmann [Tue, 15 Oct 2013 17:45:01 +0000 (19:45 +0200)]
remove NY hack and wait for complaints to arrive

10 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 13 Oct 2013 17:49:08 +0000 (19:49 +0200)]
Merge remote-tracking branch 'upstream/master'

Conflicts:
utils/update.php

10 years agouse postgis as an extension for versions >= 2.0
Sarah Hoffmann [Thu, 10 Oct 2013 21:10:18 +0000 (23:10 +0200)]
use postgis as an extension for versions >= 2.0

10 years agoMerge branch 'diffupdates' of https://github.com/IrlJidel/Nominatim
Sarah Hoffmann [Thu, 3 Oct 2013 20:22:50 +0000 (22:22 +0200)]
Merge branch 'diffupdates' of https://github.com/IrlJidel/Nominatim

10 years agodisable multipolygons for polygon=1 again
Sarah Hoffmann [Wed, 2 Oct 2013 20:43:20 +0000 (22:43 +0200)]
disable multipolygons for polygon=1 again

10 years agohasn't been svn for a while
Sarah Hoffmann [Wed, 2 Oct 2013 17:03:13 +0000 (19:03 +0200)]
hasn't been svn for a while

10 years agodont include polling time for batch duration for non-minutely updates, log name of...
IrlJidel [Wed, 2 Oct 2013 09:53:21 +0000 (10:53 +0100)]
dont include polling time for batch duration for non-minutely updates, log name of each update step