]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
13 years agoadd support for Irish townlands
Sarah Hoffmann [Fri, 20 Apr 2012 20:13:03 +0000 (22:13 +0200)]
add support for Irish townlands

To work properly, osm2pgsql needs to be updated to the latest version.

13 years agoonly calculate country for search ranks country and below
Datendelphin [Sun, 15 Apr 2012 21:05:31 +0000 (23:05 +0200)]
only calculate country for search ranks country and below

13 years agoallow slashes in house numbers
Sarah Hoffmann [Mon, 16 Apr 2012 13:33:13 +0000 (15:33 +0200)]
allow slashes in house numbers

13 years agoCollapse two log tables into one.
Sarah Hoffmann [Sun, 15 Apr 2012 17:15:33 +0000 (19:15 +0200)]
Collapse two log tables into one.

This requires to add a searchterm column to new_query_log.

13 years agoproper silence
Sarah Hoffmann [Sun, 15 Apr 2012 17:13:57 +0000 (19:13 +0200)]
proper silence

13 years agocron script for log rotation
Sarah Hoffmann [Sun, 15 Apr 2012 17:11:35 +0000 (19:11 +0200)]
cron script for log rotation

13 years agoFormat of replicate-sequence URL has changed
Sarah Hoffmann [Sun, 15 Apr 2012 15:45:01 +0000 (17:45 +0200)]
Format of replicate-sequence URL has changed

Additionally update/init import_status in the DB. If this is not
initialized here, subsequent updates of the status won't work.

13 years agocron job for vacuuming intarray indices
Sarah Hoffmann [Sun, 15 Apr 2012 13:57:50 +0000 (15:57 +0200)]
cron job for vacuuming intarray indices

13 years agoignore postcode boundaries without postcode
Sarah Hoffmann [Sat, 14 Apr 2012 07:27:10 +0000 (09:27 +0200)]
ignore postcode boundaries without postcode

13 years agomissing brackets in default name assignment
Sarah Hoffmann [Sat, 14 Apr 2012 06:56:07 +0000 (08:56 +0200)]
missing brackets in default name assignment

13 years agoadd switch for osm2pgsql cache size
Sarah Hoffmann [Wed, 11 Apr 2012 21:39:07 +0000 (23:39 +0200)]
add switch for osm2pgsql cache size

also increased the default to 15GB to accaommodate growing planet

13 years agoMerge branch 'mountain_pass' of https://github.com/datendelphin/Nominatim
Sarah Hoffmann [Wed, 11 Apr 2012 20:21:06 +0000 (22:21 +0200)]
Merge branch 'mountain_pass' of https://github.com/datendelphin/Nominatim

13 years agoforce UTF-8 database
Sarah Hoffmann [Wed, 11 Apr 2012 20:16:35 +0000 (22:16 +0200)]
force UTF-8 database

13 years agoranking for mountain_pass
Datendelphin [Fri, 6 Apr 2012 16:34:45 +0000 (18:34 +0200)]
ranking for mountain_pass

13 years agoOnly link polygons on admin_centre is not already found a label AND if exactl search_...
Brian Quinion [Mon, 2 Apr 2012 11:48:51 +0000 (12:48 +0100)]
Only link polygons on admin_centre is not already found a label AND if exactl search_rank match

13 years agosearch_name.name_vector index is now required during initial index due to code to...
Brian Quinion [Sun, 1 Apr 2012 12:52:58 +0000 (13:52 +0100)]
search_name.name_vector index is now required during initial index due to code to merge relations and nodes

13 years agoUpdate details.php to show linked places
Brian Quinion [Sun, 1 Apr 2012 01:38:40 +0000 (02:38 +0100)]
Update details.php to show linked places

13 years agoMerge branch 'master' of github.com:twain47/Nominatim
Brian Quinion [Sun, 1 Apr 2012 00:48:45 +0000 (01:48 +0100)]
Merge branch 'master' of github.com:twain47/Nominatim

13 years agoAdds code to merge place polygon and points using:
Brian Quinion [Sun, 1 Apr 2012 00:40:50 +0000 (01:40 +0100)]
Adds code to merge place polygon and points using:
  label relation member
  admin_center, admin_centre relation member (with same name)
  exact name, search_rank and location match

Adding this requires a new column and index:
  SELECT AddGeometryColumn('placex', 'centroid', 4326, 'GEOMETRY', 2);
  CREATE INDEX idx_placex_linked_place_id ON placex USING BTREE (linked_place_id);

