]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
5 years agoadded case when for highways in subquery
gemo1011 [Thu, 21 Jun 2018 12:33:22 +0000 (14:33 +0200)]
added case when for highways in subquery

5 years agoadded search diameter for the place node search, depending on rank
gemo1011 [Thu, 21 Jun 2018 11:26:04 +0000 (13:26 +0200)]
added search diameter for the place node search, depending on rank

5 years agoGRANT SELECT ON Table country_osm_grid
gemo1011 [Wed, 20 Jun 2018 12:46:42 +0000 (14:46 +0200)]
GRANT SELECT ON Table country_osm_grid

5 years agofixed getoutlinesfunction
gemo1011 [Wed, 20 Jun 2018 09:35:51 +0000 (11:35 +0200)]
fixed getoutlinesfunction

5 years agoupdated indices for reverse geocoding
gemo1011 [Tue, 19 Jun 2018 08:30:37 +0000 (10:30 +0200)]
updated indices for reverse geocoding

5 years agoimprovements for pull request
gemo1011 [Mon, 18 Jun 2018 14:19:38 +0000 (16:19 +0200)]
improvements for pull request

5 years agofixed typo
gemo1011 [Thu, 14 Jun 2018 13:06:47 +0000 (15:06 +0200)]
fixed typo

5 years agofixed getoutlines function if no coordinates are passed
gemo1011 [Thu, 14 Jun 2018 12:39:51 +0000 (14:39 +0200)]
fixed getoutlines function if no coordinates are passed

5 years agobetter search for interpolated housenumbers
gemo1011 [Wed, 13 Jun 2018 14:33:16 +0000 (16:33 +0200)]
better search for interpolated housenumbers

5 years agousing ST_ClosestPoint and a subquery
gemo1011 [Wed, 13 Jun 2018 11:22:37 +0000 (13:22 +0200)]
using ST_ClosestPoint and a subquery

5 years agotest adjusting
gemo1011 [Tue, 5 Jun 2018 09:07:51 +0000 (11:07 +0200)]
test adjusting

5 years agobetter place node search with rank_search
gemo1011 [Thu, 24 May 2018 11:45:45 +0000 (13:45 +0200)]
better place node search with rank_search

5 years agoonly starts the search in country_osm_grid if $iMaxRank > 4
gemo1011 [Wed, 23 May 2018 13:29:41 +0000 (15:29 +0200)]
only starts the search in country_osm_grid if $iMaxRank > 4

5 years agoedited test
gemo1011 [Wed, 23 May 2018 11:37:58 +0000 (13:37 +0200)]
edited test

5 years agonew query if no polygon is found
gemo1011 [Wed, 23 May 2018 11:37:18 +0000 (13:37 +0200)]
new query if no polygon is found

the new query searchs in the country_osm_grid table for a polygon

5 years agochanged parameters for lookup function in the reverse.php
gemo1011 [Tue, 22 May 2018 10:31:53 +0000 (12:31 +0200)]
changed parameters for lookup function in the reverse.php

5 years agorebase
gemo1011 [Tue, 22 May 2018 10:22:15 +0000 (12:22 +0200)]
rebase

5 years agorebase
gemo1011 [Fri, 18 May 2018 13:34:50 +0000 (15:34 +0200)]
rebase

5 years agochanged export.php to work with current master
gemo1011 [Wed, 27 Jun 2018 12:17:08 +0000 (14:17 +0200)]
changed export.php to work with  current master

5 years agoinitial version of an export script
Sarah Hoffmann [Sat, 25 Aug 2012 20:03:23 +0000 (22:03 +0200)]
initial version of an export script

So far supports type selection down to street level, restriction to
country or an OSM place and postcode printing. Output is standard CSV.

5 years agoMerge pull request #1069 from woodpeck/patch-2
Sarah Hoffmann [Thu, 21 Jun 2018 20:16:24 +0000 (22:16 +0200)]
Merge pull request #1069 from woodpeck/patch-2

limit default threads to 15

5 years agolimit default threads to 15
Frederik Ramm [Wed, 20 Jun 2018 12:17:07 +0000 (14:17 +0200)]
limit default threads to 15

When no explicit number of threads is given, don't simply use getProcessorCount()-1, but limit to max. 15

5 years agoMerge pull request #1062 from mtmail/display-viewbox-on-map
Sarah Hoffmann [Thu, 14 Jun 2018 21:16:05 +0000 (23:16 +0200)]
Merge pull request #1062 from mtmail/display-viewbox-on-map

Display viewbox on map

