]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
8 years agoremove unused/unmaintained options in import scripts
Sarah Hoffmann [Mon, 28 Mar 2016 19:50:14 +0000 (21:50 +0200)]
remove unused/unmaintained options in import scripts

8 years agoFix fixing of coding style
Sarah Hoffmann [Mon, 28 Mar 2016 20:04:08 +0000 (22:04 +0200)]
Fix fixing of coding style

8 years agoexclude Tiger stuff from required tests
Sarah Hoffmann [Mon, 28 Mar 2016 15:17:56 +0000 (17:17 +0200)]
exclude Tiger stuff from required tests

8 years agoadapt tests to new tiger algorithm
Sarah Hoffmann [Mon, 28 Mar 2016 15:08:27 +0000 (17:08 +0200)]
adapt tests to new tiger algorithm

8 years agomake sure linked places get recomputed when unlinked
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.

8 years agofix syntax errors in tiger code and adapt format of dummy tables
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

8 years agoMerge branch 'tigerlines' of https://github.com/markigail/Nominatim
Sarah Hoffmann [Sun, 27 Mar 2016 18:00:15 +0000 (20:00 +0200)]
Merge branch 'tigerlines' of https://github.com/markigail/Nominatim

8 years agotests: update for osm2gsql changes
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.

8 years agoAdd hints about coding style
Sarah Hoffmann [Fri, 25 Mar 2016 11:06:30 +0000 (12:06 +0100)]
Add hints about coding style

heavily borrowed from osm2pgsql

8 years agoreinstate NOMINATIM_SETTINGS variable
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.

8 years agoFix coding style.
Markus Gail [Wed, 23 Mar 2016 08:34:36 +0000 (09:34 +0100)]
Fix coding style.

8 years agoMerge branch 'tigerlines' of /home/markus/Nominatim into tiger
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

8 years agoadapt to code style conventions
Markus Gail [Mon, 21 Mar 2016 11:42:38 +0000 (12:42 +0100)]
adapt to code style conventions

8 years agoadd osm_type='tiger' to json, jsonv2 and xml output
Markus Gail [Thu, 17 Mar 2016 15:34:10 +0000 (16:34 +0100)]
add osm_type='tiger' to json, jsonv2 and xml output

8 years agoRemoved unnecessary test for tiger.
Markus Gail [Thu, 17 Mar 2016 14:14:51 +0000 (15:14 +0100)]
Removed unnecessary test for tiger.

8 years agoRemoved some files for the commit.
Markus Gail [Thu, 17 Mar 2016 13:55:40 +0000 (14:55 +0100)]
Removed some files for the commit.

8 years agoTested Version of new Tiger line storage format.
Markus Gail [Thu, 17 Mar 2016 13:21:17 +0000 (14:21 +0100)]
Tested Version of new Tiger line storage format.

8 years agoImplement geocoding and reverse geocoding with tiger interpolation lines instead...
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.

8 years agochange tiger housenumber format to save as lines instead of points and thus new inter...
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

8 years agoadapt to code style conventions
Markus Gail [Mon, 21 Mar 2016 11:42:38 +0000 (12:42 +0100)]
adapt to code style conventions

8 years agoadd osm_type='tiger' to json, jsonv2 and xml output
Markus Gail [Thu, 17 Mar 2016 15:34:10 +0000 (16:34 +0100)]
add osm_type='tiger' to json, jsonv2 and xml output

8 years agoRemoved unnecessary test for tiger.
Markus Gail [Thu, 17 Mar 2016 14:14:51 +0000 (15:14 +0100)]
Removed unnecessary test for tiger.

8 years agoRemoved some files for the commit.
Markus Gail [Thu, 17 Mar 2016 13:55:40 +0000 (14:55 +0100)]
Removed some files for the commit.

8 years agoTested Version of new Tiger line storage format.
Markus Gail [Thu, 17 Mar 2016 13:21:17 +0000 (14:21 +0100)]
Tested Version of new Tiger line storage format.

8 years agoImplement geocoding and reverse geocoding with tiger interpolation lines instead...
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.

8 years agochange tiger housenumber format to save as lines instead of points and thus new inter...
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