13 years agopostgresq 8.4 backward compatibility: count hash size with akeys instead of hash_to_array
Sarah Hoffmann [Thu, 29 Mar 2012 22:52:08 +0000 (00:52 +0200)]
postgresq 8.4 backward compatibility: count hash size with akeys instead of hash_to_array

13 years agodon't use column names for variable names, 8.4 fails on them
Sarah Hoffmann [Thu, 29 Mar 2012 21:48:29 +0000 (23:48 +0200)]
don't use column names for variable names, 8.4 fails on them

13 years agoMerge branch 'master' of github.com:twain47/Nominatim
Brian Quinion [Mon, 26 Mar 2012 22:57:24 +0000 (23:57 +0100)]
Merge branch 'master' of github.com:twain47/Nominatim

13 years agoUse GB postcode table as definitive source. resort by pressence of search word in...
Brian Quinion [Thu, 22 Mar 2012 00:33:28 +0000 (00:33 +0000)]
Use GB postcode table as definitive source. resort by pressence of search word in output address and other misc very minor changes not commited from MQ servers

13 years agocountries need language list as well
Sarah Hoffmann [Wed, 21 Mar 2012 19:59:35 +0000 (20:59 +0100)]
countries need language list as well

13 years agoBlack/whitelisting for special phrases
Sarah Hoffmann [Tue, 20 Mar 2012 23:40:35 +0000 (00:40 +0100)]
Black/whitelisting for special phrases

Allows to restrict the special phrases imported from the wiki.
Blacklist allows to exclude certain class/type combinations.
Whitelist allows to define an allowed subset of types for a class.
Adjust to your liking in settings/phrase_settings.php before running
the specialphrases script.

13 years agoMerge branch 'master' of http://github.com/twain47/Nominatim
Sarah Hoffmann [Sun, 18 Mar 2012 17:23:11 +0000 (18:23 +0100)]
Merge branch 'master' of http://github.com/twain47/Nominatim

13 years agouse X/Y max/min functions instead of box making
Sarah Hoffmann [Sun, 18 Mar 2012 17:18:33 +0000 (18:18 +0100)]
use X/Y max/min functions instead of box making

There is a strange bug in postgis where for some coordinates
it does not make a proper box around a point.

13 years agoreturn a 500 on database error
Sarah Hoffmann [Sun, 18 Mar 2012 16:58:19 +0000 (17:58 +0100)]
return a 500 on database error

13 years agoonly re-index addressable places
Sarah Hoffmann [Sun, 18 Mar 2012 15:15:45 +0000 (16:15 +0100)]
only re-index addressable places

exclude places from hierarchical updates when they are only addressed
through their parent and do not have a name (thus no entry in search
name)

13 years agoremove array_agg
Sarah Hoffmann [Sun, 18 Mar 2012 15:12:41 +0000 (16:12 +0100)]
remove array_agg

shipped with postgresql in all supported versions

13 years agoMerge branch 'master' of http://github.com/twain47/Nominatim
Sarah Hoffmann [Sat, 10 Mar 2012 21:54:29 +0000 (22:54 +0100)]
Merge branch 'master' of http://github.com/twain47/Nominatim

13 years agomunin graph for request counts
Sarah Hoffmann [Sat, 10 Mar 2012 21:53:38 +0000 (22:53 +0100)]
munin graph for request counts

13 years agoput indexing in update mode
Sarah Hoffmann [Sat, 10 Mar 2012 13:14:33 +0000 (14:14 +0100)]
put indexing in update mode

13 years agoadapt settings for poldi
Sarah Hoffmann [Sat, 10 Mar 2012 13:13:14 +0000 (14:13 +0100)]
adapt settings for poldi

13 years agouser-agent based blocking
Sarah Hoffmann [Sat, 10 Mar 2012 11:57:19 +0000 (12:57 +0100)]
user-agent based blocking

13 years agosend 403 and HTML page on block
Sarah Hoffmann [Sat, 10 Mar 2012 11:21:08 +0000 (12:21 +0100)]
send 403 and HTML page on block

13 years agofrequent words hack
Sarah Hoffmann [Sat, 10 Mar 2012 10:48:02 +0000 (11:48 +0100)]
frequent words hack

Adds logging of queries on search_name that take too long
because of word tokens that are too frequent.
Words can be excluded from the token search by setting the
search_name_count column to something greater than 0.

13 years agocustomized tablespace settings for poldi
Sarah Hoffmann [Sat, 10 Mar 2012 10:31:17 +0000 (11:31 +0100)]
customized tablespace settings for poldi

