Eric Stadtherr
|
62747c934d
|
Work on setup/update scripts, unit tests, and documentation to enable Postgres server to be optionally configured on a remote host
|
2018-07-21 12:09:47 -06:00 |
|
Sarah Hoffmann
|
0315b87664
|
update indexes for new reverse algorithm
|
2018-07-02 23:56:56 +02:00 |
|
Sarah Hoffmann
|
ac29f8bc91
|
Merge branch 'better-reverse' of https://github.com/gemo1011/Nominatim into gemo1011-better-reverse
|
2018-07-02 21:33:27 +02:00 |
|
Unknown
|
ec6a427e0a
|
edited indices an setup file to grant select for table country_osm_grid
|
2018-06-28 11:34:19 +02:00 |
|
Sarah Hoffmann
|
09b59bd56a
|
increase search radius when looking for addr:place base objects
Fixes #1036.
|
2018-06-27 22:45:34 +02:00 |
|
gemo1011
|
144c3b3eb2
|
fixed syntax error
|
2018-06-27 14:55:19 +02:00 |
|
gemo1011
|
71e3d8b1de
|
GRANT SELECT ON Table country_osm_grid
|
2018-06-27 14:55:16 +02:00 |
|
gemo1011
|
d5e39260b3
|
updated indices for reverse geocoding
|
2018-06-27 14:55:14 +02:00 |
|
Sarah Hoffmann
|
743ec43460
|
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.
|
2018-06-14 00:11:19 +02:00 |
|
Sarah Hoffmann
|
6706a23fb5
|
streamline SQL for parenting rank 30 places
- avoid select all
- prefer direct select into
- use early loop exit when possible
|
2018-05-01 15:44:18 +02:00 |
|
Sarah Hoffmann
|
c7faab4d7c
|
adapt reverse index to changed reverse query
Thanks to @gemo1011.
|
2018-05-01 15:29:39 +02:00 |
|
Sarah Hoffmann
|
53c526c01d
|
remove search_name_country table
The table is no longer used, country names are handled
directly via the word table.
|
2018-04-16 20:47:45 +02:00 |
|
Sarah Hoffmann
|
dc371618ba
|
remove now unused getNearestNamedRoadFeature() function
|
2018-04-16 20:34:28 +02:00 |
|
Sarah Hoffmann
|
59288417f0
|
remove debug code
|
2018-04-16 20:29:30 +02:00 |
|
Sarah Hoffmann
|
1dd401b570
|
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.
|
2018-04-16 20:27:16 +02:00 |
|
Sarah Hoffmann
|
ee194ab369
|
remove special search for Tiger postcodes
Postcodes should no longer appear in the address search terms.
|
2018-04-16 20:25:19 +02:00 |
|
Sarah Hoffmann
|
b8113abd93
|
fix variable name
|
2018-04-16 20:16:11 +02:00 |
|
Sarah Hoffmann
|
5182da9f45
|
add tests for address tag parsing for search name
|
2018-04-15 22:52:42 +02:00 |
|
Sarah Hoffmann
|
14c25717ab
|
restrict addr:* tags that are used for search term
Fixes #1001.
|
2018-04-15 22:17:20 +02:00 |
|
Sarah Hoffmann
|
d79a2bb17e
|
increase search radius for named streets in addresses
Fixes #950.
|
2018-03-16 23:37:42 +01:00 |
|
Sarah Hoffmann
|
c3483747eb
|
reimport boundaries from scratch when type is changed
Fixes #895.
|
2018-02-12 21:19:27 +01:00 |
|
Sarah Hoffmann
|
cbaabe7c24
|
add function to recalculate counts for full-word search term
|
2017-12-17 16:00:28 +01:00 |
|
Sarah Hoffmann
|
35c7269bac
|
when linking waterway ways and relations allow all river-like types
Fixes #848
|
2017-12-16 17:00:55 +01:00 |
|
Sarah Hoffmann
|
e523b34db9
|
precomputed postcodes must use dedicated import function
|
2017-10-28 18:24:01 +02:00 |
|
Sarah Hoffmann
|
c44324fda5
|
ignore linked places for address details
Fixes #816.
|
2017-10-27 21:57:35 +02:00 |
|
Sarah Hoffmann
|
7ea1ef3feb
|
take country names only from relations
|
2017-10-12 21:03:03 +02:00 |
|
Sarah Hoffmann
|
bafbf679b6
|
add script for updating postcodes
|
2017-10-03 15:58:14 +02:00 |
|
Sarah Hoffmann
|
909b0c7462
|
Merge pull request #782 from lonvia/rework-postcodes
Rework handling of artificial postcode centroids
|
2017-09-16 15:54:55 +02:00 |
|
Sarah Hoffmann
|
37c653396b
|
increase search rank of leisure=park
Fixes #786.
|
2017-08-31 21:10:48 +02:00 |
|
Sarah Hoffmann
|
caf018538f
|
normalize all postcodes before use
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
ccae2c733b
|
simplify search for artificial postcodes
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
5673c4cf91
|
special handling for estimated postcode in areas
Don't add a postcode at all if multiple estimated
postcodes fall into the area.
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
a44377c7b0
|
fix postcode-related tests
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
5b4bbab9be
|
include GB CodePoint data into location_postcode table
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
413c69ddc9
|
improve calculation of postcode for interpolations
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
ce76a25101
|
merging back postcodes is no longer necessary
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
57dc0304b5
|
add search for postcode
Implements the 'postcode' operator.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
727bd73d0b
|
fix typo
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
a2a1901b09
|
add postcodes as special items in word table
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
43869b9938
|
make sure postcode gets recomputed on update
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
9a86c0cebc
|
use only computed postcode when getting address
Postcodes from address parts are now ignored as they have
been already taken into account when computing the postcode.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
d0cc4006d3
|
remove unused get_address_postcode function
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
dc2911ae72
|
normalize postcodes before adding to location tables
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
d59d57957c
|
precompute postcodes
Set postcode column to the best guess for the postcode for
the place.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
4e792546e8
|
add postcode to location_area tables
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
79aa74b771
|
remove unused loaddata file
Load data is being done in the setup script.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
bdec4e6488
|
replace AddGeometryColumn() functions
Directly add the columns to the table definitions instead.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
71ddeb40a6
|
remove now useless getNearestPostcode function
Most postcodes are not in the location-area tables anymore.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
80ef6cbaab
|
add indexing of artificial postcodes
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
15dbb6383c
|
add new location_postcode table
Artifical postcode centroids are now saved in there.
|
2017-08-19 19:37:05 +02:00 |
|