]>
git.openstreetmap.org Git - nominatim.git/log
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
Marc Tobias Metten [Wed, 27 Jan 2016 18:42:49 +0000 (19:42 +0100)]
make map tile layer configurable
Sarah Hoffmann [Sun, 24 Jan 2016 08:22:49 +0000 (09:22 +0100)]
more detailed introduction
fixes #261
Sarah Hoffmann [Fri, 22 Jan 2016 22:11:47 +0000 (23:11 +0100)]
reverse webpage: don't choose zoom level 0 when none is given
Sarah Hoffmann [Fri, 22 Jan 2016 22:01:03 +0000 (23:01 +0100)]
add a short introduction text for the web interface
Sarah Hoffmann [Fri, 22 Jan 2016 21:55:34 +0000 (22:55 +0100)]
Merge remote-tracking branch 'mtmail/mobile-responsive'
marc tobias [Fri, 22 Jan 2016 11:54:26 +0000 (11:54 +0000)]
user interface: zoom dropdown for debugging on reverse search page
marc tobias [Fri, 22 Jan 2016 11:53:31 +0000 (11:53 +0000)]
accidentially checked in a local configuration file
marc tobias [Thu, 21 Jan 2016 15:26:18 +0000 (15:26 +0000)]
user interface: reverse search remembers zoom level after map click
marc tobias [Thu, 21 Jan 2016 14:47:55 +0000 (14:47 +0000)]
user interface: enable scrollwheel zoom. Disable on touch devices
marc tobias [Thu, 21 Jan 2016 13:47:00 +0000 (13:47 +0000)]
user interface: less spacing in table, pushing more content above the fold
marc tobias [Thu, 21 Jan 2016 12:03:19 +0000 (12:03 +0000)]
user interface: less whitespace in header