13 years agosanity check for address interpolation
Sarah Hoffmann [Fri, 9 Mar 2012 23:08:06 +0000 (00:08 +0100)]
sanity check for address interpolation

13 years agoavoid deletes for new places
Sarah Hoffmann [Fri, 9 Mar 2012 23:06:28 +0000 (00:06 +0100)]
avoid deletes for new places

13 years agorestrict deferred delete to concerned place
Sarah Hoffmann [Fri, 9 Mar 2012 22:47:25 +0000 (23:47 +0100)]
restrict deferred delete to concerned place

Deleting by osm_type/osm_id goes wrong if the place was reimported
because of a change in geometry, admin_level etc. The newly created
place is deleted as well in this case.

13 years agosend fail messages to error log
Sarah Hoffmann [Sun, 4 Mar 2012 18:06:20 +0000 (19:06 +0100)]
send fail messages to error log

13 years agorespect addressdetails parameter in json output
Sarah Hoffmann [Sun, 4 Mar 2012 16:45:53 +0000 (17:45 +0100)]
respect addressdetails parameter in json output

13 years agoconvert CRLF to make git happy
Sarah Hoffmann [Sun, 4 Mar 2012 15:41:43 +0000 (16:41 +0100)]
convert CRLF to make git happy

13 years agorestrict detection of lat/lon pairs
Sarah Hoffmann [Sun, 4 Mar 2012 13:50:26 +0000 (14:50 +0100)]
restrict detection of lat/lon pairs

Only interpret numbers as geo coordinates if they are in the
actual range for latitude and longitude.

13 years agocreate proper token array for unknown housenumbers
Sarah Hoffmann [Sun, 4 Mar 2012 13:40:13 +0000 (14:40 +0100)]
create proper token array for unknown housenumbers

13 years agoconfigurable file logging
Sarah Hoffmann [Sun, 4 Mar 2012 11:50:45 +0000 (12:50 +0100)]
configurable file logging

Respect CONST_Log_File setting and add two new configuration
variables CONST_Log_File_SearchLog and CONST_Log_File_ReverseLog
for the log file names.

13 years agoadd script to list broken polygons
Sarah Hoffmann [Sun, 4 Mar 2012 09:54:07 +0000 (10:54 +0100)]
add script to list broken polygons

13 years agocreation of special phrases for country codes (forwardported from gazeteer)
Sarah Hoffmann [Sun, 26 Feb 2012 20:32:40 +0000 (20:32 +0000)]
creation of special phrases for country codes (forwardported from gazeteer)

13 years agoupdate classtype tables for special phrases along with the places
Sarah Hoffmann [Sun, 19 Feb 2012 10:33:21 +0000 (10:33 +0000)]
update classtype tables for special phrases along with the places

13 years agoextend scripts for Tiger 2011 data
Sarah Hoffmann [Fri, 17 Feb 2012 20:34:28 +0000 (20:34 +0000)]
extend scripts for Tiger 2011 data

13 years agohack around yes quotes in wiki and add a simple sanity check against wiki accidents
Sarah Hoffmann [Mon, 13 Feb 2012 22:37:03 +0000 (22:37 +0000)]
hack around yes quotes in wiki and add a simple sanity check against wiki accidents

13 years agoreturn a marginally better error message when query string is not in UTF-8,
Sarah Hoffmann [Sun, 12 Feb 2012 12:01:24 +0000 (12:01 +0000)]
return a marginally better error message when query string is not in UTF-8,
force UTF-8 in search formular

13 years agomove place=isolated_dwelling up to the same rank as place=locality
Sarah Hoffmann [Sun, 12 Feb 2012 10:12:51 +0000 (10:12 +0000)]
move place=isolated_dwelling up to the same rank as place=locality

13 years agoenable exact search of GB postcodes in aux postcode data,
Sarah Hoffmann [Sat, 11 Feb 2012 09:19:42 +0000 (09:19 +0000)]
enable exact search of GB postcodes in aux postcode data,
partial search still disabled due to performance problems

13 years agoduring initial setup defer creation of non-vital until after nominatim indexing,
Sarah Hoffmann [Fri, 10 Feb 2012 21:01:35 +0000 (21:01 +0000)]
during initial setup defer creation of non-vital until after nominatim indexing,
analyse DB during nominatim indexing so the query planer uses indexes correctly

