]>
git.openstreetmap.org Git - nominatim.git/log
Sarah Hoffmann [Wed, 27 Feb 2013 21:43:14 +0000 (22:43 +0100)]
update osm2pgsql (for cemeteries)
Sarah Hoffmann [Wed, 27 Feb 2013 20:01:20 +0000 (21:01 +0100)]
disable warning about missing chars
Sarah Hoffmann [Tue, 26 Feb 2013 21:29:16 +0000 (22:29 +0100)]
name patching with default language for the case where the linked place adds translations
Sarah Hoffmann [Tue, 26 Feb 2013 19:42:57 +0000 (20:42 +0100)]
switch to main overpass server
Sarah Hoffmann [Sun, 24 Feb 2013 21:55:43 +0000 (22:55 +0100)]
remove full-word constraint for possible main words
Reversing the address did not work most of the time because
the address normally only contains the partial version of the word only.
See also
https://help.openstreetmap.org/questions/16317/warum-werden-straen-bei-suche-nicht-gefunden
Sarah Hoffmann [Wed, 20 Feb 2013 23:03:18 +0000 (00:03 +0100)]
update to newest osm2pgsql
Sarah Hoffmann [Wed, 20 Feb 2013 22:32:04 +0000 (23:32 +0100)]
add PG_CONFIG path to module makefile
fixes #38
Sarah Hoffmann [Sun, 17 Feb 2013 13:53:22 +0000 (14:53 +0100)]
remove special handling of mountain passes
clashes with use of place tags on same node,
needs updated osm2pgsql
Sarah Hoffmann [Wed, 13 Feb 2013 23:40:58 +0000 (00:40 +0100)]
Revert "increase search radius for named roads"
This reverts commit
c2d5303192c960b456b2d2ab4b6e14cead2042ac .
It causes serious performance problems in densely mapped areas.
Sarah Hoffmann [Wed, 13 Feb 2013 21:10:28 +0000 (22:10 +0100)]
Merge branch 'address-importance' of https://github.com/lonvia/Nominatim
Sarah Hoffmann [Tue, 12 Feb 2013 18:10:36 +0000 (19:10 +0100)]
increase initial search radius for reverse lookups
On the osm.org instance, this saves 2 psql queries for about 87% of
reverse requests consequently increasing throughput significantly. A lower
value might make sense if an instance is used only in areas with very
high mapping density but for standard usage this one should be better
suited.
Brian Quinion [Tue, 12 Feb 2013 13:28:07 +0000 (13:28 +0000)]
another int => bigint issue in addressline
Brian Quinion [Sat, 9 Feb 2013 15:02:06 +0000 (15:02 +0000)]
fix some mised INTEGER to BIGINT conversions
Sarah Hoffmann [Fri, 8 Feb 2013 18:11:15 +0000 (19:11 +0100)]
add partial word search term to keywords as well
Brian Quinion [Thu, 7 Feb 2013 18:41:09 +0000 (18:41 +0000)]
include the type (not just class) in the dedupe
Brian Quinion [Thu, 7 Feb 2013 18:39:33 +0000 (18:39 +0000)]
more debug in reverse geocoding
Brian Quinion [Thu, 7 Feb 2013 18:38:48 +0000 (18:38 +0000)]
merge in the postcode and is_in terms into the address vector for search
Sarah Hoffmann [Thu, 31 Jan 2013 19:52:04 +0000 (20:52 +0100)]
split query as utf8 string to avoid splitting on non-ascii characters
Sarah Hoffmann [Thu, 31 Jan 2013 19:11:40 +0000 (20:11 +0100)]
stack importance instead of multiplying it for order
Sarah Hoffmann [Thu, 31 Jan 2013 19:10:58 +0000 (20:10 +0100)]
order results by importance of address parts
Brian Quinion [Thu, 31 Jan 2013 15:36:51 +0000 (15:36 +0000)]
now data isn't so lagy show the 'real' import date
Brian Quinion [Thu, 31 Jan 2013 14:17:41 +0000 (14:17 +0000)]
avoid dropping tokens completely just because they are expensive. Use ' ' token in preference to just dropping
Brian Quinion [Thu, 24 Jan 2013 18:25:59 +0000 (18:25 +0000)]
for structured queries assume 2 char country param values are a iso country code
Brian Quinion [Thu, 24 Jan 2013 18:03:13 +0000 (18:03 +0000)]
expose 'importance' value of place in xml/json/jsonv2 output
Brian Quinion [Thu, 24 Jan 2013 18:00:29 +0000 (18:00 +0000)]
Change round how CONST_Max_Word_Frequency is applied. Was causing some valid combinations to be skipped (e.g. Casal De São Tomé). Change structured queries so the first search term can't end up in the address term
Sarah Hoffmann [Sat, 26 Jan 2013 20:03:28 +0000 (21:03 +0100)]
remove OL touch controls
They interfere with Shift-Zoom.
Brian Quinion [Thu, 24 Jan 2013 16:17:37 +0000 (16:17 +0000)]
A bunch more places that should be using calculated_country_code not country_code
Brian Quinion [Thu, 24 Jan 2013 16:06:56 +0000 (16:06 +0000)]
clean up some of the debug output
Brian Quinion [Thu, 24 Jan 2013 12:58:16 +0000 (12:58 +0000)]
Delete all records for a linked place so that they are no longer attached to new places
Brian Quinion [Thu, 24 Jan 2013 12:42:34 +0000 (12:42 +0000)]
Basic status page for monitoring nominatim is working
Sarah Hoffmann [Tue, 22 Jan 2013 20:06:29 +0000 (21:06 +0100)]
update to OpenLayers 2.12
Sarah Hoffmann [Tue, 22 Jan 2013 07:01:30 +0000 (08:01 +0100)]
delete outdated entries from location_area_country
Sarah Hoffmann [Sat, 19 Jan 2013 15:19:55 +0000 (16:19 +0100)]
split partition.sql into table and function parts
Makes it easier to patch partition functions on an already existing
database.
Brian Quinion [Sat, 19 Jan 2013 01:47:17 +0000 (01:47 +0000)]
For structured queries remove type list for building / street level features
Sarah Hoffmann [Fri, 18 Jan 2013 21:27:18 +0000 (22:27 +0100)]
respect exclude_place_ids in poi searches
Sarah Hoffmann [Fri, 18 Jan 2013 19:54:28 +0000 (20:54 +0100)]
allow country name at beginning for reverse order
Brian Quinion [Mon, 14 Jan 2013 22:31:20 +0000 (22:31 +0000)]
Merge branch 'master' of github.com:twain47/Nominatim
Brian Quinion [Mon, 14 Jan 2013 22:29:54 +0000 (22:29 +0000)]
little bit more space to make the design work in chrome
Sarah Hoffmann [Mon, 14 Jan 2013 21:48:52 +0000 (22:48 +0100)]
support custom psql port in setup.php
patch by b3nn0 (see http://trac.openstreetmap.org/ticket/4736)
appelflap [Sun, 6 Jan 2013 18:48:30 +0000 (19:48 +0100)]
use Postgis Version variable
Brian Quinion [Thu, 20 Dec 2012 17:49:37 +0000 (17:49 +0000)]
include zip codes for addresses linked to the street in the address search terms
Brian Quinion [Thu, 20 Dec 2012 17:47:57 +0000 (17:47 +0000)]
performance: for low frequency name terms disable use of postgresql address index. Theshold is probably about 1000 but optimal value will probably depend on hardware.
Brian Quinion [Thu, 20 Dec 2012 01:28:10 +0000 (01:28 +0000)]
wrong variable name in json output
Brian Quinion [Tue, 18 Dec 2012 17:39:01 +0000 (17:39 +0000)]
release in postgis version string is optional
Brian Quinion [Tue, 18 Dec 2012 13:37:48 +0000 (13:37 +0000)]
make sure rank 28 to 30 places are assigned a centroid value
Brian Quinion [Tue, 18 Dec 2012 13:09:50 +0000 (13:09 +0000)]
add constant to define postgis version. Verify definted version constants are correct during database creation.
Brian Quinion [Tue, 18 Dec 2012 12:50:34 +0000 (12:50 +0000)]
use the new centroid property of placex in queries rather than calculating using st_centroid(geometry)
Sarah Hoffmann [Mon, 17 Dec 2012 21:14:11 +0000 (22:14 +0100)]
increase search radius for named roads
alleviates symptoms of trac ticket #4719
Brian Quinion [Mon, 17 Dec 2012 15:28:37 +0000 (15:28 +0000)]
Include the centre point on the details page
Brian Quinion [Mon, 17 Dec 2012 15:00:49 +0000 (15:00 +0000)]
only add Access-Control-Allow-Headers if needed
Brian Quinion [Mon, 17 Dec 2012 00:24:58 +0000 (00:24 +0000)]
Change access control to implement more of CORS. Change so OPTIONS requests don't do an actual search/reverse request
Sarah Hoffmann [Sun, 16 Dec 2012 15:23:50 +0000 (16:23 +0100)]
properly close connections to postgres
Sarah Hoffmann [Sun, 16 Dec 2012 10:54:46 +0000 (11:54 +0100)]
invalidate rank >27 places around roads
Ensures that addresses are correctly reparented if a road is inserted
after the address itself was inserted.
Sarah Hoffmann [Sat, 15 Dec 2012 10:31:25 +0000 (11:31 +0100)]
check return of DB creation command
Brian Quinion [Fri, 14 Dec 2012 20:48:33 +0000 (20:48 +0000)]
Merge branch 'master' of github.com:twain47/Nominatim
Brian Quinion [Fri, 14 Dec 2012 20:48:27 +0000 (20:48 +0000)]
add support for boundary:postal_code, handle fallback address elements more elegantly
Sarah Hoffmann [Thu, 13 Dec 2012 19:31:52 +0000 (20:31 +0100)]
add street to the address of rank >27 objects
fixes trac ticket #4711
Sarah Hoffmann [Sun, 9 Dec 2012 08:35:34 +0000 (09:35 +0100)]
more isset checks for PHP variables
Brian Quinion [Wed, 12 Dec 2012 02:09:18 +0000 (02:09 +0000)]
better fallback for address component names (avoid labeling mutliple values 'boundary') and handle situation where a place doesn't have a valid name tag for fallback.
Brian Quinion [Wed, 12 Dec 2012 01:44:39 +0000 (01:44 +0000)]
included calculated importance on details. Change importance calc to prefer places with a wikipedia tag now that the code is better tested
Brian Quinion [Mon, 10 Dec 2012 01:36:33 +0000 (01:36 +0000)]
restrict to one sleep per bucket. A second sleep while already sleeping results in a block.
Brian Quinion [Sat, 8 Dec 2012 21:42:12 +0000 (21:42 +0000)]
Use Etc/UTC timezone for updates for reliability
Brian Quinion [Sat, 8 Dec 2012 21:41:09 +0000 (21:41 +0000)]
move memcache bucket functions to their own file
Brian Quinion [Sat, 8 Dec 2012 21:40:20 +0000 (21:40 +0000)]
if doing structured query limit the types of osm place returned
Brian Quinion [Sat, 8 Dec 2012 21:39:24 +0000 (21:39 +0000)]
prune list of blocked items if too large, different costs for different page types
Brian Quinion [Sat, 8 Dec 2012 18:56:59 +0000 (18:56 +0000)]
tiny formating change to utils/blocks.php
Brian Quinion [Sat, 8 Dec 2012 18:55:17 +0000 (18:55 +0000)]
add an option for max number of sleeping threads
Brian Quinion [Sat, 8 Dec 2012 17:58:24 +0000 (17:58 +0000)]
sort output of blocked list by block timestamp
Brian Quinion [Sat, 8 Dec 2012 17:43:18 +0000 (17:43 +0000)]
remove debug
Brian Quinion [Sat, 8 Dec 2012 17:38:10 +0000 (17:38 +0000)]
rate limiting using memcache
Brian Quinion [Wed, 5 Dec 2012 15:34:27 +0000 (15:34 +0000)]
jsonv2 returns wrong place_rank
Brian Quinion [Mon, 3 Dec 2012 17:41:29 +0000 (17:41 +0000)]
Experimental option to dry dropping query terms as part of search plan (disabled by default)
Brian Quinion [Mon, 3 Dec 2012 14:26:29 +0000 (14:26 +0000)]
move deletable and polygons into default website
Brian Quinion [Mon, 3 Dec 2012 14:14:40 +0000 (14:14 +0000)]
Merge branch 'master' of github.com:twain47/Nominatim
Sarah Hoffmann [Sun, 2 Dec 2012 22:51:45 +0000 (23:51 +0100)]
remove unused SQL statements
Sarah Hoffmann [Thu, 29 Nov 2012 20:58:05 +0000 (21:58 +0100)]
select rights on import_polygon_delete for web view
Sarah Hoffmann [Thu, 29 Nov 2012 20:44:59 +0000 (21:44 +0100)]
add web view for import_polygon_delete
Sarah Hoffmann [Thu, 29 Nov 2012 20:43:33 +0000 (21:43 +0100)]
add maintenance functions for deleting/updating regions
Brian Quinion [Wed, 28 Nov 2012 14:50:02 +0000 (14:50 +0000)]
Merge branch 'master' of github.com:twain47/Nominatim
IrlJidel [Mon, 19 Nov 2012 16:00:19 +0000 (16:00 +0000)]
Add css dir to create-website
Brian Quinion [Sun, 18 Nov 2012 14:58:46 +0000 (14:58 +0000)]
Include the Last Updated timestamp in details
Sarah Hoffmann [Sat, 17 Nov 2012 21:28:01 +0000 (22:28 +0100)]
don't search for country if house number was requested
Sarah Hoffmann [Sat, 17 Nov 2012 20:16:47 +0000 (21:16 +0100)]
internally use higher result limits
Avoids that too few results are returned when there are duplicates
in the results due to linked places.
Sarah Hoffmann [Fri, 16 Nov 2012 22:04:25 +0000 (23:04 +0100)]
clean up details page
Make it pass as valid XHTML and move CSS into its own file.
Sarah Hoffmann [Fri, 16 Nov 2012 21:22:04 +0000 (22:22 +0100)]
clean up html for search form
- move CSS to its own file
- make it pass as valid XHTML
- move attribution into Mapnik layer definition
- remove Osmarender layer
Brian Quinion [Thu, 15 Nov 2012 17:27:08 +0000 (17:27 +0000)]
Accidentally used the same variable name for 2 things - broken search by class&type
Brian Quinion [Wed, 14 Nov 2012 23:50:52 +0000 (23:50 +0000)]
script to pull language list from openstreetmap wiki
Brian Quinion [Wed, 14 Nov 2012 21:46:48 +0000 (21:46 +0000)]
update osm country grid to fully ODBL compatible data set. Update country_grid generation script.
Sarah Hoffmann [Sun, 11 Nov 2012 21:46:22 +0000 (22:46 +0100)]
wrap KML polygon in XML output with geokml element
Sarah Hoffmann [Sun, 11 Nov 2012 15:41:06 +0000 (16:41 +0100)]
give www-data select rights on query_log
Sarah Hoffmann [Fri, 9 Nov 2012 21:35:45 +0000 (22:35 +0100)]
use geometry WKT for highlighting in search view
also cleans up unused code in details view
Sarah Hoffmann [Thu, 8 Nov 2012 22:03:00 +0000 (23:03 +0100)]
forgot some brackets
Sarah Hoffmann [Thu, 8 Nov 2012 21:21:20 +0000 (22:21 +0100)]
simplify geometry handling in details page
Hand the WKT directly to OpenLayers and let the client do the parsing,
it will be able to handle multipolygons as well as line strings.
Simplify geometries if they have too many points.
Also limit the number of child objects listed to 500.
Sarah Hoffmann [Thu, 8 Nov 2012 19:37:23 +0000 (20:37 +0100)]
avoid matching of error message twice
Brian Quinion [Thu, 8 Nov 2012 00:46:39 +0000 (00:46 +0000)]
include edit links for errors
Brian Quinion [Wed, 7 Nov 2012 23:46:50 +0000 (23:46 +0000)]
make selfintersections a link
Sarah Hoffmann [Wed, 7 Nov 2012 23:06:47 +0000 (00:06 +0100)]
extend error reporting for invalid geometries
Brian Quinion [Wed, 7 Nov 2012 16:51:41 +0000 (16:51 +0000)]
Remove '(named features only)' because it isn't true any more
Brian Quinion [Wed, 7 Nov 2012 01:22:17 +0000 (01:22 +0000)]
Get route param working again after recent changes (implies bounded=1)
Brian Quinion [Wed, 7 Nov 2012 00:48:20 +0000 (00:48 +0000)]
Missing some exact name matches when searching for 'special' phrases