Sarah Hoffmann
|
8f6fdfeb0b
|
forgot to index last rank
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
b4e6d72fde
|
replace nominatim C program
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
a338ebfce0
|
fix log levels
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
4144364a15
|
add time display for nominatim.py
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
11c0dd235b
|
clean up and document script
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
4a9502bf88
|
fix SQL and some other stuff
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
6c0d6d3178
|
Revert "switch to threading"
This reverts commit 8b1c2181be5aa5335c68d36a49cab9c4e2cd8bef.
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
0a26ca7104
|
switch to threading
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
2a15b2522f
|
use generator for thread choice
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
c11d1d78e9
|
add prepared statement
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
7e51aa4cef
|
simple implementation
|
2020-01-24 22:06:30 +01:00 |
|
Sarah Hoffmann
|
9abb96fa6b
|
Merge pull request #1647 from lonvia/split-out-linking
Split up placex update trigger code
|
2020-01-24 21:55:19 +01:00 |
|
Sarah Hoffmann
|
879aafc916
|
fix indent
|
2020-01-24 21:16:26 +01:00 |
|
Sarah Hoffmann
|
5ec25122f6
|
rename functions where return parameter changed
Postgresql cannot cleanly reimport these functions when
upgrading, so simply rename to avoid errors.
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
9371b1aeb9
|
forgot new trigger sql
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
6f6d116451
|
adapt index for changes name lookup
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
3ff6eccfd7
|
move trigger creation later in setup
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
5d1fa597ea
|
clean up get_word_id function
Replaced by addr_ids_from_name() which also normalises the
string.
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
3b6c2c9155
|
getNearestNamed*Feature functions better return values
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
f863040b38
|
factor out parent search from addr:street/addr:place
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
1033f8bce7
|
factor out searching for parent road for pois
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
cf4dbbd681
|
remove unused function
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
6dccc693d0
|
factor out computation of default names
Also moves the computation down the line so that we never
have to do it twice.
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
c3dc66ce9c
|
factor out place linking sql
|
2020-01-23 22:28:43 +01:00 |
|
Sarah Hoffmann
|
4856f56d61
|
adapt test to change in hamlet classification
|
2020-01-23 22:26:47 +01:00 |
|
Sarah Hoffmann
|
2edc15dfb8
|
doc: clarify the influence of autovacuum on memory
|
2020-01-22 12:02:38 +01:00 |
|
Sarah Hoffmann
|
69e31baf68
|
docs: add a note that the faltnode file is needed for updates
Fixes #1644.
|
2020-01-22 11:44:05 +01:00 |
|
Sarah Hoffmann
|
586ff0c364
|
Merge pull request #1638 from mtmail/check-for-invalid-indices
check_import_finished: check for invalid indices
|
2020-01-14 21:34:35 +01:00 |
|
Sarah Hoffmann
|
f3ba358d50
|
hint that invalid indices must be manually deleted
|
2020-01-14 21:33:09 +01:00 |
|
Sarah Hoffmann
|
54bf4c3339
|
Merge pull request #1637 from mtmail/fix-warnings-in-verbose-warm
warm.php verbose mode was printing errors
|
2020-01-14 21:30:46 +01:00 |
|
Sarah Hoffmann
|
acda4344de
|
Merge pull request #1636 from lonvia/update-introduction
Update help text on website
|
2020-01-14 21:29:25 +01:00 |
|
marc tobias
|
6b0afd5d9b
|
check_import_finished: check for invalid indices
|
2020-01-14 19:36:40 +01:00 |
|
marc tobias
|
850910ed9e
|
warm.php verbose mode was printing errors
|
2020-01-14 18:24:49 +01:00 |
|
Sarah Hoffmann
|
4ffa11a26c
|
update report a problem page
|
2020-01-13 22:42:49 +01:00 |
|
Sarah Hoffmann
|
f5e60f8c40
|
update help links
All links should go to nominatim.org now. Also add links
to Help OSM and the Github repository.
|
2020-01-13 22:20:53 +01:00 |
|
Sarah Hoffmann
|
ddaf1b79d4
|
remove special handling of rail
Skip railway=rail in the style, so that installations can remove
it if they wish.
|
2020-01-08 23:53:23 +01:00 |
|
Sarah Hoffmann
|
d732dc3bb2
|
update place address levels
Adds province and allotments and downgrades hamlet.
|
2020-01-08 23:53:03 +01:00 |
|
Sarah Hoffmann
|
f0af5c5643
|
Merge pull request #1628 from lonvia/split-sql-functions
Split monstrous functions.sql
|
2020-01-08 21:36:40 +01:00 |
|
Sarah Hoffmann
|
7a194789bc
|
remove remaining sql functions into function/ directory
|
2020-01-08 11:45:51 +01:00 |
|
Sarah Hoffmann
|
827d7a9a62
|
move postcode table triggers to own file
|
2020-01-08 11:22:23 +01:00 |
|
Sarah Hoffmann
|
dae2761137
|
move placex triggers into own file
|
2020-01-08 11:18:42 +01:00 |
|
Sarah Hoffmann
|
4304c1a7bb
|
move place triggers into own file
|
2020-01-07 23:55:38 +01:00 |
|
Sarah Hoffmann
|
c537ea18a4
|
move functions for interpolation table in own file
|
2020-01-05 16:36:46 +01:00 |
|
Sarah Hoffmann
|
28fa7be75a
|
move functions for address lookup into own file
|
2020-01-05 16:16:21 +01:00 |
|
Sarah Hoffmann
|
f1a5862f3d
|
move creation function for aux data into own file
This function is currently unused, so don't even load it.
|
2020-01-05 16:04:04 +01:00 |
|
Sarah Hoffmann
|
4088e4e371
|
move importance/wikipedia functions into separate file
|
2020-01-05 15:55:39 +01:00 |
|
Sarah Hoffmann
|
0ef6425847
|
move SQL functions for normalisation in separate file
|
2020-01-05 15:38:20 +01:00 |
|
Sarah Hoffmann
|
7489deb1b7
|
Merge pull request #1627 from lonvia/cleanup-setup-scripts
Minor cleanup of setup scripts
|
2020-01-05 14:17:39 +01:00 |
|
Sarah Hoffmann
|
2059e18e8b
|
setup: factor out parameter replacement in SQL scripts
Put all into a single function and use for all SQL
templates.
|
2020-01-04 23:48:49 +01:00 |
|
Sarah Hoffmann
|
d11ee4c6d9
|
fix osm link in polygon error view
|
2020-01-04 21:51:14 +01:00 |
|