13 years agoavoid warnings when geometry of object cannot be determined
Sarah Hoffmann [Mon, 6 Feb 2012 23:14:21 +0000 (23:14 +0000)]
avoid warnings when geometry of object cannot be determined

13 years agodon't print address details if they are not requested
Sarah Hoffmann [Mon, 6 Feb 2012 22:26:08 +0000 (22:26 +0000)]
don't print address details if they are not requested

13 years agoremove unused protolib
Sarah Hoffmann [Sat, 4 Feb 2012 08:20:51 +0000 (08:20 +0000)]
remove unused protolib

13 years agoremove trailing commas in HTML to make IE happy (thanks to TomH)
Sarah Hoffmann [Sat, 4 Feb 2012 07:53:02 +0000 (07:53 +0000)]
remove trailing commas in HTML to make IE happy (thanks to TomH)

13 years agomunin graph for the import lag
Sarah Hoffmann [Wed, 1 Feb 2012 21:13:05 +0000 (21:13 +0000)]
munin graph for the import lag

13 years agodon't classify normal SQL errors as deadlocks
Sarah Hoffmann [Sat, 28 Jan 2012 23:33:28 +0000 (23:33 +0000)]
don't classify normal SQL errors as deadlocks

13 years agoimprove import performance for special phrases
Sarah Hoffmann [Sat, 28 Jan 2012 23:27:25 +0000 (23:27 +0000)]
improve import performance for special phrases

- create a temporary index on placex
- create indices on place_classtype_* tables after insert
- grant www-data permission to tables

13 years agoextensions where introduced in postgresql in 9.1, not in 9.0
Sarah Hoffmann [Sat, 21 Jan 2012 12:09:43 +0000 (12:09 +0000)]
extensions where introduced in postgresql in 9.1, not in 9.0

13 years ago- remove dependency on intarray extension
Sarah Hoffmann [Sat, 21 Jan 2012 10:21:42 +0000 (10:21 +0000)]
- remove dependency on intarray extension
- new config options for postgresql version and
  location of osm2pgsql and osmosis binaries
- new option --no-npi for update.php that supresses writing of NPIs in
  osmosis update mode
- add more GRANTs for www-data

13 years agofix typo mentioned by mathieu monney on mapquest's forum two weeks ago. this typo...
Frederik Ramm [Fri, 21 Oct 2011 06:48:04 +0000 (06:48 +0000)]
fix typo mentioned by mathieu monney on mapquest's forum two weeks ago. this typo is responsible for 'location_property_tiger does not exist' errors.

13 years agocreate 'file' sequence required by update.php
Frederik Ramm [Fri, 9 Sep 2011 16:02:31 +0000 (16:02 +0000)]
create 'file' sequence required by update.php

13 years agobugfix nominatim
Frederik Ramm [Fri, 9 Sep 2011 16:00:34 +0000 (16:00 +0000)]
bugfix nominatim

13 years agofix miss-parsed regex with - sign in lat,lon query
Brian Quinion [Tue, 2 Aug 2011 19:39:32 +0000 (19:39 +0000)]
fix miss-parsed regex with - sign in lat,lon query

13 years agoupdate place_id to BIGINT
Brian Quinion [Tue, 14 Jun 2011 13:42:46 +0000 (13:42 +0000)]
update place_id to BIGINT

13 years agobigint update script
Brian Quinion [Fri, 10 Jun 2011 13:41:51 +0000 (13:41 +0000)]
bigint update script

13 years agoover tokenising 'la'
Brian Quinion [Tue, 7 Jun 2011 12:31:46 +0000 (12:31 +0000)]
over tokenising 'la'

14 years agode-deplicate terms
Brian Quinion [Mon, 23 May 2011 17:51:02 +0000 (17:51 +0000)]
de-deplicate terms

14 years agoallow for offset paramater in amenity searches
Brian Quinion [Mon, 23 May 2011 16:36:36 +0000 (16:36 +0000)]
allow for offset paramater in amenity searches

14 years agowoops
Brian Quinion [Mon, 23 May 2011 16:23:50 +0000 (16:23 +0000)]
woops

14 years agohandle 'order state level queries better
Brian Quinion [Mon, 23 May 2011 16:22:25 +0000 (16:22 +0000)]
handle 'order state level queries better

14 years agohandle 'order state level queries better
Brian Quinion [Mon, 23 May 2011 16:12:54 +0000 (16:12 +0000)]
handle 'order state level queries better

14 years agohandle 'in/near' for state and country level features differently
Brian Quinion [Mon, 23 May 2011 14:30:43 +0000 (14:30 +0000)]
handle 'in/near' for state and country level features differently