8 years agoquery the last updated timestamp only if output format is HTML
marc tobias [Wed, 2 Mar 2016 00:22:19 +0000 (01:22 +0100)]
query the last updated timestamp only if output format is HTML

8 years agocorrected layout of keywords on HTML details page
marc tobias [Tue, 1 Mar 2016 23:53:56 +0000 (00:53 +0100)]
corrected layout of keywords on HTML details page

8 years agomoved bIncludePolygonAsPoints related logic into lib.php, added tests
Marc Tobias Metten [Sun, 28 Feb 2016 16:08:20 +0000 (17:08 +0100)]
moved bIncludePolygonAsPoints related logic into lib.php, added tests

8 years agomoved 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

8 years agoupdate osm2pgsql (WITH_LUA switch)
Sarah Hoffmann [Wed, 16 Mar 2016 19:05:52 +0000 (20:05 +0100)]
update osm2pgsql (WITH_LUA switch)

8 years agofix path for website installations
Sarah Hoffmann [Wed, 16 Mar 2016 19:02:09 +0000 (20:02 +0100)]
fix path for website installations

8 years agofix nominatim paths
Sarah Hoffmann [Wed, 16 Mar 2016 18:56:10 +0000 (19:56 +0100)]
fix nominatim paths

8 years agoMerge branch 'cmake-port' into master
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

8 years agoMerge pull request #381 from lonvia/cmake-port
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

8 years agoMerge pull request #395 from mtmail/php7-support
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

8 years agoMerge pull request #396 from mtmail/fix-array-merge-warning
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

8 years agosecond 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

8 years agofix for PHP7, added test setup
Marc Tobias Metten [Sun, 13 Mar 2016 01:06:46 +0000 (02:06 +0100)]
fix for PHP7, added test setup

8 years agoinstall executables and call settings.php explicitly
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.

8 years agoenable test execution using ctest
Sarah Hoffmann [Mon, 29 Feb 2016 22:45:30 +0000 (23:45 +0100)]
enable test execution using ctest

8 years agoadapt README and vagrant scripts to cmake
Sarah Hoffmann [Mon, 29 Feb 2016 21:26:22 +0000 (22:26 +0100)]
adapt README and vagrant scripts to cmake

8 years agouse external makefile for pgxs with cmake
Sarah Hoffmann [Mon, 29 Feb 2016 20:46:24 +0000 (21:46 +0100)]
use external makefile for pgxs with cmake

8 years agointroduce InstallPath, so that stuff can be executed from build dir
Sarah Hoffmann [Sun, 28 Feb 2016 15:42:24 +0000 (16:42 +0100)]
introduce InstallPath, so that stuff can be executed from build dir

8 years agoadd actual cmake file
Sarah Hoffmann [Sat, 27 Feb 2016 18:06:32 +0000 (19:06 +0100)]
add actual cmake file

8 years agomove from autotools to cmake and update osm2pgsql
Sarah Hoffmann [Sat, 27 Feb 2016 16:10:05 +0000 (17:10 +0100)]
move from autotools to cmake and update osm2pgsql

8 years agoMerge pull request #389 from mtmail/reverse-geocode-include-geometry2
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)

8 years agoReverse geocode include geometry - added bounding box tests
Marc Tobias Metten [Wed, 9 Mar 2016 18:43:03 +0000 (19:43 +0100)]
Reverse geocode include geometry - added bounding box tests

8 years agoReverse geocode include geometry
Marc Tobias Metten [Fri, 4 Mar 2016 19:29:09 +0000 (20:29 +0100)]
Reverse geocode include geometry

8 years agoMerge remote-tracking branch 'upstream/master'
Marc Tobias Metten [Fri, 4 Mar 2016 14:42:29 +0000 (15:42 +0100)]
Merge remote-tracking branch 'upstream/master'

8 years agoMerge pull request #385 from mtmail/query-lastupdated-only-for-html-output
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

8 years agoMerge pull request #384 from mtmail/detail-page-name-keywords-with-wordids
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

8 years agoMerge branch 'master' of https://github.com/mtmail/Nominatim
Marc Tobias Metten [Wed, 2 Mar 2016 14:07:22 +0000 (15:07 +0100)]
Merge branch 'master' of https://github.com/mtmail/Nominatim

