]>
git.openstreetmap.org Git - nominatim.git/log
Sarah Hoffmann [Fri, 7 Mar 2014 07:15:34 +0000 (08:15 +0100)]
try moving logs to ssd
Sarah Hoffmann [Sun, 2 Mar 2014 16:53:45 +0000 (17:53 +0100)]
Merge remote-tracking branch 'upstream/master'
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
Sarah Hoffmann [Fri, 28 Feb 2014 21:32:59 +0000 (22:32 +0100)]
don't overreact when bulk pool is still empty
Sarah Hoffmann [Thu, 27 Feb 2014 21:26:32 +0000 (22:26 +0100)]
increase load limit for multi-threaded update
Sarah Hoffmann [Sat, 22 Feb 2014 13:42:54 +0000 (14:42 +0100)]
update change log and authors for pending release
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.
Sarah Hoffmann [Thu, 20 Feb 2014 18:52:30 +0000 (19:52 +0100)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 20 Feb 2014 18:46:41 +0000 (19:46 +0100)]
make website work with https without browser complaints
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
Sarah Hoffmann [Thu, 13 Feb 2014 19:52:08 +0000 (20:52 +0100)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 13 Feb 2014 19:50:40 +0000 (20:50 +0100)]
update osm2pgsql
Sarah Hoffmann [Sun, 9 Feb 2014 07:33:20 +0000 (08:33 +0100)]
Merge remote-tracking branch 'upstream/master'
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
Sarah Hoffmann [Sat, 8 Feb 2014 18:24:10 +0000 (19:24 +0100)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sat, 8 Feb 2014 18:23:06 +0000 (19:23 +0100)]
restrict admin_level change detection to boundary=administrative
Sarah Hoffmann [Sat, 8 Feb 2014 16:17:30 +0000 (17:17 +0100)]
increase load limit for using two instances for indexing
Sarah Hoffmann [Fri, 7 Feb 2014 22:42:53 +0000 (23:42 +0100)]
Merge remote-tracking branch 'upstream/master'
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.
Sarah Hoffmann [Fri, 7 Feb 2014 20:51:32 +0000 (21:51 +0100)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Fri, 7 Feb 2014 20:31:26 +0000 (21:31 +0100)]
fix syntax of route linestring
Sarah Hoffmann [Fri, 7 Feb 2014 19:20:20 +0000 (20:20 +0100)]
Merge remote-tracking branch 'upstream/master'
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
Brian Quinion [Thu, 6 Feb 2014 16:50:41 +0000 (16:50 +0000)]
Script to automatically warm the postgresql query before sending traffic
Brian Quinion [Thu, 6 Feb 2014 13:09:32 +0000 (13:09 +0000)]
include rank and importance in reverse geocode output
Sarah Hoffmann [Wed, 5 Feb 2014 19:19:05 +0000 (20:19 +0100)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/init-website.php
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
Sarah Hoffmann [Sat, 1 Feb 2014 14:51:40 +0000 (15:51 +0100)]
check correct variable for SQL error
Brian Quinion [Thu, 23 Jan 2014 16:48:20 +0000 (16:48 +0000)]
return a 500 error on bad status
Brian Quinion [Thu, 23 Jan 2014 16:47:56 +0000 (16:47 +0000)]
Return 429 Too Many Requests for rate limiting
Brian Quinion [Thu, 23 Jan 2014 16:06:43 +0000 (16:06 +0000)]
validate postgresql module / functions
Brian Quinion [Thu, 23 Jan 2014 14:40:42 +0000 (14:40 +0000)]
Merge branch 'master' of github.com:twain47/Nominatim
Brian Quinion [Thu, 23 Jan 2014 14:40:37 +0000 (14:40 +0000)]
nominatim fallback mode for structured queries
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
Sarah Hoffmann [Sun, 15 Dec 2013 23:06:58 +0000 (00:06 +0100)]
Merge remote-tracking branch 'upstream/master'
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.
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
Sarah Hoffmann [Wed, 4 Dec 2013 07:07:38 +0000 (08:07 +0100)]
enable indexed_status check for all
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
Sarah Hoffmann [Sat, 23 Nov 2013 15:04:53 +0000 (16:04 +0100)]
refuse updates of overly complex multipolygons
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
Sarah Hoffmann [Sat, 23 Nov 2013 12:14:42 +0000 (13:14 +0100)]
fix indentation
Sarah Hoffmann [Sat, 23 Nov 2013 11:43:28 +0000 (12:43 +0100)]
explain results for Geocode::lookup()
Kurt Roeckx [Wed, 13 Nov 2013 21:24:10 +0000 (22:24 +0100)]
Connect to the correct postgresql port from the settings.
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.
Sarah Hoffmann [Wed, 30 Oct 2013 20:52:06 +0000 (21:52 +0100)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 30 Oct 2013 20:09:21 +0000 (21:09 +0100)]
avoid adding NULL tokens for frequent full names
Sarah Hoffmann [Thu, 24 Oct 2013 19:38:07 +0000 (21:38 +0200)]
handle multiple results from gb_postcode table
Sarah Hoffmann [Thu, 24 Oct 2013 18:24:23 +0000 (20:24 +0200)]
disable nonsearch as a temporary hack around trac ticket #4971
Sarah Hoffmann [Mon, 21 Oct 2013 16:30:34 +0000 (18:30 +0200)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/init-website.php
Sarah Hoffmann [Mon, 21 Oct 2013 16:26:45 +0000 (18:26 +0200)]
properly quote quotes in type field
Sarah Hoffmann [Fri, 18 Oct 2013 17:23:04 +0000 (19:23 +0200)]
don't send blocked IPs to OSM's trac by default
Sarah Hoffmann [Tue, 15 Oct 2013 19:12:10 +0000 (21:12 +0200)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Tue, 15 Oct 2013 19:10:46 +0000 (21:10 +0200)]
take non-admin boundaries out of address computation
fixes #90
Sarah Hoffmann [Tue, 15 Oct 2013 17:45:01 +0000 (19:45 +0200)]
remove NY hack and wait for complaints to arrive
Sarah Hoffmann [Sun, 13 Oct 2013 17:49:08 +0000 (19:49 +0200)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
utils/update.php
Sarah Hoffmann [Thu, 10 Oct 2013 21:10:18 +0000 (23:10 +0200)]
use postgis as an extension for versions >= 2.0
Sarah Hoffmann [Thu, 3 Oct 2013 20:22:50 +0000 (22:22 +0200)]
Merge branch 'diffupdates' of https://github.com/IrlJidel/Nominatim
Sarah Hoffmann [Wed, 2 Oct 2013 20:43:20 +0000 (22:43 +0200)]
disable multipolygons for polygon=1 again
Sarah Hoffmann [Wed, 2 Oct 2013 17:03:13 +0000 (19:03 +0200)]
hasn't been svn for a while
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
IrlJidel [Mon, 30 Sep 2013 12:44:50 +0000 (13:44 +0100)]
output date of steps during import-osmosis
IrlJidel [Mon, 30 Sep 2013 12:25:30 +0000 (13:25 +0100)]
show import_osmosis_log insert statements, print completed log after import_status inserts
IrlJidel [Mon, 30 Sep 2013 12:20:24 +0000 (13:20 +0100)]
set start time for indexing step
Sarah Hoffmann [Sun, 29 Sep 2013 15:22:21 +0000 (17:22 +0200)]
revoke most of www-data's write rights
Philippe [Fri, 27 Sep 2013 21:59:42 +0000 (17:59 -0400)]
added FIPS codes for 60xxx, 66xxx, 69xxx, 72xxx and 78xxx
Sarah Hoffmann [Thu, 26 Sep 2013 19:19:29 +0000 (21:19 +0200)]
new development release 2.2
Sarah Hoffmann [Wed, 25 Sep 2013 21:07:57 +0000 (23:07 +0200)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 25 Sep 2013 21:05:47 +0000 (23:05 +0200)]
make import-osmosis(-all) fail with error code!=0
Sarah Hoffmann [Wed, 25 Sep 2013 20:55:47 +0000 (22:55 +0200)]
make html validator happy
Sarah Hoffmann [Mon, 23 Sep 2013 19:55:51 +0000 (21:55 +0200)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 23 Sep 2013 18:51:44 +0000 (20:51 +0200)]
update osm2pgsql (failing updates)
Sarah Hoffmann [Mon, 23 Sep 2013 18:50:13 +0000 (20:50 +0200)]
update authors and change log for pending release
Sarah Hoffmann [Thu, 19 Sep 2013 21:47:27 +0000 (23:47 +0200)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 19 Sep 2013 21:42:15 +0000 (23:42 +0200)]
restrict max admin_level when patching in tag changes into placex
Sarah Hoffmann [Thu, 19 Sep 2013 20:56:55 +0000 (22:56 +0200)]
make sleep interval dependent on date of last batch
Sarah Hoffmann [Thu, 19 Sep 2013 20:08:22 +0000 (22:08 +0200)]
move blocking of highway objects into osm2pgsql
Sarah Hoffmann [Tue, 17 Sep 2013 19:26:07 +0000 (21:26 +0200)]
force delete from place if there is no corresponding object in placex
This might happen for nameless landuse/natural objects that are added to place
during initial import but then dropped when being copied to placex.
If they later receive a name, thus becoming valid, then place_insert should
delete the orphan object in place and reinsert it. If they are large enough,
the place_delete trigger prevents them from being removed. The additional
update fools the delete trigger.
Brian Quinion [Thu, 19 Sep 2013 14:19:31 +0000 (15:19 +0100)]
Remove stray exit from debug
Brian Quinion [Thu, 19 Sep 2013 11:22:29 +0000 (12:22 +0100)]
Sanity check on download.geofabrik.de update interval
Sarah Hoffmann [Thu, 19 Sep 2013 06:24:07 +0000 (08:24 +0200)]
add crossdomain.xml
Sarah Hoffmann [Tue, 17 Sep 2013 16:55:37 +0000 (18:55 +0200)]
disable selective reverse plan. again.
Sarah Hoffmann [Tue, 17 Sep 2013 16:54:52 +0000 (18:54 +0200)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
utils/update.php
Sarah Hoffmann [Tue, 17 Sep 2013 16:51:26 +0000 (18:51 +0200)]
accommodate planet growth
Sarah Hoffmann [Tue, 17 Sep 2013 16:33:44 +0000 (18:33 +0200)]
use object properties in loadStructuredAddressElement()
Sarah Hoffmann [Mon, 16 Sep 2013 22:22:08 +0000 (00:22 +0200)]
move country to end of structured query
Fixes https://trac.openstreetmap.org/ticket/4918
Sarah Hoffmann [Sun, 15 Sep 2013 22:05:26 +0000 (00:05 +0200)]
reenable reverse order queries, leave disabled for structured queries
Sarah Hoffmann [Sun, 15 Sep 2013 21:10:26 +0000 (23:10 +0200)]
allow osm2pgsql cache memory to be set for updates
Sarah Hoffmann [Sat, 13 Jul 2013 19:38:09 +0000 (21:38 +0200)]
allow setup without partitions
Sarah Hoffmann [Fri, 13 Sep 2013 18:51:38 +0000 (20:51 +0200)]
Merge remote-tracking branch 'upstream/master'
Brian Quinion [Fri, 13 Sep 2013 16:45:23 +0000 (17:45 +0100)]
Fix missed local variable aAddressRankList in conversion
Brian Quinion [Fri, 13 Sep 2013 13:24:16 +0000 (14:24 +0100)]
Limit wordset combination explosion to 120 variants (1x2x3x4x5)
Sarah Hoffmann [Thu, 12 Sep 2013 17:35:24 +0000 (19:35 +0200)]
Merge remote-tracking branch 'upstream/master'
Brian Quinion [Thu, 12 Sep 2013 15:16:00 +0000 (16:16 +0100)]
fix structured and batch mode. Add constant to disable batch mode by default
Sarah Hoffmann [Tue, 10 Sep 2013 19:09:11 +0000 (21:09 +0200)]
give mild preference to results in viewbox
Sarah Hoffmann [Tue, 10 Sep 2013 18:16:07 +0000 (20:16 +0200)]
Merge remote-tracking branch 'upstream/master'
Conflicts:
lib/Geocode.php
Sarah Hoffmann [Tue, 10 Sep 2013 18:10:53 +0000 (20:10 +0200)]
use object properties in getDetails()
Sarah Hoffmann [Tue, 10 Sep 2013 17:26:19 +0000 (19:26 +0200)]
disable aux tables
Sarah Hoffmann [Tue, 10 Sep 2013 17:19:24 +0000 (19:19 +0200)]
penalty for special searches
Sarah Hoffmann [Tue, 10 Sep 2013 17:11:19 +0000 (19:11 +0200)]
allow reverse search order by default