]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
5 years agoclean up docs for lookup call
Sarah Hoffmann [Sat, 11 Aug 2018 07:24:59 +0000 (09:24 +0200)]
clean up docs for lookup call

5 years agoclean up and format search documentation
Sarah Hoffmann [Thu, 9 Aug 2018 21:06:52 +0000 (23:06 +0200)]
clean up and format search documentation

5 years agoclean up and format search documentation
Sarah Hoffmann [Sun, 5 Aug 2018 21:38:19 +0000 (23:38 +0200)]
clean up and format search documentation

5 years agofixup use of indexes for latest reverse changes
Sarah Hoffmann [Wed, 8 Aug 2018 20:04:39 +0000 (22:04 +0200)]
fixup use of indexes for latest reverse changes

5 years agoMerge pull request #1111 from lonvia/remove-postcode-nodes-from-address
Sarah Hoffmann [Sun, 5 Aug 2018 15:04:54 +0000 (17:04 +0200)]
Merge pull request #1111 from lonvia/remove-postcode-nodes-from-address

Do not have postcode node appear in addresses directly

5 years agodefine types for null returns in PlaceLookup
Sarah Hoffmann [Sun, 5 Aug 2018 13:47:55 +0000 (15:47 +0200)]
define types for null returns in PlaceLookup

Fixes #1127.

5 years agoDo not have postcode node appear in addresses directly
Sarah Hoffmann [Sun, 22 Jul 2018 14:22:07 +0000 (16:22 +0200)]
Do not have postcode node appear in addresses directly

Many of the postcode nodes are actually derived from
incomplete addresses and are as such not even centroids.
Better let them only take part in the address computation
via the postcode table.

5 years agoMerge pull request #1110 from lonvia/remove-address-check-for-long-lines
Sarah Hoffmann [Sat, 4 Aug 2018 21:19:32 +0000 (23:19 +0200)]
Merge pull request #1110 from lonvia/remove-address-check-for-long-lines

Remove special search for address part for long ways

5 years agoMerge pull request #1126 from lonvia/improve-country-reverse
Sarah Hoffmann [Sat, 4 Aug 2018 21:00:13 +0000 (23:00 +0200)]
Merge pull request #1126 from lonvia/improve-country-reverse

improve place node search when no areas found

5 years agoimprove place node search when no areas found
Sarah Hoffmann [Sat, 4 Aug 2018 16:44:17 +0000 (18:44 +0200)]
improve place node search when no areas found

Only look for place nodes in a certain radius according
to the rank_search of the place node.

5 years agoMerge pull request #1095 from estadtherr/remote_postgres_pr
Sarah Hoffmann [Thu, 2 Aug 2018 21:16:07 +0000 (23:16 +0200)]
Merge pull request #1095 from estadtherr/remote_postgres_pr

Enable Postgres to run on a different host than the web server

5 years agofall back to debugInfo() for printing objects
Sarah Hoffmann [Wed, 1 Aug 2018 22:06:02 +0000 (00:06 +0200)]
fall back to debugInfo() for printing objects

Fixes #1122.

5 years agoprefix function calls in make_standard_name() with schema
Sarah Hoffmann [Wed, 1 Aug 2018 21:12:34 +0000 (23:12 +0200)]
prefix function calls in make_standard_name() with schema

Fixes #1097.

