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
Sarah Hoffmann
8714fa7dec
refine bug report information
2017-06-14 16:18:54 +02:00
Sarah Hoffmann
896421fe9f
improve update interval computation
...
Don't do anything if a downloaded diff is empty after all
(may be happening when an empty diff was published upstream).
Correctly compute the waiting interval before checking for new
data. As the interval is now computed based on the date of the
newest object in the database, the configured intervals need
to be adjusted slightly to take into account the time it takes
for the server to publish a diff.
2017-06-11 09:21:24 +02:00
Sarah Hoffmann
4e6c75040e
Guard against network failures in getDatabaseDate()
...
When updating use the date from the diff file instead
as we are guaranteed to get this if the file has been
successfully loaded.
2017-06-09 21:49:31 +02:00
Sarah Hoffmann
7448d3f171
recompile installation instructions
2017-06-09 20:12:29 +02:00
Sarah Hoffmann
5e5713b90f
Ignore postcodes with comma and semicolon when computing address
...
OSM has sometimes postcode lists for cities which should
simply be ignored.
Fixes #673 .
2017-06-07 23:19:56 +02:00
Sarah Hoffmann
9785aff76c
restrict linked places to place nodes
...
Avoids getting the wrong entry when the linked place has
double tagging.
Fixes #573 .
2017-06-07 21:32:02 +02:00
Sarah Hoffmann
f4e958a66d
get precomputed housenumbers and postcodes from address column
2017-06-07 20:35:41 +02:00
Sarah Hoffmann
5a5691b5b7
force update of linker when linkee is updates
...
Potential name changes need to be added to the linker's
name hstore.
Fixes #170 .
2017-06-06 23:46:44 +02:00
Sarah Hoffmann
9848381a04
remove wip tags from all tests
2017-06-06 22:01:52 +02:00
Sarah Hoffmann
623d58b67e
Remove boundries when downgrading from polygon to line
...
Fixes #135 .
2017-06-06 21:59:36 +02:00
Sarah Hoffmann
6985abc3fd
Merge pull request #745 from lonvia/restrict-poi-queries-results
...
limit number of considered places in POI queries
2017-06-06 20:55:15 +02:00
Sarah Hoffmann
0628aa887f
adapt postcode centroid import to new address hstore
...
The postcode now needs to be saved in address->'postcode'
not in the postcode column which is derived only later while
indexing.
Fixes #746 .
Thanks to @kkoop.
2017-06-06 20:42:13 +02:00
Sarah Hoffmann
c13094acfd
limit number of considered places in POI queries
...
When searching for POIs in place_classtype_ tables limit the number
of objects considered to 300. The distinct and order by clauses
forced until now to retrive all matching objects and order them
first which can cause long running queries when retriving them
for large areas like the US.
Fixes #735 .
2017-06-05 22:40:42 +02:00
Sarah Hoffmann
308bfcbf25
advertise official location for test data on nominatim.org
2017-06-05 22:01:42 +02:00
Sarah Hoffmann
de0ad657ba
fix formatting in test README
2017-06-05 21:53:45 +02:00
Sarah Hoffmann
13674c3939
update osm2pgsql (revert use of "char")
2017-06-05 09:08:23 +02:00