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
|
ec8af1dd40
|
fix more tests
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
50c5abf6bb
|
fix API tests wrt postcodes
|
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
|
5237f44c4a
|
remove lat/lon check for search terms
Was only used with GB postcodes which were removed.
|
2017-08-19 19:37:06 +02:00 |
|
Sarah Hoffmann
|
99e9abe843
|
require postcodes to match exactly in normalised form
|
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
|
53f8459e97
|
move postcode indexing to end of setup
The search_name tables are needed for finding the parent,
so the rest of the database must be indexed.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
3714b7ea7d
|
take postcode into account for other searches
Existence of postcode is still optional but if a matching
result is found, then non-matching ones will be discarded.
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
0ecb920866
|
immediately drop searches where requested country code does not match
|
2017-08-19 19:37:05 +02:00 |
|
Sarah Hoffmann
|
563099f7fa
|
take address part into account in postcode search
|
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
|
872e73314e
|
move postcodes into special operation for Searches
Introduces postcode field in searches and sorts out any marked
postcodes.
|
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
|
16053e81bf
|
show address tags and postcode in details
|
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 |
|
Sarah Hoffmann
|
3e9fb0dc84
|
fix syntax typo
|
2017-08-14 22:34:53 +02:00 |
|
Sarah Hoffmann
|
95df39c292
|
prepare for release 3.0.1
|
2017-08-13 22:18:08 +02:00 |
|
Sarah Hoffmann
|
aab41b78af
|
Merge pull request #779 from lonvia/update-osm2pgsql
update osm2pgsql
|
2017-07-26 23:53:47 +02:00 |
|
Sarah Hoffmann
|
96ecee431b
|
Merge pull request #776 from lonvia/vagrant-fix-country-paths
vagrant: download country data into correct directory
|
2017-07-26 23:44:00 +02:00 |
|
Sarah Hoffmann
|
64bf44eaf0
|
update osm2pgsql
Fixes #770.
|
2017-07-26 23:40:14 +02:00 |
|
Sarah Hoffmann
|
9996cc495c
|
Merge pull request #778 from woodpeck/patch-1
Mention explicitly that Osmosis is not required.
|
2017-07-23 21:01:51 +02:00 |
|
Frederik Ramm
|
bce11a5fc7
|
Mention explicitly that Osmosis is not required.
|
2017-07-21 09:23:38 +02:00 |
|
Sarah Hoffmann
|
cce57139cf
|
Merge pull request #775 from lonvia/code-coverage
enable code coverage computation for API BDD tests
|
2017-07-17 23:19:41 +02:00 |
|
Sarah Hoffmann
|
937bead547
|
vagrant: download country data into correct directory
|
2017-07-17 23:17:26 +02:00 |
|
Sarah Hoffmann
|
3fba5e7867
|
enable code coverage computation for API BDD tests
Fixes #505.
|
2017-07-17 22:59:13 +02:00 |
|
Sarah Hoffmann
|
a27e191335
|
Merge pull request #771 from rksh/patch-1
Warn about operation order with Wikipedia data
|
2017-07-15 10:34:43 +02:00 |
|
Andy Carra
|
8c087e4cb8
|
Warn about operation order with Wikipedia data
Give first-time users a tip about installing Wikipedia data before performing initial import.
once https://github.com/openstreetmap/Nominatim/issues/255 has been addressed, this note is no-longer important.
|
2017-07-14 18:52:54 -07:00 |
|
Sarah Hoffmann
|
39bab5f4a1
|
Merge pull request #768 from SrihariThalla/update-typo-fix
[Minor] [/docs] Update file name of update.php to init updates command
|
2017-07-07 12:51:51 +02:00 |
|
Srihari Thalla
|
d004a0e3df
|
Update file name of update.php to init updates
|
2017-07-07 15:57:01 +05:30 |
|
mtmail
|
bc0cf74ba7
|
Merge pull request #767 from manzari/patch-1
add country_osm_grid download to development (vagrant) setup instructions
|
2017-07-07 01:46:04 +02:00 |
|
manzari
|
e64e3b4939
|
Update VAGRANT.md
|
2017-07-06 18:05:14 +02:00 |
|
Sarah Hoffmann
|
6de0a854fb
|
Merge pull request #763 from SrihariThalla/update-doc-links
Update incorrect internal links to docs
|
2017-06-29 21:00:29 +02:00 |
|
Srihari Thalla
|
97ad4e4654
|
Update incorrect internal links to docs
|
2017-06-29 17:29:15 +05:30 |
|
Sarah Hoffmann
|
748fa3e28f
|
prepare for release 3.0.0
|
2017-06-25 20:58:59 +02:00 |
|
Sarah Hoffmann
|
7ef0239f19
|
make naming of documentation files consistent
|
2017-06-25 17:18:21 +02:00 |
|
Sarah Hoffmann
|
2daa4ed813
|
add extensive debug messages for placex
|
2017-06-15 23:17:34 +02:00 |
|