Sarah Hoffmann
031f20c3e6
add simplified geometry index for reverse queries
2014-09-07 17:17:49 +02:00
Sarah Hoffmann
8c7f8165bd
update osm2pgsql (empty waterways)
...
fixes #153
2014-09-07 17:13:25 +02:00
Sarah Hoffmann
86d90bc460
add functional tests
...
These are the tests that were formerly located at
https://github.com/lonvia/test-nominatim
2014-09-07 17:02:10 +02:00
Sarah Hoffmann
e7ee9c2d84
fix coordinate order for route parameter
...
fixes #174
2014-09-03 21:08:26 +02:00
Sarah Hoffmann
5f79cca558
apply rank restrictions already when scanning search_name table
...
fixes #176
2014-09-03 21:00:37 +02:00
Sarah Hoffmann
0b545ba093
experimental ordering of searches within same rank
...
giving preference to those without operator and housenumber
2014-09-03 20:46:41 +02:00
Sarah Hoffmann
a27bf64a55
disable unused function get_coonected_ways()
...
interferes with testing because of a reverse dependency on planet_osm_ways
2014-08-29 22:13:57 +02:00
Brian Quinion
fcc731dcd4
Add aeroway as alias for airport
2014-08-22 14:11:01 +01:00
Sarah Hoffmann
6b0ecb0e2f
support colon in wikipedia article names
...
fixes #172
2014-08-17 22:31:18 +02:00
Sarah Hoffmann
8a4bd7fa4c
consider side_streams as part of waterways if they have the same name
...
fixes #155
2014-07-21 23:11:28 +02:00
Sarah Hoffmann
2643225b72
fix member lookup in empty waterway relations
2014-07-06 23:15:53 +02:00
Sarah Hoffmann
c3dcb6535a
go through entire member list when checking waterway relations
2014-07-06 21:23:11 +02:00
Brian Quinion
1d248ac86d
Make deduplicate work again. Only currently support 9.3 due to new postgresql functions added.
2014-06-30 17:49:24 +01:00
Brian Quinion
7c54c81b77
update tiger import for changes to functions.sql
2014-06-26 17:12:39 +01:00
Sarah Hoffmann
3aab35e4b6
revert accidental osm2pgsql version downgrade
2014-06-05 22:37:58 +02:00
Sarah Hoffmann
6a5b5b3c36
revert error checking on pgsql restore
...
wikipedia dumps create expected errors on restore, fixes #142
2014-06-05 22:31:59 +02:00
Sarah Hoffmann
0ab547793d
inherit postcode from street to poi
2014-05-26 22:42:03 +02:00
Sarah Hoffmann
be1d7f38ca
return with non-zero exit code on error
2014-05-18 22:58:58 +02:00
Sarah Hoffmann
a178a62877
update osm2pgsql (waterway multiline geometries)
2014-05-18 21:51:26 +02:00
Sarah Hoffmann
665446e1a6
omit places with zero address rank from address lookup tables
2014-05-18 21:45:29 +02:00
Sarah Hoffmann
ea48e50c60
Merge branch 'place-in-addressdetails' of https://github.com/lonvia/Nominatim
2014-05-16 11:23:05 +02:00
Sarah Hoffmann
71883fc341
add setup option to ignore SQL errors
...
needed when restoring partial backups
2014-05-13 23:23:31 +02:00
Sarah Hoffmann
08b6fffc36
break out of write loop when psql fails
...
fixes hanging in --create-functions
2014-05-13 23:17:05 +02:00
Sarah Hoffmann
defb809b83
normalize house numbers in placex when searching
2014-05-10 19:41:11 +02:00
Sarah Hoffmann
052d219205
link waterway relations against contained ways
2014-05-07 22:47:36 +02:00
Sarah Hoffmann
bbd08742ce
update osm2pgsql (waterways)
2014-05-05 21:40:07 +02:00
Sarah Hoffmann
70deb7883e
fix PHP warnings about undefined variables
2014-05-01 15:38:31 +02:00
Sarah Hoffmann
7b24f72870
give slight preference to full-word matches when reranking
...
fixes https://trac.openstreetmap.org/ticket/5094
2014-05-01 15:19:24 +02:00
Sarah Hoffmann
11153633ff
remove some dead code
2014-05-01 14:21:57 +02:00
Sarah Hoffmann
3eb21a7694
don't enlarge viewbox when bounded is requested
2014-05-01 14:20:23 +02:00
Sarah Hoffmann
9ac57c92ee
fix formatting
2014-05-01 09:25:06 +02:00
Sarah Hoffmann
ac70726591
sanity check of house number format
...
Add a penalty for house number search terms when they contain
too many non-numeric characters in an attempt to filter tokens
that ended up as house numbers in the word table as a result
of mapping errors.
2014-05-01 09:18:10 +02:00
Sarah Hoffmann
34adfd5041
add penalty for special term searches
...
abbreviations for some of the terms are too easily matched against
common address terms like 'street'
2014-05-01 09:16:03 +02:00
Sarah Hoffmann
bafd92093b
prefer place tag for address details
2014-04-30 23:31:28 +02:00
Sarah Hoffmann
2cc0fa341b
remove New York hack
...
Seems to work okay with current boundaries.
2014-04-30 21:11:23 +02:00
Sarah Hoffmann
21adb3740e
take viewbox into account for final result ranking
...
fixes #12
2014-04-30 21:04:46 +02:00
Sarah Hoffmann
ffe24a8a64
address inheritance from buildings to pois
...
POI nodes inherit the address tags from surrounding buildings
if they do not have an address of their own.
2014-04-30 20:05:59 +02:00
Sarah Hoffmann
00768d321e
fix addr:place lookup
2014-04-28 21:52:24 +02:00
Sarah Hoffmann
6a1e599f31
avoid unnamed streets in associated street relations
...
fixes https://trac.openstreetmap.org/ticket/4877
2014-04-28 20:27:09 +02:00
Sarah Hoffmann
5882a15bac
handle duplicate word entries correctly when looking for nearest street
2014-04-28 20:01:44 +02:00
Sarah Hoffmann
e3f90f8dcf
assign rank of sea and coastline before area catchall
2014-04-28 16:45:55 +02:00
Sarah Hoffmann
76a83b91d7
fix copying of extratags from linked places
...
Didn't work correctly when the extratags of the parent relation
was null.
2014-04-23 21:29:55 +02:00
Sarah Hoffmann
b4a8bc1fea
invalidate object itself in place_force_update()
2014-04-21 21:41:17 +02:00
Sarah Hoffmann
7f95590a77
correct start time computation
...
fixes #125
2014-04-21 21:12:14 +02:00
Sarah Hoffmann
090e9e7fb6
make errors from psql in setup fatal
2014-04-13 16:09:27 +02:00
Sarah Hoffmann
369a0974bd
make HTML validator happy with details page
2014-04-12 20:12:23 +02:00
Sarah Hoffmann
488cd726ed
suppress recursive updates for places that cannot appear in addresses
2014-04-11 22:57:00 +02:00
Sarah Hoffmann
496e1b0616
give waterways an address but remove them from being part of an address
2014-04-11 22:27:17 +02:00
Sarah Hoffmann
1bb47a6523
allow deletion of large areas of high rank
2014-04-11 22:28:07 +02:00
Sarah Hoffmann
589bad809e
force countries into partitions as determined by country code
...
Avoids to a certain extent propagation of misassignment of
partitions when a country is expanded so far into another
that the centroid ends up in this other country.
2014-04-10 22:55:49 +02:00