Sarah Hoffmann
47f94c6988
simple search steps
2016-12-30 22:58:57 +01:00
Sarah Hoffmann
c56c09e2c0
rename and add basic tests
2016-12-30 22:58:57 +01:00
Sarah Hoffmann
65bf6dbff7
environment for behave tests
2016-12-30 22:58:57 +01:00
Sarah Hoffmann
7273b58bbe
make path to wikipedia files configurable
2016-12-28 23:38:48 +01:00
Sarah Hoffmann
3ff8bb55a7
update osm2pgsql (quoting fix)
2016-12-17 18:33:15 +01:00
Sarah Hoffmann
99c58706d3
Merge pull request #595 from mtmail/set-webserver-directoryindex
...
set directoryindex in Apache,nginx configuration
2016-12-16 08:51:18 +01:00
Marc Tobias Metten
523873fe16
set directoryindex in Apache,nginx configuration
2016-12-16 02:16:47 +01:00
Sarah Hoffmann
de01c5b23d
Merge pull request #581 from lonvia/update-osm2pgsql
...
update osm2pgsql
2016-11-20 17:00:43 +01:00
Sarah Hoffmann
57dc135844
do not build osm2pgsql tests
2016-11-19 13:09:11 +01:00
Sarah Hoffmann
e24129febe
update osm2pgsql (new libosmium)
2016-11-19 13:04:34 +01:00
marc tobias
b27926fd4d
fix PHP warnings when reverse search was called without parameters
...
... or empty results
2016-11-17 22:55:05 +01:00
Sarah Hoffmann
cfb0f3f94c
Merge pull request #548 from lonvia/query-ckeck-utf8
...
check if query is valid unicode string
2016-11-02 19:21:29 +01:00
Sarah Hoffmann
eaee6b700d
adapt tiger reverse test to changed api
2016-11-02 00:11:17 +01:00
Sarah Hoffmann
032f24bfef
Merge branch 'ui-easy-switch-coords' of https://github.com/mtmail/Nominatim
2016-11-01 23:49:02 +01:00
marc tobias
d93209ee48
Tiger: set osmtype=way and correct osm_id
2016-11-01 23:34:29 +01:00
marc tobias
eb79e655e6
cleanup of SQL for readability. No logic change
2016-11-01 23:33:47 +01:00
marc tobias
4f3074e538
cleanup of SQL for readability. No logic change
2016-11-01 23:33:47 +01:00
marc tobias
8312e8f539
UI: keep map position when switch to reverse. Easy switching of lat,lon to lon,lat
2016-10-30 17:45:45 +01:00
Sarah Hoffmann
d4daa0c4fa
Merge pull request #568 from mtmail/z-index-fix-for-mapbounds-button
...
fix dropdown menu not overlapping map button
2016-10-29 12:21:49 +02:00
marc tobias
a9ad69efae
add missing newline in CSS file
2016-10-29 11:25:21 +02:00
marc tobias
0a45dbf5f6
fix drodown menu not overlapping map button
2016-10-29 11:14:30 +02:00
Sarah Hoffmann
a61f852cd2
fix parameter list for renamed postgis functions
...
fixes #560
2016-10-24 20:39:49 +02:00
Sarah Hoffmann
26ba5bf0be
Merge pull request #556 from lonvia/drop-php-53-support
...
Drop support for PHP < 5.4
2016-10-20 22:00:18 +02:00
Sarah Hoffmann
702f9477ab
Merge pull request #557 from mtmail/test-failure-after-c0b4411
...
PHP unit test failed after change in c0b4411
2016-10-18 23:06:29 +02:00
Marc Tobias Metten
179542f938
PHP unit test failed after change in c0b4411
2016-10-18 22:54:01 +02:00
Sarah Hoffmann
b77e2503f5
drop support for PHP < 5.4
2016-10-17 22:28:39 +02:00
Sarah Hoffmann
1542a006cb
Merge pull request #550 from lonvia/decrease-line-length
...
Reduce maximum line length to 199
2016-10-16 09:55:13 +02:00
Sarah Hoffmann
bb1c3f23ab
reduce maximum line length to 199 for all php files
2016-10-14 00:01:16 +02:00
Sarah Hoffmann
8650e0fedd
slightly relax viewbox parameter check
...
Allow out of bounds parameters as long as the resulting box
covers some legal coodinates.
2016-10-13 08:03:28 +02:00
Sarah Hoffmann
abac5d8ebd
split long lines in Geocode.php
2016-10-13 00:27:17 +02:00
Sarah Hoffmann
aa7c8b6b5b
fix viewbox parameters in tests
2016-10-13 00:26:04 +02:00
Sarah Hoffmann
e69115fd8f
remove debug output
2016-10-12 22:27:46 +02:00
Sarah Hoffmann
7b1f35426d
check if query is valid unicode string
2016-10-12 22:25:04 +02:00
Sarah Hoffmann
6757e1b865
properly check format of viewbox parameter
2016-10-12 22:13:07 +02:00
Sarah Hoffmann
c72e6a93dc
fix typo in error message
2016-10-12 20:21:12 +02:00
Sarah Hoffmann
c0b4411337
reduce search depth when splitting word sets
...
Too many out-of-memory conditions with the current algorithm.
2016-10-12 20:09:20 +02:00
Sarah Hoffmann
0e613a362e
fix variable name typos
2016-10-10 22:22:35 +02:00
Sarah Hoffmann
4123a3fd6b
note phpcs command in contribution readme
2016-10-09 23:08:20 +02:00
Sarah Hoffmann
087522c601
details: check for unknown object and icons
2016-10-09 22:14:19 +02:00
Sarah Hoffmann
fb51d51582
fix syntax error for route boxes
2016-10-09 21:41:23 +02:00
Sarah Hoffmann
f5641037cf
avoid passing temporary array by reference
...
PHP7 complains: Only variables should be passed by reference.
2016-10-09 21:14:59 +02:00
Sarah Hoffmann
39580057fc
better error message for missing osm2pgsql
2016-10-09 21:04:53 +02:00
Sarah Hoffmann
a855ffe58e
replace deprecated postgis functions
...
ST_Line_Locate_Point and ST_Distance_Spheroid have changed
spelling in newer version and throw a deprecation warning.
2016-10-09 20:09:59 +02:00
Sarah Hoffmann
42d473968f
check for correct array for country codes
...
fixes trac ticket 5427
2016-10-04 20:32:22 +02:00
Rémi BOURGAREL
8a2e401025
Change on get_addressdata check for matching the condition in placex_update
...
On placex_update we stop the indexing to the first parent if the rank_search is above 27. We should do the same check in get_adressdata, because place with a rank_address != 30 and a search_rank > 27 will have only 1 parent.
https://github.com/twain47/Nominatim/issues/534
2016-10-04 15:49:31 +02:00
Sarah Hoffmann
a912b3448f
docs: fix link
2016-10-02 17:33:49 +02:00
Sarah Hoffmann
8b896f37f3
fill interpolation array for reverse lookups via search endpoint
...
Fixes #540
2016-10-01 13:03:31 +02:00
Sarah Hoffmann
6bf90eb22f
fix namespace use
2016-09-30 22:43:11 +02:00
Sarah Hoffmann
421174ce0c
Merge pull request #538 from lonvia/update-default-languages
...
Update default languages and move country search term creation to setup.php
2016-09-30 20:01:20 +02:00
Sarah Hoffmann
1982978f74
move country search term creation into setup script
...
Search results can become odd without the country search
terms, so make their inclusion a mandatory part of the
setup.
Also adds a new configuration variable to restrict the
languages taken into account by Nominatim.
2016-09-28 23:30:44 +02:00