14 years agohack to handle state abreviations that overlap with 'the' in various non-english...
Brian Quinion [Tue, 17 May 2011 16:22:21 +0000 (16:22 +0000)]
hack to handle state abreviations that overlap with 'the' in various non-english languages

14 years agomemory leak on large imports
Brian Quinion [Mon, 16 May 2011 14:46:57 +0000 (14:46 +0000)]
memory leak on large imports

14 years agocountry searches not filtered by countrycodes param, fixes #3756
Brian Quinion [Wed, 11 May 2011 10:30:58 +0000 (10:30 +0000)]
country searches not filtered by countrycodes param, fixes #3756

14 years agoremove debuing information
Brian Quinion [Wed, 4 May 2011 16:27:18 +0000 (16:27 +0000)]
remove debuing information

14 years agohandle pure lat,lon search by passing to reverse geocoding and returning first match...
Brian Quinion [Tue, 3 May 2011 17:34:51 +0000 (17:34 +0000)]
handle pure lat,lon search by passing to reverse geocoding and returning first match as a search result

14 years agoenforce limit as maximum number of results
Brian Quinion [Tue, 3 May 2011 14:22:22 +0000 (14:22 +0000)]
enforce limit as maximum number of results

14 years agoDo not apply limit where we have a sub-search
Brian Quinion [Thu, 28 Apr 2011 14:55:25 +0000 (14:55 +0000)]
Do not apply limit where we have a sub-search

14 years agoretry loop on osmosis
Brian Quinion [Wed, 27 Apr 2011 12:14:33 +0000 (12:14 +0000)]
retry loop on osmosis

14 years agoaddresses not claculated for some named poi
Brian Quinion [Fri, 8 Apr 2011 15:10:31 +0000 (15:10 +0000)]
addresses not claculated for some named poi

14 years agoreturn actual centroid lat,lon of reverse geocoding result
Brian Quinion [Thu, 7 Apr 2011 15:57:57 +0000 (15:57 +0000)]
return actual centroid lat,lon of reverse geocoding result

14 years agomove partiondef config file to settings, add --create-website option to build symlink...
Brian Quinion [Wed, 6 Apr 2011 18:19:40 +0000 (18:19 +0000)]
move partiondef config file to settings, add --create-website option to build symlinks automatically

14 years agoextra validation on import
Brian Quinion [Wed, 6 Apr 2011 18:16:55 +0000 (18:16 +0000)]
extra validation on import

14 years agoconsider possibility that values with number in near start of search might be a house...
Brian Quinion [Tue, 5 Apr 2011 14:51:32 +0000 (14:51 +0000)]
consider possibility that values with number in near start of search might be a house number (even if we have never seen them before).  Also add better label for building:yes

14 years agofallback housenumber for items containing a number - not just number only
Brian Quinion [Sat, 2 Apr 2011 15:07:48 +0000 (15:07 +0000)]
fallback housenumber for items containing a number - not just number only

14 years agodon't classify region as a type of state in address details output
Brian Quinion [Thu, 31 Mar 2011 16:02:37 +0000 (16:02 +0000)]
don't classify region as a type of state in address details output

14 years agolimit fallback to pure number housenumbers
Brian Quinion [Mon, 28 Mar 2011 11:37:17 +0000 (11:37 +0000)]
limit fallback to pure number housenumbers

14 years agoorder final data set by importance, ignore search query score (importance seems to...
Brian Quinion [Fri, 25 Mar 2011 11:55:13 +0000 (11:55 +0000)]
order final data set by importance, ignore search query score (importance seems to be better)

14 years agooption to get list of search keywords
Brian Quinion [Fri, 25 Mar 2011 11:53:17 +0000 (11:53 +0000)]
option to get list of search keywords

14 years agoadd option to filter by countrycodes=gb,fr list
Brian Quinion [Wed, 23 Mar 2011 12:50:25 +0000 (12:50 +0000)]
add option to filter by countrycodes=gb,fr list

14 years agoconfigure tile set
Brian Quinion [Wed, 23 Mar 2011 12:16:57 +0000 (12:16 +0000)]
configure tile set

14 years agoloading rank wrong way round
Brian Quinion [Mon, 21 Mar 2011 10:15:29 +0000 (10:15 +0000)]
loading rank wrong way round

14 years agooutput importance on details.php page
Brian Quinion [Sun, 20 Mar 2011 23:34:36 +0000 (23:34 +0000)]
output importance on details.php page