5 years agoaddress phpcs issue (strange it didn't appear in earlier runs)
Eric Stadtherr [Mon, 30 Jul 2018 17:20:43 +0000 (11:20 -0600)]
address phpcs issue (strange it didn't appear in earlier runs)

5 years agochanged nominatim.so module path to be a runtime configuration setting as opposed...
Eric Stadtherr [Tue, 24 Jul 2018 21:25:12 +0000 (15:25 -0600)]
changed nominatim.so module path to be a runtime configuration setting as opposed to a command line argument

5 years agoMerge pull request #1115 from mtmail/php-linting-for-all-not-just-tests
Sarah Hoffmann [Mon, 23 Jul 2018 20:41:24 +0000 (22:41 +0200)]
Merge pull request #1115 from mtmail/php-linting-for-all-not-just-tests

On Travis phpcs only ran against tests/php/ directory

5 years agoOn Travis phpcs only ran against tests/php/ directory
Marc Tobias Metten [Mon, 23 Jul 2018 20:18:32 +0000 (22:18 +0200)]
On Travis phpcs only ran against tests/php/ directory

5 years agoMerge pull request #1113 from mtmail/remove-empty-icon-configuration
Sarah Hoffmann [Mon, 23 Jul 2018 18:37:31 +0000 (20:37 +0200)]
Merge pull request #1113 from mtmail/remove-empty-icon-configuration

ClassTypes: treat empty string for -icon-same as null

5 years agoMerge pull request #1114 from mtmail/fix-tiny-phplint-error
Sarah Hoffmann [Mon, 23 Jul 2018 18:35:38 +0000 (20:35 +0200)]
Merge pull request #1114 from mtmail/fix-tiny-phplint-error

PHP code style: use long array syntax

5 years agoPHP code style: use long array syntax
marc tobias [Mon, 23 Jul 2018 15:24:31 +0000 (17:24 +0200)]
PHP code style: use long array syntax

5 years agoClassTypes: treat empty string for -icon-same as null
marc tobias [Mon, 23 Jul 2018 15:10:27 +0000 (17:10 +0200)]
ClassTypes: treat empty string for -icon-same as null

5 years agorework repeatability change in data/words.sql
Eric Stadtherr [Sun, 22 Jul 2018 21:58:11 +0000 (15:58 -0600)]
rework repeatability change in data/words.sql

5 years agoRemove special search for address part for long ways
Sarah Hoffmann [Sun, 22 Jul 2018 13:05:45 +0000 (15:05 +0200)]
Remove special search for address part for long ways

Ways now always have the complete set of crossing boundaries
independent of the length.

Fixes #1108.

5 years agofix variable reference
Eric Stadtherr [Sun, 22 Jul 2018 03:59:03 +0000 (21:59 -0600)]
fix variable reference

5 years agofix omitted initialization
Eric Stadtherr [Sun, 22 Jul 2018 03:53:41 +0000 (21:53 -0600)]
fix omitted initialization

5 years agoPR review changes
Eric Stadtherr [Sun, 22 Jul 2018 03:45:23 +0000 (21:45 -0600)]
PR review changes

5 years agofix a couple errors with naming convention changes
Eric Stadtherr [Sun, 22 Jul 2018 02:43:48 +0000 (20:43 -0600)]
fix a couple errors with naming convention changes

5 years agoadapt PR changes to use new variable naming convention
Eric Stadtherr [Sat, 21 Jul 2018 23:09:59 +0000 (17:09 -0600)]
adapt PR changes to use new variable naming convention

5 years agoPR review changes
Eric Stadtherr [Sat, 21 Jul 2018 03:06:09 +0000 (21:06 -0600)]
PR review changes

5 years agoWork on setup/update scripts, unit tests, and documentation to enable Postgres server...
Eric Stadtherr [Tue, 17 Jul 2018 23:18:33 +0000 (17:18 -0600)]
Work on setup/update scripts, unit tests, and documentation to enable Postgres server to be optionally configured on a remote host

5 years agoadd a note about variable naming for PHP
Sarah Hoffmann [Sat, 21 Jul 2018 06:47:37 +0000 (08:47 +0200)]
add a note about variable naming for PHP

5 years agoDon't add viewbox weight when no viewbox is given
Sarah Hoffmann [Fri, 20 Jul 2018 21:29:36 +0000 (23:29 +0200)]
Don't add viewbox weight when no viewbox is given

Fixes #1068.

5 years agofix operator type assignment
Sarah Hoffmann [Fri, 20 Jul 2018 20:27:27 +0000 (22:27 +0200)]
fix operator type assignment

Fixes #1084.

5 years agoMerge pull request #1102 from mtmail/tests-for-tokenlist
Sarah Hoffmann [Fri, 20 Jul 2018 19:39:04 +0000 (21:39 +0200)]
Merge pull request #1102 from mtmail/tests-for-tokenlist

tests for Nominatim::TokenList

5 years agoMerge pull request #1099 from lonvia/sanity-check-pyosmium
Sarah Hoffmann [Fri, 20 Jul 2018 19:37:27 +0000 (21:37 +0200)]
Merge pull request #1099 from lonvia/sanity-check-pyosmium

More sanity checks for pyosmium tools

5 years agotests for Nominatim::TokenList
Marc Tobias Metten [Thu, 19 Jul 2018 00:31:54 +0000 (02:31 +0200)]
tests for Nominatim::TokenList

5 years agofix bad namespace for Operator class
Sarah Hoffmann [Tue, 17 Jul 2018 20:23:27 +0000 (22:23 +0200)]
fix bad namespace for Operator class

5 years agomore sanity checks for pyosmium tools
Sarah Hoffmann [Tue, 17 Jul 2018 19:54:37 +0000 (21:54 +0200)]
more sanity checks for pyosmium tools

5 years agoMerge pull request #1090 from mtmail/add-more-nominatim.so-faq-entries
Sarah Hoffmann [Fri, 13 Jul 2018 19:33:13 +0000 (21:33 +0200)]
Merge pull request #1090 from mtmail/add-more-nominatim.so-faq-entries

FAQ: more answers regarding nominatim.so file permissions

5 years agoMerge pull request #1089 from lonvia/clean-up-address-computation
Sarah Hoffmann [Fri, 13 Jul 2018 19:27:00 +0000 (21:27 +0200)]
Merge pull request #1089 from lonvia/clean-up-address-computation

Classes for ClassTypes and AddressDetails and geocodejson cleanup

5 years agoFAQ: more answers regarding nominatim.so file permissions
marc tobias [Fri, 13 Jul 2018 16:43:51 +0000 (18:43 +0200)]
FAQ: more answers regarding nominatim.so file permissions

5 years agofix unit tests for class types
Sarah Hoffmann [Thu, 12 Jul 2018 21:59:29 +0000 (23:59 +0200)]
fix unit tests for class types

5 years agoadd tests for geocodejson and fix syntax errors
Sarah Hoffmann [Thu, 12 Jul 2018 20:00:18 +0000 (22:00 +0200)]
add tests for geocodejson and fix syntax errors

5 years agounify address details lookup
Sarah Hoffmann [Tue, 10 Jul 2018 21:38:27 +0000 (23:38 +0200)]
unify address details lookup

Introduces new AddressDetails class which is responsible
for address lookups. Saves always the complete result
and then allows filtering throught the different access
function. Remove special handling in Geocode() and use
there the lookup throught PlaceLookup() as well.

5 years agomove ClassTypes into own namespace
Sarah Hoffmann [Mon, 9 Jul 2018 21:20:46 +0000 (23:20 +0200)]
move ClassTypes into own namespace

Also adds some convenience functions for lookups.

5 years agoadd geojson,geocodejson formats to API documentation
marc tobias [Mon, 9 Jul 2018 14:06:48 +0000 (16:06 +0200)]
add geojson,geocodejson formats to API documentation

5 years agomake phpcs happy
Sarah Hoffmann [Fri, 6 Jul 2018 20:06:05 +0000 (22:06 +0200)]
make phpcs happy

5 years agoignore admin_level = 15 in geocodejson output
Sarah Hoffmann [Fri, 6 Jul 2018 19:59:17 +0000 (21:59 +0200)]
ignore admin_level = 15 in geocodejson output

Level 15 is an artifical value.

5 years agouse already existing address field in geocodejson
Sarah Hoffmann [Fri, 6 Jul 2018 19:26:54 +0000 (21:26 +0200)]
use already existing address field in geocodejson

5 years agoMerge branch 'geojson-output' of https://github.com/mtmail/Nominatim into mtmail...
Sarah Hoffmann [Fri, 6 Jul 2018 18:26:33 +0000 (20:26 +0200)]
Merge branch 'geojson-output' of https://github.com/mtmail/Nominatim into mtmail-geojson-output

5 years agoremove trailing spaces
Sarah Hoffmann [Thu, 5 Jul 2018 17:28:17 +0000 (19:28 +0200)]
remove trailing spaces

5 years agoavoid 'SELECT *'
Sarah Hoffmann [Thu, 5 Jul 2018 17:27:21 +0000 (19:27 +0200)]
avoid 'SELECT *'

5 years agoupdate tests for off-coast reverse geocoding
Sarah Hoffmann [Wed, 4 Jul 2018 19:03:04 +0000 (21:03 +0200)]
update tests for off-coast reverse geocoding

5 years agomake sure index is used when looking for places in country
Sarah Hoffmann [Wed, 4 Jul 2018 18:56:09 +0000 (20:56 +0200)]
make sure index is used when looking for places in country

5 years agoupdate indexes for new reverse algorithm
Sarah Hoffmann [Mon, 2 Jul 2018 21:56:56 +0000 (23:56 +0200)]
update indexes for new reverse algorithm

5 years agoMerge branch 'better-reverse' of https://github.com/gemo1011/Nominatim into gemo1011...
Sarah Hoffmann [Mon, 2 Jul 2018 19:33:27 +0000 (21:33 +0200)]
Merge branch 'better-reverse' of https://github.com/gemo1011/Nominatim into gemo1011-better-reverse

5 years agoedited indices an setup file to grant select for table country_osm_grid
Unknown [Thu, 28 Jun 2018 09:34:19 +0000 (11:34 +0200)]
edited indices an setup file to grant select for table country_osm_grid

5 years agoincrease search radius when looking for addr:place base objects
Sarah Hoffmann [Wed, 27 Jun 2018 20:45:34 +0000 (22:45 +0200)]
increase search radius when looking for addr:place base objects

Fixes #1036.

5 years agouse computed postcode by default in export script
Sarah Hoffmann [Wed, 27 Jun 2018 19:39:00 +0000 (21:39 +0200)]
use computed postcode by default in export script

5 years agoinstall export script in build directory
Sarah Hoffmann [Wed, 27 Jun 2018 19:26:50 +0000 (21:26 +0200)]
install export script in build directory

5 years agoadded comments and improved geOutline function
gemo1011 [Tue, 26 Jun 2018 13:16:19 +0000 (15:16 +0200)]
added comments and improved geOutline function

5 years agono polygon search over country-level
gemo1011 [Fri, 22 Jun 2018 12:30:32 +0000 (14:30 +0200)]
no polygon search over country-level

5 years agochanged the lookupPolygon function
gemo1011 [Fri, 22 Jun 2018 12:08:45 +0000 (14:08 +0200)]
changed the lookupPolygon function

- Search for Polygons begins at rank_address 4
- $iMaxRank changed to 25 if its higher

5 years agofixed syntax error
gemo1011 [Thu, 21 Jun 2018 12:46:36 +0000 (14:46 +0200)]
fixed syntax error

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