8 years agoquery the last updated timestamp only if output format is HTML
marc tobias [Wed, 2 Mar 2016 00:22:19 +0000 (01:22 +0100)]
query the last updated timestamp only if output format is HTML

8 years agocorrected layout of keywords on HTML details page
marc tobias [Tue, 1 Mar 2016 23:53:56 +0000 (00:53 +0100)]
corrected layout of keywords on HTML details page

8 years agoenable test execution using ctest
Sarah Hoffmann [Mon, 29 Feb 2016 22:45:30 +0000 (23:45 +0100)]
enable test execution using ctest

8 years agoadapt README and vagrant scripts to cmake
Sarah Hoffmann [Mon, 29 Feb 2016 21:26:22 +0000 (22:26 +0100)]
adapt README and vagrant scripts to cmake

8 years agouse external makefile for pgxs with cmake
Sarah Hoffmann [Mon, 29 Feb 2016 20:46:24 +0000 (21:46 +0100)]
use external makefile for pgxs with cmake

8 years agointroduce InstallPath, so that stuff can be executed from build dir
Sarah Hoffmann [Sun, 28 Feb 2016 15:42:24 +0000 (16:42 +0100)]
introduce InstallPath, so that stuff can be executed from build dir

8 years agoadd actual cmake file
Sarah Hoffmann [Sat, 27 Feb 2016 18:06:32 +0000 (19:06 +0100)]
add actual cmake file

8 years agomove from autotools to cmake and update osm2pgsql
Sarah Hoffmann [Sat, 27 Feb 2016 16:10:05 +0000 (17:10 +0100)]
move from autotools to cmake and update osm2pgsql

8 years agoMerge pull request #380 from mtmail/geometryText2Points
Sarah Hoffmann [Mon, 29 Feb 2016 19:53:49 +0000 (20:53 +0100)]
Merge pull request #380 from mtmail/geometryText2Points

Geometry text2 points

8 years agocorrected layout of keywords on HTML details page
Marc Tobias Metten [Mon, 29 Feb 2016 12:59:16 +0000 (13:59 +0100)]
corrected layout of keywords on HTML details page

8 years agocorrected 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

8 years agomoved bIncludePolygonAsPoints related logic into lib.php, added tests
Marc Tobias Metten [Sun, 28 Feb 2016 16:08:20 +0000 (17:08 +0100)]
moved bIncludePolygonAsPoints related logic into lib.php, added tests

8 years agomoved 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

8 years agoMerge pull request #378 from mtmail/spaces-to-tabs
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

8 years agospaces-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

8 years agoprepare next release v.2.5.0
Sarah Hoffmann [Mon, 8 Feb 2016 22:54:06 +0000 (23:54 +0100)]
prepare next release

8 years agoubuntu-vagrant: install Nominatim as vagrant user
Sarah Hoffmann [Mon, 8 Feb 2016 22:44:27 +0000 (23:44 +0100)]
ubuntu-vagrant: install Nominatim as vagrant user

8 years agoalso show line geometries on search page
Sarah Hoffmann [Mon, 8 Feb 2016 22:06:27 +0000 (23:06 +0100)]
also show line geometries on search page

8 years agoupdate vagrant readme
Sarah Hoffmann [Mon, 8 Feb 2016 22:05:19 +0000 (23:05 +0100)]
update vagrant readme

8 years agoadd vagrant script for CentOS
Sarah Hoffmann [Mon, 8 Feb 2016 21:58:59 +0000 (22:58 +0100)]
add vagrant script for CentOS

8 years agoupdate dependencies in vagrant provision file
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

8 years agoadd xml2 configure script now missing in osm2pgsql
Sarah Hoffmann [Sat, 6 Feb 2016 17:22:41 +0000 (18:22 +0100)]
add xml2 configure script now missing in osm2pgsql

8 years agoMerge pull request #361 from mtmail/detail-page-big-table2
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)

8 years agoMerge pull request #362 from mtmail/fix-timeout-on-detail-pages
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

8 years agoremove commented-out lines
marc tobias [Sat, 6 Feb 2016 11:49:59 +0000 (12:49 +0100)]
remove commented-out lines

