]>
git.openstreetmap.org Git - nominatim.git/log
Sarah Hoffmann [Mon, 13 Aug 2018 19:17:49 +0000 (21:17 +0200)]
reverse on street level should compute distance to object
The centroid of a building may be far away even when still inside
the building.
Fixes #1136.
Sarah Hoffmann [Mon, 13 Aug 2018 18:52:49 +0000 (20:52 +0200)]
fix large viewbox computation
Fixes #1137.
Sarah Hoffmann [Sat, 11 Aug 2018 12:47:36 +0000 (14:47 +0200)]
add FAQ from nominatim.org
Sarah Hoffmann [Sat, 11 Aug 2018 12:17:41 +0000 (14:17 +0200)]
add description of output of API
Sarah Hoffmann [Sat, 11 Aug 2018 07:24:59 +0000 (09:24 +0200)]
clean up docs for lookup call
Sarah Hoffmann [Thu, 9 Aug 2018 21:06:52 +0000 (23:06 +0200)]
clean up and format search documentation
Sarah Hoffmann [Sun, 5 Aug 2018 21:38:19 +0000 (23:38 +0200)]
clean up and format search documentation
Sarah Hoffmann [Wed, 8 Aug 2018 20:04:39 +0000 (22:04 +0200)]
fixup use of indexes for latest reverse changes
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
Sarah Hoffmann [Sun, 5 Aug 2018 13:47:55 +0000 (15:47 +0200)]
define types for null returns in PlaceLookup
Fixes #1127.
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.
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
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
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.
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
Sarah Hoffmann [Wed, 1 Aug 2018 22:06:02 +0000 (00:06 +0200)]
fall back to debugInfo() for printing objects
Fixes #1122.
Sarah Hoffmann [Wed, 1 Aug 2018 21:12:34 +0000 (23:12 +0200)]
prefix function calls in make_standard_name() with schema
Fixes #1097.
Eric Stadtherr [Mon, 30 Jul 2018 17:20:43 +0000 (11:20 -0600)]
address phpcs issue (strange it didn't appear in earlier runs)
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
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
Marc Tobias Metten [Mon, 23 Jul 2018 20:18:32 +0000 (22:18 +0200)]
On Travis phpcs only ran against tests/php/ directory
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
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
marc tobias [Mon, 23 Jul 2018 15:24:31 +0000 (17:24 +0200)]
PHP code style: use long array syntax
marc tobias [Mon, 23 Jul 2018 15:10:27 +0000 (17:10 +0200)]
ClassTypes: treat empty string for -icon-same as null
Eric Stadtherr [Sun, 22 Jul 2018 21:58:11 +0000 (15:58 -0600)]
rework repeatability change in data/words.sql
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.
Eric Stadtherr [Sun, 22 Jul 2018 03:59:03 +0000 (21:59 -0600)]
fix variable reference
Eric Stadtherr [Sun, 22 Jul 2018 03:53:41 +0000 (21:53 -0600)]
fix omitted initialization
Eric Stadtherr [Sun, 22 Jul 2018 03:45:23 +0000 (21:45 -0600)]
PR review changes
Eric Stadtherr [Sun, 22 Jul 2018 02:43:48 +0000 (20:43 -0600)]
fix a couple errors with naming convention changes
Eric Stadtherr [Sat, 21 Jul 2018 23:09:59 +0000 (17:09 -0600)]
adapt PR changes to use new variable naming convention
Eric Stadtherr [Sat, 21 Jul 2018 03:06:09 +0000 (21:06 -0600)]
PR review changes
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
Sarah Hoffmann [Sat, 21 Jul 2018 06:47:37 +0000 (08:47 +0200)]
add a note about variable naming for PHP
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.
Sarah Hoffmann [Fri, 20 Jul 2018 20:27:27 +0000 (22:27 +0200)]
fix operator type assignment
Fixes #1084.
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
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
Marc Tobias Metten [Thu, 19 Jul 2018 00:31:54 +0000 (02:31 +0200)]
tests for Nominatim::TokenList
Sarah Hoffmann [Tue, 17 Jul 2018 20:23:27 +0000 (22:23 +0200)]
fix bad namespace for Operator class
Sarah Hoffmann [Tue, 17 Jul 2018 19:54:37 +0000 (21:54 +0200)]
more sanity checks for pyosmium tools
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
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
marc tobias [Fri, 13 Jul 2018 16:43:51 +0000 (18:43 +0200)]
FAQ: more answers regarding nominatim.so file permissions
Sarah Hoffmann [Thu, 12 Jul 2018 21:59:29 +0000 (23:59 +0200)]
fix unit tests for class types
Sarah Hoffmann [Thu, 12 Jul 2018 20:00:18 +0000 (22:00 +0200)]
add tests for geocodejson and fix syntax errors
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.
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.
marc tobias [Mon, 9 Jul 2018 14:06:48 +0000 (16:06 +0200)]
add geojson,geocodejson formats to API documentation
Sarah Hoffmann [Fri, 6 Jul 2018 20:06:05 +0000 (22:06 +0200)]
make phpcs happy
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.
Sarah Hoffmann [Fri, 6 Jul 2018 19:26:54 +0000 (21:26 +0200)]
use already existing address field in geocodejson
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
Sarah Hoffmann [Thu, 5 Jul 2018 17:28:17 +0000 (19:28 +0200)]
remove trailing spaces
Sarah Hoffmann [Thu, 5 Jul 2018 17:27:21 +0000 (19:27 +0200)]
avoid 'SELECT *'
Sarah Hoffmann [Wed, 4 Jul 2018 19:03:04 +0000 (21:03 +0200)]
update tests for off-coast reverse geocoding
Sarah Hoffmann [Wed, 4 Jul 2018 18:56:09 +0000 (20:56 +0200)]
make sure index is used when looking for places in country
Sarah Hoffmann [Mon, 2 Jul 2018 21:56:56 +0000 (23:56 +0200)]
update indexes for new reverse algorithm
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
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
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.
Sarah Hoffmann [Wed, 27 Jun 2018 19:39:00 +0000 (21:39 +0200)]
use computed postcode by default in export script
Sarah Hoffmann [Wed, 27 Jun 2018 19:26:50 +0000 (21:26 +0200)]
install export script in build directory
gemo1011 [Tue, 26 Jun 2018 13:16:19 +0000 (15:16 +0200)]
added comments and improved geOutline function
gemo1011 [Fri, 22 Jun 2018 12:30:32 +0000 (14:30 +0200)]
no polygon search over country-level
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
gemo1011 [Thu, 21 Jun 2018 12:46:36 +0000 (14:46 +0200)]
fixed syntax error
gemo1011 [Thu, 21 Jun 2018 12:33:22 +0000 (14:33 +0200)]
added case when for highways in subquery
gemo1011 [Thu, 21 Jun 2018 11:26:04 +0000 (13:26 +0200)]
added search diameter for the place node search, depending on rank
gemo1011 [Wed, 20 Jun 2018 12:46:42 +0000 (14:46 +0200)]
GRANT SELECT ON Table country_osm_grid
gemo1011 [Wed, 20 Jun 2018 09:35:51 +0000 (11:35 +0200)]
fixed getoutlinesfunction
gemo1011 [Tue, 19 Jun 2018 08:30:37 +0000 (10:30 +0200)]
updated indices for reverse geocoding
gemo1011 [Mon, 18 Jun 2018 14:19:38 +0000 (16:19 +0200)]
improvements for pull request
gemo1011 [Thu, 14 Jun 2018 13:06:47 +0000 (15:06 +0200)]
fixed typo
gemo1011 [Thu, 14 Jun 2018 12:39:51 +0000 (14:39 +0200)]
fixed getoutlines function if no coordinates are passed
gemo1011 [Wed, 13 Jun 2018 14:33:16 +0000 (16:33 +0200)]
better search for interpolated housenumbers
gemo1011 [Wed, 13 Jun 2018 11:22:37 +0000 (13:22 +0200)]
using ST_ClosestPoint and a subquery
gemo1011 [Tue, 5 Jun 2018 09:07:51 +0000 (11:07 +0200)]
test adjusting
gemo1011 [Thu, 24 May 2018 11:45:45 +0000 (13:45 +0200)]
better place node search with rank_search
gemo1011 [Wed, 23 May 2018 13:29:41 +0000 (15:29 +0200)]
only starts the search in country_osm_grid if $iMaxRank > 4
gemo1011 [Wed, 23 May 2018 11:37:58 +0000 (13:37 +0200)]
edited test
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
gemo1011 [Tue, 22 May 2018 10:31:53 +0000 (12:31 +0200)]
changed parameters for lookup function in the reverse.php
gemo1011 [Tue, 22 May 2018 10:22:15 +0000 (12:22 +0200)]
rebase
gemo1011 [Fri, 18 May 2018 13:34:50 +0000 (15:34 +0200)]
rebase
gemo1011 [Wed, 27 Jun 2018 12:17:08 +0000 (14:17 +0200)]
changed export.php to work with current master
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.
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
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
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
Marc Tobias Metten [Thu, 14 Jun 2018 00:19:19 +0000 (02:19 +0200)]
display viewbox on map
Marc Tobias Metten [Thu, 14 Jun 2018 00:18:00 +0000 (02:18 +0200)]
update leaflet.js 1.0 => 1.3
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.
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
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
gemo1011 [Wed, 16 May 2018 11:17:56 +0000 (13:17 +0200)]
new query to search place nodes if no polygon was found
gemo1011 [Wed, 9 May 2018 11:18:37 +0000 (13:18 +0200)]
adapted the coding style with phpcs
gemo1011 [Wed, 9 May 2018 09:39:05 +0000 (11:39 +0200)]
better performance
gemo1011 [Thu, 3 May 2018 15:44:18 +0000 (17:44 +0200)]
faster query through bbox preselection