]>
git.openstreetmap.org Git - nominatim.git/log
Sarah Hoffmann [Sun, 24 Apr 2016 14:05:10 +0000 (16:05 +0200)]
Merge pull request #436 from lonvia/remove-location-property-tables
remove unused location_property_-partion- tables
Sarah Hoffmann [Sat, 23 Apr 2016 09:07:12 +0000 (11:07 +0200)]
create_sql_functions() needs the commandline parameters
Fixes one failing test.
Sarah Hoffmann [Sat, 23 Apr 2016 08:07:57 +0000 (10:07 +0200)]
remove unused location_property_-partion- tables
Sarah Hoffmann [Wed, 20 Apr 2016 22:00:15 +0000 (00:00 +0200)]
apply marker filtering to functions.sql also after table creation
fixes #430
Sarah Hoffmann [Tue, 12 Apr 2016 21:04:38 +0000 (23:04 +0200)]
remove duplicate CORS header
fixes #427
Sarah Hoffmann [Tue, 12 Apr 2016 21:00:24 +0000 (23:00 +0200)]
Merge pull request #425 from lonvia/disable-aux-tables
make tables for external data (Tiger and aux) configurable
Sarah Hoffmann [Tue, 12 Apr 2016 20:58:14 +0000 (22:58 +0200)]
Merge pull request #424 from lonvia/cleanup-logging
clean up query logging
Sarah Hoffmann [Thu, 7 Apr 2016 19:47:51 +0000 (21:47 +0200)]
make tables for external data (Tiger and aux) configurable
Introduces two new settings CONST_Use_US_Tiger_Data and
CONST_Use_Aux_Location_data, which are disabled by default.
When false the corresponding tables are ignored in queries
and updates.
Aux and tiger tables are no longer created by default. This
has to be done by the corresponding import scripts. The former
aux table creation can be found in sql/aux_tables.sql for
reference.
Sarah Hoffmann [Thu, 7 Apr 2016 18:37:27 +0000 (20:37 +0200)]
clean up query logging
- remove query_log table, keeping only new_query_log
- drop unused import_npi_log table
- disable DB logging per default
- use file logging structure from osm.org
Sarah Hoffmann [Fri, 1 Apr 2016 21:03:01 +0000 (23:03 +0200)]
Merge pull request #420 from lonvia/remove-explicit-software-versions
Remove unsupported/unused features and settings
Sarah Hoffmann [Fri, 1 Apr 2016 20:57:45 +0000 (22:57 +0200)]
remove deleted us_state* tables from tests as well
Sarah Hoffmann [Wed, 30 Mar 2016 21:21:13 +0000 (23:21 +0200)]
remove state and county data for US and make postcode import optional
Sarah Hoffmann [Wed, 30 Mar 2016 21:03:10 +0000 (23:03 +0200)]
remove unused settings
Sarah Hoffmann [Wed, 30 Mar 2016 20:53:19 +0000 (22:53 +0200)]
remove 'closed for indexing' feature
Simultanous updates are fine these days.
Sarah Hoffmann [Wed, 30 Mar 2016 20:48:18 +0000 (22:48 +0200)]
remove explicitly set postgres/postgis version
Get the version from the database where necessary or simply
probe for existence of features. Fake hstore_to_json when
necessary.
Bumps the minimum required versions fro postgres to 9.1 and
for postgis to 2.0.
Sarah Hoffmann [Wed, 30 Mar 2016 18:33:54 +0000 (20:33 +0200)]
Merge pull request #416 from lonvia/dead-code-removal
Remove unused and/or unmaintained php code
Sarah Hoffmann [Tue, 29 Mar 2016 21:14:03 +0000 (23:14 +0200)]
test: catch script output in as debug log output
Sarah Hoffmann [Mon, 28 Mar 2016 20:55:21 +0000 (22:55 +0200)]
remove unused functions in php library
Sarah Hoffmann [Mon, 28 Mar 2016 20:28:27 +0000 (22:28 +0200)]
remove unused files
Sarah Hoffmann [Mon, 28 Mar 2016 19:50:14 +0000 (21:50 +0200)]
remove unused/unmaintained options in import scripts
Sarah Hoffmann [Mon, 28 Mar 2016 20:04:08 +0000 (22:04 +0200)]
Fix fixing of coding style
Sarah Hoffmann [Mon, 28 Mar 2016 15:17:56 +0000 (17:17 +0200)]
exclude Tiger stuff from required tests
Sarah Hoffmann [Mon, 28 Mar 2016 15:08:27 +0000 (17:08 +0200)]
adapt tests to new tiger algorithm
Sarah Hoffmann [Mon, 28 Mar 2016 07:51:29 +0000 (09:51 +0200)]
make sure linked places get recomputed when unlinked
When linked the place may not be in the search index,
so it must be reindexed when being unlinked. The status
change will only have an effect during the subsequent
update, so change tests to that effect.
Sarah Hoffmann [Sun, 27 Mar 2016 21:45:20 +0000 (23:45 +0200)]
fix syntax errors in tiger code and adapt format of dummy tables
Sarah Hoffmann [Sun, 27 Mar 2016 18:00:15 +0000 (20:00 +0200)]
Merge branch 'tigerlines' of https://github.com/markigail/Nominatim
Sarah Hoffmann [Fri, 25 Mar 2016 10:18:27 +0000 (11:18 +0100)]
tests: update for osm2gsql changes
Also fixes a missing type set for query.php tests.
Sarah Hoffmann [Fri, 25 Mar 2016 11:06:30 +0000 (12:06 +0100)]
Add hints about coding style
heavily borrowed from osm2pgsql
Sarah Hoffmann [Thu, 24 Mar 2016 21:06:54 +0000 (22:06 +0100)]
reinstate NOMINATIM_SETTINGS variable
Move sourcing of this script to settings.php so that
it is loaded before anything else.
Markus Gail [Wed, 23 Mar 2016 08:34:36 +0000 (09:34 +0100)]
Fix coding style.
Markus Gail [Mon, 21 Mar 2016 13:26:39 +0000 (14:26 +0100)]
Merge branch 'tigerlines' of /home/markus/Nominatim into tiger
Conflicts:
lib/Geocode.php
lib/ReverseGeocode.php
lib/lib.php
Markus Gail [Mon, 21 Mar 2016 11:42:38 +0000 (12:42 +0100)]
adapt to code style conventions
Markus Gail [Thu, 17 Mar 2016 15:34:10 +0000 (16:34 +0100)]
add osm_type='tiger' to json, jsonv2 and xml output
Markus Gail [Thu, 17 Mar 2016 14:14:51 +0000 (15:14 +0100)]
Removed unnecessary test for tiger.
Markus Gail [Thu, 17 Mar 2016 13:55:40 +0000 (14:55 +0100)]
Removed some files for the commit.
Markus Gail [Thu, 17 Mar 2016 13:21:17 +0000 (14:21 +0100)]
Tested Version of new Tiger line storage format.
Markus Gail [Thu, 10 Mar 2016 15:22:39 +0000 (16:22 +0100)]
Implement geocoding and reverse geocoding with tiger interpolation lines instead of points.
Markus Gail [Mon, 7 Mar 2016 10:07:33 +0000 (11:07 +0100)]
change tiger housenumber format to save as lines instead of points and thus new interpolation
Markus Gail [Mon, 21 Mar 2016 11:42:38 +0000 (12:42 +0100)]
adapt to code style conventions
Markus Gail [Thu, 17 Mar 2016 15:34:10 +0000 (16:34 +0100)]
add osm_type='tiger' to json, jsonv2 and xml output
Markus Gail [Thu, 17 Mar 2016 14:14:51 +0000 (15:14 +0100)]
Removed unnecessary test for tiger.
Markus Gail [Thu, 17 Mar 2016 13:55:40 +0000 (14:55 +0100)]
Removed some files for the commit.
Markus Gail [Thu, 17 Mar 2016 13:21:17 +0000 (14:21 +0100)]
Tested Version of new Tiger line storage format.
Markus Gail [Thu, 10 Mar 2016 15:22:39 +0000 (16:22 +0100)]
Implement geocoding and reverse geocoding with tiger interpolation lines instead of points.
Markus Gail [Mon, 7 Mar 2016 10:07:33 +0000 (11:07 +0100)]
change tiger housenumber format to save as lines instead of points and thus new interpolation
marc tobias [Wed, 2 Mar 2016 00:22:19 +0000 (01:22 +0100)]
query the last updated timestamp only if output format is HTML
marc tobias [Tue, 1 Mar 2016 23:53:56 +0000 (00:53 +0100)]
corrected layout of keywords on HTML details page
Marc Tobias Metten [Sun, 28 Feb 2016 16:08:20 +0000 (17:08 +0100)]
moved bIncludePolygonAsPoints related logic into lib.php, added tests
Marc Tobias Metten [Sun, 28 Feb 2016 16:06:52 +0000 (17:06 +0100)]
moved bIncludePolygonAsPoints related logic into lib.php, added tests
Sarah Hoffmann [Wed, 16 Mar 2016 19:05:52 +0000 (20:05 +0100)]
update osm2pgsql (WITH_LUA switch)
Sarah Hoffmann [Wed, 16 Mar 2016 19:02:09 +0000 (20:02 +0100)]
fix path for website installations
Sarah Hoffmann [Wed, 16 Mar 2016 18:56:10 +0000 (19:56 +0100)]
fix nominatim paths
Sarah Hoffmann [Wed, 16 Mar 2016 18:45:18 +0000 (19:45 +0100)]
Merge branch 'cmake-port' into master
Conflicts:
CMakeLists.txt
lib/init.php
settings/settings.php
Sarah Hoffmann [Sun, 13 Mar 2016 20:40:38 +0000 (21:40 +0100)]
Merge pull request #381 from lonvia/cmake-port
Replace autotools with cmake and update osm2pgsql
Sarah Hoffmann [Sun, 13 Mar 2016 20:38:57 +0000 (21:38 +0100)]
Merge pull request #395 from mtmail/php7-support
fix for PHP7, added test setup
Sarah Hoffmann [Sun, 13 Mar 2016 20:37:40 +0000 (21:37 +0100)]
Merge pull request #396 from mtmail/fix-array-merge-warning
second argument of array_merge can be empty
Marc Tobias Metten [Sun, 13 Mar 2016 02:01:19 +0000 (03:01 +0100)]
second argument of array_merge can be empty
Marc Tobias Metten [Sun, 13 Mar 2016 01:06:46 +0000 (02:06 +0100)]
fix for PHP7, added test setup
Sarah Hoffmann [Tue, 8 Mar 2016 23:07:46 +0000 (00:07 +0100)]
install executables and call settings.php explicitly
Executables (including websites) need to be installed in the
build directory, so that they can find the right settings.php.
settings now defines build and source dir.
Sarah Hoffmann [Mon, 29 Feb 2016 22:45:30 +0000 (23:45 +0100)]
enable test execution using ctest
Sarah Hoffmann [Mon, 29 Feb 2016 21:26:22 +0000 (22:26 +0100)]
adapt README and vagrant scripts to cmake
Sarah Hoffmann [Mon, 29 Feb 2016 20:46:24 +0000 (21:46 +0100)]
use external makefile for pgxs with cmake
Sarah Hoffmann [Sun, 28 Feb 2016 15:42:24 +0000 (16:42 +0100)]
introduce InstallPath, so that stuff can be executed from build dir
Sarah Hoffmann [Sat, 27 Feb 2016 18:06:32 +0000 (19:06 +0100)]
add actual cmake file
Sarah Hoffmann [Sat, 27 Feb 2016 16:10:05 +0000 (17:10 +0100)]
move from autotools to cmake and update osm2pgsql
Sarah Hoffmann [Wed, 9 Mar 2016 22:16:51 +0000 (23:16 +0100)]
Merge pull request #389 from mtmail/reverse-geocode-include-geometry2
Reverse geocode include geometry (v2)
Marc Tobias Metten [Wed, 9 Mar 2016 18:43:03 +0000 (19:43 +0100)]
Reverse geocode include geometry - added bounding box tests
Marc Tobias Metten [Fri, 4 Mar 2016 19:29:09 +0000 (20:29 +0100)]
Reverse geocode include geometry
Marc Tobias Metten [Fri, 4 Mar 2016 14:42:29 +0000 (15:42 +0100)]
Merge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 2 Mar 2016 20:36:34 +0000 (21:36 +0100)]
Merge pull request #385 from mtmail/query-lastupdated-only-for-html-output
query the last updated timestamp only if output format is HTML
Sarah Hoffmann [Wed, 2 Mar 2016 20:34:42 +0000 (21:34 +0100)]
Merge pull request #384 from mtmail/detail-page-name-keywords-with-wordids
corrected layout of keywords on HTML details page
Marc Tobias Metten [Wed, 2 Mar 2016 14:07:22 +0000 (15:07 +0100)]
Merge branch 'master' of https://github.com/mtmail/Nominatim
marc tobias [Wed, 2 Mar 2016 00:22:19 +0000 (01:22 +0100)]
query the last updated timestamp only if output format is HTML
marc tobias [Tue, 1 Mar 2016 23:53:56 +0000 (00:53 +0100)]
corrected layout of keywords on HTML details page
Sarah Hoffmann [Mon, 29 Feb 2016 22:45:30 +0000 (23:45 +0100)]
enable test execution using ctest
Sarah Hoffmann [Mon, 29 Feb 2016 21:26:22 +0000 (22:26 +0100)]
adapt README and vagrant scripts to cmake
Sarah Hoffmann [Mon, 29 Feb 2016 20:46:24 +0000 (21:46 +0100)]
use external makefile for pgxs with cmake
Sarah Hoffmann [Sun, 28 Feb 2016 15:42:24 +0000 (16:42 +0100)]
introduce InstallPath, so that stuff can be executed from build dir
Sarah Hoffmann [Sat, 27 Feb 2016 18:06:32 +0000 (19:06 +0100)]
add actual cmake file
Sarah Hoffmann [Sat, 27 Feb 2016 16:10:05 +0000 (17:10 +0100)]
move from autotools to cmake and update osm2pgsql
Sarah Hoffmann [Mon, 29 Feb 2016 19:53:49 +0000 (20:53 +0100)]
Merge pull request #380 from mtmail/geometryText2Points
Geometry text2 points
Marc Tobias Metten [Mon, 29 Feb 2016 12:59:16 +0000 (13:59 +0100)]
corrected layout of keywords on HTML details page
Marc Tobias Metten [Mon, 29 Feb 2016 12:55:19 +0000 (13:55 +0100)]
corrected layout of keywords on HTML details page
Marc Tobias Metten [Sun, 28 Feb 2016 16:08:20 +0000 (17:08 +0100)]
moved bIncludePolygonAsPoints related logic into lib.php, added tests
Marc Tobias Metten [Sun, 28 Feb 2016 16:06:52 +0000 (17:06 +0100)]
moved bIncludePolygonAsPoints related logic into lib.php, added tests
Sarah Hoffmann [Sat, 27 Feb 2016 08:56:36 +0000 (09:56 +0100)]
Merge pull request #378 from mtmail/spaces-to-tabs
spaces-to-tabs for all *.php files
Marc Tobias Metten [Fri, 26 Feb 2016 23:02:20 +0000 (00:02 +0100)]
spaces-to-tabs for all *.php files
Sarah Hoffmann [Mon, 8 Feb 2016 22:54:06 +0000 (23:54 +0100)]
prepare next release
Sarah Hoffmann [Mon, 8 Feb 2016 22:44:27 +0000 (23:44 +0100)]
ubuntu-vagrant: install Nominatim as vagrant user
Sarah Hoffmann [Mon, 8 Feb 2016 22:06:27 +0000 (23:06 +0100)]
also show line geometries on search page
Sarah Hoffmann [Mon, 8 Feb 2016 22:05:19 +0000 (23:05 +0100)]
update vagrant readme
Sarah Hoffmann [Mon, 8 Feb 2016 21:58:59 +0000 (22:58 +0100)]
add vagrant script for CentOS
Sarah Hoffmann [Sat, 6 Feb 2016 17:49:12 +0000 (18:49 +0100)]
update dependencies in vagrant provision file
also automatically checkout if Nominatim directory does not exist
Sarah Hoffmann [Sat, 6 Feb 2016 17:22:41 +0000 (18:22 +0100)]
add xml2 configure script now missing in osm2pgsql
Sarah Hoffmann [Sat, 6 Feb 2016 11:51:47 +0000 (12:51 +0100)]
Merge pull request #361 from mtmail/detail-page-big-table2
UI: columns nicer aligned in details table(s)
Sarah Hoffmann [Sat, 6 Feb 2016 11:50:38 +0000 (12:50 +0100)]
Merge pull request #362 from mtmail/fix-timeout-on-detail-pages
fix timeout on detail pages related to distance calculation
marc tobias [Sat, 6 Feb 2016 11:49:59 +0000 (12:49 +0100)]
remove commented-out lines
marc tobias [Sat, 6 Feb 2016 11:43:12 +0000 (12:43 +0100)]
fix timeout on detail pages related to distance calculation
marc tobias [Sat, 6 Feb 2016 11:39:51 +0000 (12:39 +0100)]
UI: columns nicer aligned in details table(s)
Sarah Hoffmann [Fri, 29 Jan 2016 20:11:32 +0000 (21:11 +0100)]
Merge pull request #354 from mtmail/configurable-tile-url
make map tile layer configurable