5 years agodisplay viewbox on map
Marc Tobias Metten [Thu, 14 Jun 2018 00:19:19 +0000 (02:19 +0200)]
display viewbox on map

5 years agoupdate leaflet.js 1.0 => 1.3
Marc Tobias Metten [Thu, 14 Jun 2018 00:18:00 +0000 (02:18 +0200)]
update leaflet.js 1.0 => 1.3

5 years agonearest place search should match any of given tokens not all
Sarah Hoffmann [Wed, 13 Jun 2018 22:11:19 +0000 (00:11 +0200)]
nearest place search should match any of given tokens not all

When multiple isin tokens are given, then these are duplicates
and it is enough that any one of them is found in the
name_vector.

Fixes #1056.

5 years agoMerge pull request #1053 from mtmail/update-tiger-install-instructions
Sarah Hoffmann [Tue, 12 Jun 2018 20:54:29 +0000 (22:54 +0200)]
Merge pull request #1053 from mtmail/update-tiger-install-instructions

Update tiger install instructions. Mirror no longer working

5 years agodeleted query for place nodes search if no polygon is found and added search for...
gemo1011 [Thu, 17 May 2018 12:24:03 +0000 (14:24 +0200)]
deleted query for place nodes search if no polygon is found and added search for interpolation lines

5 years agonew query to search place nodes if no polygon was found
gemo1011 [Wed, 16 May 2018 11:17:56 +0000 (13:17 +0200)]
new query to search place nodes if no polygon was found

5 years agoadapted the coding style with phpcs
gemo1011 [Wed, 9 May 2018 11:18:37 +0000 (13:18 +0200)]
adapted the coding style with phpcs

5 years agobetter performance
gemo1011 [Wed, 9 May 2018 09:39:05 +0000 (11:39 +0200)]
better performance

5 years agofaster query through bbox preselection
gemo1011 [Thu, 3 May 2018 15:44:18 +0000 (17:44 +0200)]
faster query through bbox preselection

5 years agoperformence update through subquerry
gemo1011 [Thu, 3 May 2018 14:57:01 +0000 (16:57 +0200)]
performence update through subquerry

5 years agochanging to from rank_search to rank_address
gemo1011 [Thu, 3 May 2018 08:01:49 +0000 (10:01 +0200)]
changing to from rank_search to rank_address

5 years agobetter performance for place node search
gemo1011 [Mon, 23 Apr 2018 12:32:54 +0000 (14:32 +0200)]
better performance for  place node search

5 years agouse the linked_place_id for adress search if a place node is found with a linked_place_id
gemo1011 [Fri, 20 Apr 2018 12:35:24 +0000 (14:35 +0200)]
use the linked_place_id for adress search if a place node is found with a linked_place_id

5 years agochanged reverse geocode algorithm
gemo1011 [Fri, 20 Apr 2018 08:00:27 +0000 (10:00 +0200)]
changed reverse geocode algorithm

5 years agoUpdate tiger install instructions. Mirror no longer working
marc tobias [Tue, 29 May 2018 15:40:57 +0000 (17:40 +0200)]
Update tiger install instructions. Mirror no longer working

5 years agosearch/reverse/lookup with geojson,geocodejson output
Marc Tobias Metten [Sun, 18 Mar 2018 00:49:26 +0000 (01:49 +0100)]
search/reverse/lookup with geojson,geocodejson output

6 years agodocument polygon_threashold parameter
Sarah Hoffmann [Tue, 15 May 2018 21:28:39 +0000 (23:28 +0200)]
document polygon_threashold parameter

Fixes #1041.

6 years agoMerge pull request #1043 from lonvia/token-as-a-class
Sarah Hoffmann [Tue, 15 May 2018 18:21:32 +0000 (20:21 +0200)]
Merge pull request #1043 from lonvia/token-as-a-class

Token as a class

6 years agodocument tokens
Sarah Hoffmann [Mon, 14 May 2018 21:23:38 +0000 (23:23 +0200)]
document tokens

6 years agoadd documentation for TokenList
Sarah Hoffmann [Mon, 14 May 2018 21:17:54 +0000 (23:17 +0200)]
add documentation for TokenList

6 years agointroduce classes for token list and token types
Sarah Hoffmann [Mon, 14 May 2018 21:04:15 +0000 (23:04 +0200)]
introduce classes for token list and token types

6 years agoMerge pull request #1038 from mtmail/phpcs-array-key-alignment
Sarah Hoffmann [Tue, 8 May 2018 07:04:03 +0000 (09:04 +0200)]
Merge pull request #1038 from mtmail/phpcs-array-key-alignment