8 years agofix timeout on detail pages related to distance calculation
marc tobias [Sat, 6 Feb 2016 11:43:12 +0000 (12:43 +0100)]
fix timeout on detail pages related to distance calculation

8 years agoUI: columns nicer aligned in details table(s)
marc tobias [Sat, 6 Feb 2016 11:39:51 +0000 (12:39 +0100)]
UI: columns nicer aligned in details table(s)

8 years agoMerge pull request #354 from mtmail/configurable-tile-url
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

8 years agomake map tile layer configurable
Marc Tobias Metten [Wed, 27 Jan 2016 18:42:49 +0000 (19:42 +0100)]
make map tile layer configurable

8 years agomore detailed introduction
Sarah Hoffmann [Sun, 24 Jan 2016 08:22:49 +0000 (09:22 +0100)]
more detailed introduction

fixes #261

8 years agoreverse webpage: don't choose zoom level 0 when none is given
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

8 years agoadd a short introduction text for the web interface
Sarah Hoffmann [Fri, 22 Jan 2016 22:01:03 +0000 (23:01 +0100)]
add a short introduction text for the web interface

8 years agoMerge remote-tracking branch 'mtmail/mobile-responsive'
Sarah Hoffmann [Fri, 22 Jan 2016 21:55:34 +0000 (22:55 +0100)]
Merge remote-tracking branch 'mtmail/mobile-responsive'

8 years agouser interface: zoom dropdown for debugging on reverse search page
marc tobias [Fri, 22 Jan 2016 11:54:26 +0000 (11:54 +0000)]
user interface: zoom dropdown for debugging on reverse search page

8 years agoaccidentially checked in a local configuration file
marc tobias [Fri, 22 Jan 2016 11:53:31 +0000 (11:53 +0000)]
accidentially checked in a local configuration file

8 years agouser interface: reverse search remembers zoom level after map click
marc tobias [Thu, 21 Jan 2016 15:26:18 +0000 (15:26 +0000)]
user interface: reverse search remembers zoom level after map click

8 years agouser interface: enable scrollwheel zoom. Disable on touch devices
marc tobias [Thu, 21 Jan 2016 14:47:55 +0000 (14:47 +0000)]
user interface: enable scrollwheel zoom. Disable on touch devices

8 years agouser interface: less spacing in table, pushing more content above the fold
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

8 years agouser interface: less whitespace in header
marc tobias [Thu, 21 Jan 2016 12:03:19 +0000 (12:03 +0000)]
user interface: less whitespace in header

8 years agoMerge pull request #1 from lonvia/mobile-responsive-compact-header
mtmail [Thu, 21 Jan 2016 11:53:52 +0000 (11:53 +0000)]
Merge pull request #1 from lonvia/mobile-responsive-compact-header

make headers more compact

8 years agomake headers more compact
Sarah Hoffmann [Wed, 20 Jan 2016 20:14:30 +0000 (21:14 +0100)]
make headers more compact

8 years agoaccidentally checked in two data files
Marc Tobias Metten [Wed, 20 Jan 2016 00:25:52 +0000 (01:25 +0100)]
accidentally checked in two data files

8 years agotests: skip tidylib, it cannot handle HTML5
Marc Tobias Metten [Wed, 20 Jan 2016 00:14:20 +0000 (01:14 +0100)]
tests: skip tidylib, it cannot handle HTML5

8 years agonew reverse HTML page incl leaflet map
Marc Tobias Metten [Tue, 19 Jan 2016 15:15:32 +0000 (16:15 +0100)]
new reverse HTML page incl leaflet map

8 years agoresponsive details-error page. Shared header and footer
Marc Tobias Metten [Tue, 19 Jan 2016 11:29:07 +0000 (12:29 +0100)]
responsive details-error page. Shared header and footer

8 years agoMerge branch 'mobile-responsive' of https://github.com/mtmail/Nominatim into mobile...
Marc Tobias Metten [Fri, 15 Jan 2016 16:11:41 +0000 (17:11 +0100)]
Merge branch 'mobile-responsive' of https://github.com/mtmail/Nominatim into mobile-responsive

8 years agodetails.php now also responsive
Marc Tobias Metten [Sun, 23 Aug 2015 05:15:04 +0000 (07:15 +0200)]
details.php now also responsive