add PHPCS Squiz.Arrays.ArrayDeclaration.KeyNotAligned rule

6 years agoadd PHPCS Squiz.Arrays.ArrayDeclaration.KeyNotAligned rule
Marc Tobias Metten [Mon, 7 May 2018 22:37:41 +0000 (00:37 +0200)]
add PHPCS Squiz.Arrays.ArrayDeclaration.KeyNotAligned rule

6 years agonarrow down search by house number when postcode is given
Sarah Hoffmann [Mon, 7 May 2018 19:28:32 +0000 (21:28 +0200)]
narrow down search by house number when postcode is given

Fixes #1034.

6 years agoMerge pull request #1033 from lonvia/remove-word-frequency-scores
Sarah Hoffmann [Mon, 7 May 2018 18:59:20 +0000 (20:59 +0200)]
Merge pull request #1033 from lonvia/remove-word-frequency-scores

Replace word frequency hash

6 years agoreplace word frequency hash
Sarah Hoffmann [Sun, 6 May 2018 20:10:38 +0000 (22:10 +0200)]
replace word frequency hash

The word frequency hash was only used to determine if the
name of a SearchDescription is rare. Do this already when
building the SearchDescription (when the word frequency
is still available) and get gid of the extra hash.

6 years agoadd JSON format to /status endpoint (#1013)
mtmail [Fri, 4 May 2018 21:37:48 +0000 (23:37 +0200)]
add JSON format to /status endpoint (#1013)

add JSON format to /status endpoint

6 years agoMerge pull request #1032 from mtmail/tests-for-debughtml
Sarah Hoffmann [Fri, 4 May 2018 19:24:08 +0000 (21:24 +0200)]
Merge pull request #1032 from mtmail/tests-for-debughtml

PHP unit tests for DebugHtml

6 years agoMerge pull request #1029 from lonvia/streamline-sql
Sarah Hoffmann [Fri, 4 May 2018 19:17:09 +0000 (21:17 +0200)]
Merge pull request #1029 from lonvia/streamline-sql

streamline SQL for parenting rank 30 places

6 years agoPHP unit tests for DebugHtml
Marc Tobias Metten [Thu, 3 May 2018 20:19:19 +0000 (22:19 +0200)]
PHP unit tests for DebugHtml

6 years agostreamline SQL for parenting rank 30 places
Sarah Hoffmann [Thu, 5 Apr 2018 21:31:40 +0000 (23:31 +0200)]
streamline SQL for parenting rank 30 places

 - avoid select all
 - prefer direct select into
 - use early loop exit when possible

6 years agoadapt reverse index to changed reverse query
Sarah Hoffmann [Tue, 1 May 2018 13:29:39 +0000 (15:29 +0200)]
adapt reverse index to changed reverse query

Thanks to @gemo1011.

6 years agoMerge pull request #1024 from lonvia/reduce-address-search-terms
Sarah Hoffmann [Thu, 26 Apr 2018 20:28:53 +0000 (22:28 +0200)]
Merge pull request #1024 from lonvia/reduce-address-search-terms

Reduce address search terms

6 years agoMerge pull request #977 from lonvia/fix-byteswap-check
Sarah Hoffmann [Wed, 18 Apr 2018 19:35:32 +0000 (21:35 +0200)]
Merge pull request #977 from lonvia/fix-byteswap-check

clean up byte order detection

6 years agoremove search_name_country table
Sarah Hoffmann [Mon, 16 Apr 2018 18:47:45 +0000 (20:47 +0200)]
remove search_name_country table

The table is no longer used, country names are handled
directly via the word table.

6 years agoremove now unused getNearestNamedRoadFeature() function
Sarah Hoffmann [Mon, 16 Apr 2018 18:34:28 +0000 (20:34 +0200)]
remove now unused getNearestNamedRoadFeature() function

6 years agoremove debug code
Sarah Hoffmann [Mon, 16 Apr 2018 18:29:30 +0000 (20:29 +0200)]
remove debug code

6 years agoremove use of is_in terms for address computation
Sarah Hoffmann [Mon, 16 Apr 2018 18:27:16 +0000 (20:27 +0200)]
remove use of is_in terms for address computation

The code has been dead for a long time because all is_in
terms have been added to the nameaddress_vector so
that the IF condition would never hit.

6 years agoremove special search for Tiger postcodes
Sarah Hoffmann [Mon, 16 Apr 2018 18:25:19 +0000 (20:25 +0200)]
remove special search for Tiger postcodes

Postcodes should no longer appear in the address search terms.

6 years agofix variable name
Sarah Hoffmann [Mon, 16 Apr 2018 18:16:11 +0000 (20:16 +0200)]
fix variable name

6 years agoadd tests for address tag parsing for search name
Sarah Hoffmann [Sun, 15 Apr 2018 20:43:24 +0000 (22:43 +0200)]
add tests for address tag parsing for search name

6 years agorestrict addr:* tags that are used for search term
Sarah Hoffmann [Sun, 15 Apr 2018 20:00:56 +0000 (22:00 +0200)]
restrict addr:* tags that are used for search term

Fixes #1001.

6 years agoPHP code style: enforce long array initialisation (#1015)
mtmail [Fri, 13 Apr 2018 11:18:29 +0000 (13:18 +0200)]
PHP code style: enforce long array initialisation (#1015)

6 years agoget rid of Python psycopg2 install warning (#1014)
mtmail [Fri, 13 Apr 2018 10:28:12 +0000 (12:28 +0200)]
get rid of Python psycopg2 install warning (#1014)

6 years agoreturn centroid on geojson format
marc tobias [Mon, 9 Apr 2018 12:24:31 +0000 (14:24 +0200)]
return centroid on geojson format

6 years agoremove rank_search_label field
marc tobias [Mon, 9 Apr 2018 12:15:36 +0000 (14:15 +0200)]
remove rank_search_label field

6 years agouse RFC3339 for human readable date
marc tobias [Mon, 9 Apr 2018 11:57:28 +0000 (13:57 +0200)]
use RFC3339 for human readable date

6 years agorename parentof to hierarchy and other lonvia Mar/29 PR feedback
marc tobias [Thu, 5 Apr 2018 13:22:50 +0000 (15:22 +0200)]
rename parentof to hierarchy and other lonvia Mar/29 PR feedback

6 years agolocalname field is required by nominatim-ui
Marc Tobias Metten [Mon, 19 Mar 2018 01:05:01 +0000 (02:05 +0100)]
localname field is required by nominatim-ui

6 years agoonly return polygon if &polygon_geojson=1 is set
Marc Tobias Metten [Mon, 19 Mar 2018 00:34:48 +0000 (01:34 +0100)]
only return polygon if &polygon_geojson=1 is set

6 years agovariable naming after lonvia PR feedback
marc tobias [Sun, 18 Mar 2018 15:14:26 +0000 (16:14 +0100)]
variable naming after lonvia PR feedback

6 years agospacing changes after lonvia PR feedback
marc tobias [Wed, 14 Mar 2018 17:40:29 +0000 (18:40 +0100)]
spacing changes after lonvia PR feedback

6 years agodetails support json output
Marc Tobias Metten [Fri, 9 Mar 2018 01:27:24 +0000 (02:27 +0100)]
details support json output

6 years agoget apt-get php-db package running on travis-ci (#973)
mtmail [Wed, 11 Apr 2018 22:54:59 +0000 (00:54 +0200)]
get apt-get php-db package running on travis-ci (#973)

travis: /usr/bin/env php whenever calling PHP scripts to deal with phpenv

6 years agoMerge pull request #1010 from lonvia/ignore-unicode-format-characters
Sarah Hoffmann [Tue, 10 Apr 2018 21:48:58 +0000 (23:48 +0200)]
Merge pull request #1010 from lonvia/ignore-unicode-format-characters

Ignore Unicode format characters for normalization

6 years agoupdate osm2pgsql (name:suffix)
Sarah Hoffmann [Tue, 10 Apr 2018 21:46:57 +0000 (23:46 +0200)]
update osm2pgsql (name:suffix)

Fixes #823.

6 years agoignore Unicode format characters for normalization
Sarah Hoffmann [Tue, 10 Apr 2018 20:48:17 +0000 (22:48 +0200)]
ignore Unicode format characters for normalization

Also adds tests.

Fixes #1007.

6 years agotest: drop template DB when something goes wrong during creation
Sarah Hoffmann [Sun, 8 Apr 2018 08:06:33 +0000 (10:06 +0200)]
test: drop template DB when something goes wrong during creation

Fixes #951.

6 years agoMerge pull request #1005 from lonvia/no-limit-for-housenumber-search
Sarah Hoffmann [Fri, 6 Apr 2018 20:46:23 +0000 (22:46 +0200)]
Merge pull request #1005 from lonvia/no-limit-for-housenumber-search

do not apply limit to house number place searches

6 years agodo not apply limit to house number place searches
Sarah Hoffmann [Fri, 6 Apr 2018 20:20:21 +0000 (22:20 +0200)]
do not apply limit to house number place searches

Searches for house numbers are already limited by the
number of parent places. In fact, the limit assumed that
every parent place has exactly one match against the
given housenumber. That is not true in reality and so
we were dropping relevant results.

Fixes #329.

6 years agoMerge pull request #1003 from mtmail/details-permalink
Sarah Hoffmann [Fri, 6 Apr 2018 19:15:48 +0000 (21:15 +0200)]
Merge pull request #1003 from mtmail/details-permalink

details page: add a perma-link

6 years agoMerge pull request #1002 from mtmail/sql-bracket-error-in-details
Sarah Hoffmann [Fri, 6 Apr 2018 19:09:52 +0000 (21:09 +0200)]
Merge pull request #1002 from mtmail/sql-bracket-error-in-details

when looking for keywords on detail page SQL bracket error was possible

6 years agodetails page: move permalink next to page title
marc tobias [Fri, 6 Apr 2018 15:44:45 +0000 (17:44 +0200)]
details page: move permalink next to page title

6 years agodetails page: add a perma-link
marc tobias [Fri, 6 Apr 2018 14:11:54 +0000 (16:11 +0200)]
details page: add a perma-link

6 years agowhen looking for keywords on detail page a SQL bracket error was possible
marc tobias [Fri, 6 Apr 2018 11:46:14 +0000 (13:46 +0200)]
when looking for keywords on detail page a SQL bracket error was possible

6 years agoupdate osm2pgsql
Sarah Hoffmann [Tue, 3 Apr 2018 19:11:13 +0000 (21:11 +0200)]
update osm2pgsql

6 years agoMerge pull request #994 from mtmail/bugfix-when-calling-debug-printDebugArray
Sarah Hoffmann [Tue, 27 Mar 2018 07:04:59 +0000 (09:04 +0200)]
Merge pull request #994 from mtmail/bugfix-when-calling-debug-printDebugArray

fix -undefined offset- error

6 years agoMerge pull request #992 from mtmail/phpcs-whitespace-warnings
Sarah Hoffmann [Tue, 27 Mar 2018 06:56:11 +0000 (08:56 +0200)]
Merge pull request #992 from mtmail/phpcs-whitespace-warnings

phpcs: remove trailing whitespace from comments

6 years agoMerge pull request #991 from mtmail/rename-NominatimTest-php
Sarah Hoffmann [Tue, 27 Mar 2018 06:54:11 +0000 (08:54 +0200)]
Merge pull request #991 from mtmail/rename-NominatimTest-php

NominatimTest.php => LibTest.php

6 years agofix -undefined offset- error
Marc Tobias Metten [Tue, 27 Mar 2018 01:00:07 +0000 (03:00 +0200)]
fix -undefined offset- error

6 years agophpcs: remove trailing whitespace from comments
Marc Tobias Metten [Mon, 26 Mar 2018 23:43:02 +0000 (01:43 +0200)]
phpcs: remove trailing whitespace from comments

6 years agoNominatimTest.php => LibTest.php
Marc Tobias Metten [Mon, 26 Mar 2018 23:38:39 +0000 (01:38 +0200)]
NominatimTest.php => LibTest.php

6 years agoMerge pull request #989 from lonvia/pretty-debug
Sarah Hoffmann [Mon, 26 Mar 2018 18:56:57 +0000 (20:56 +0200)]
Merge pull request #989 from lonvia/pretty-debug

nicer formatting for Geocode debug output

6 years agonicer formatting for Geocode debug output
Sarah Hoffmann [Sat, 24 Mar 2018 16:44:13 +0000 (17:44 +0100)]
nicer formatting for Geocode debug output

6 years agoMerge pull request #986 from mtmail/php-replace-sizeof
Sarah Hoffmann [Sat, 24 Mar 2018 17:51:34 +0000 (18:51 +0100)]
Merge pull request #986 from mtmail/php-replace-sizeof

replace PHP sizeof() with either count() or empty()

6 years agoMerge pull request #981 from mtmail/api-documentation-from-wiki-to-docs
Sarah Hoffmann [Sat, 24 Mar 2018 17:12:43 +0000 (18:12 +0100)]
Merge pull request #981 from mtmail/api-documentation-from-wiki-to-docs

copied API endpoint documentation from wiki.osm.org to /docs

6 years agoMerge pull request #979 from mtmail/bdd-paths-in-vagrant-documentation
Sarah Hoffmann [Fri, 23 Mar 2018 19:30:21 +0000 (20:30 +0100)]
Merge pull request #979 from mtmail/bdd-paths-in-vagrant-documentation

use real paths in BDD examples