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
Sarah Hoffmann
346da9bc0d
handle multiple results from gb_postcode table
2014-04-10 21:50:44 +02:00
Sarah Hoffmann
49fa768f67
remove special handling for place tag values that have fallen out of use
2014-03-29 01:16:08 +01:00
Sarah Hoffmann
f6c7c4fcef
truely ignore country codes provided via tags
2014-03-25 23:52:07 +01:00
Sarah Hoffmann
c2417dd1c4
update ref for postcode boundaries
...
Fixes https://trac.openstreetmap.org/ticket/5140
2014-03-24 13:01:20 +01:00
Sarah Hoffmann
0b9618e349
prefer street results when doing house number search
...
This is an experimental fix for #119 .
2014-03-13 20:40:02 +01:00
Sarah Hoffmann
a92907186b
allow US state name abbreviations at beginning of search term
...
fixes https://trac.openstreetmap.org/ticket/5136
2014-03-11 00:32:54 +01:00
Sarah Hoffmann
e42ff1935f
forgot the actual query script
2014-03-03 21:48:17 +01:00
Sarah Hoffmann
ff35dbd4db
ignore more autoconf files
2014-03-03 20:02:24 +01:00
Sarah Hoffmann
bc27cb2bd8
introduce util function to query db from command line
2014-03-03 20:02:24 +01:00
Sarah Hoffmann
236750eba4
always return bbox ccordinates as string
...
fixes https://trac.openstreetmap.org/ticket/5132
2014-03-02 17:52:09 +01:00
Sarah Hoffmann
bd6366ea56
update change log and authors for pending release
2014-02-22 14:42:54 +01:00
Sarah Hoffmann
cf35f19318
split gb_postcode in table creation and data loading
...
Data for gb_postcode now needs to be downloaded first.
Also fixes table creation for postgis 2.0.
2014-02-21 23:07:41 +01:00
Sarah Hoffmann
be858d56ca
make website work with https without browser complaints
2014-02-20 19:46:41 +01:00
Sarah Hoffmann
29dfc0c259
allow to pass an additional config file via NOMINATIM_SETTINGS variable to command line tools
...
needed for test environment
2014-02-15 18:49:05 +01:00
Sarah Hoffmann
f89f1a65b6
update osm2pgsql
2014-02-13 20:50:40 +01:00
Sarah Hoffmann
0bdcaa09ec
remove landuses if the name is removed
...
Fixes https://trac.openstreetmap.org/ticket/5104
2014-02-09 08:31:07 +01:00
Sarah Hoffmann
8c2765a000
restrict admin_level change detection to boundary=administrative
2014-02-08 19:23:06 +01:00
Sarah Hoffmann
98b93df83d
recreate place objects when admin_level changes
...
Also added a sanity check to ensure that accidental removal of admin_level
tags on large areas doesn't cause huge reindexing load. That can be disabled
by setting CONST_Limit_Reindexing to false.
2014-02-07 23:37:54 +01:00
Sarah Hoffmann
dbdf767030
fix syntax of route linestring
2014-02-07 21:31:26 +01:00
Sarah Hoffmann
e0b1e3b66d
replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint (DB adaption needed)
...
Name of function was changed in postgis 2.1 and now prints ugly
deprecation warnings. For older versions of postgis, function
will be renamed to the new name during the setup of the DB.
To update existing databases with postgis < 2.1 run:
ALTER FUNCTION st_line_interpolate_point(geometry, double precision) RENAME TO ST_LineInterpolatePoint
and then reinstall the SQL functions:
./utils/setup.php --create-functions --enable-diff-updates --create-partition-functions
2014-02-07 20:10:14 +01:00
Brian Quinion
edc5733715
Script to automatically warm the postgresql query before sending traffic
2014-02-06 16:50:41 +00:00
Brian Quinion
224836ce9a
include rank and importance in reverse geocode output
2014-02-06 13:09:55 +00:00
Sarah Hoffmann
8286abbeb4
surpress output of osm_type/id for non-OSM objects in reverse xml
2014-02-05 20:10:12 +01:00
Sarah Hoffmann
b25ecf13db
check correct variable for SQL error
2014-02-01 15:51:40 +01:00
Brian Quinion
2df5d391de
return a 500 error on bad status
2014-01-23 16:48:20 +00:00
Brian Quinion
8ecd32b7dd
Return 429 Too Many Requests for rate limiting
2014-01-23 16:47:56 +00:00
Brian Quinion
f56cae4291
validate postgresql module / functions
2014-01-23 16:06:43 +00:00
Brian Quinion
e591269fd8
Merge branch 'master' of github.com:twain47/Nominatim
2014-01-23 14:40:42 +00:00
Brian Quinion
47fdb33adf
nominatim fallback mode for structured queries
2014-01-23 14:40:37 +00:00
Rodolphe Quiédeville
014f19ec68
Add some comments to help use munin plugin, add over limit detection
2014-01-14 23:50:28 +01:00
Sarah Hoffmann
10f3a4df23
merge postcodes from address objects
...
Take the postcode from the first address object that
has one tagged and use that as display postcode.
2013-12-16 00:00:06 +01:00
Sarah Hoffmann
0687065748
enable indexed_status check for all
2013-12-04 08:07:38 +01:00
Sarah Hoffmann
08eff3c482
further tweak secondary ordering of results
...
- make address importance work for house number onjects
- add number of exact matches
- add importance of class/type
2013-12-04 07:53:53 +01:00
Sarah Hoffmann
cbbcc2618f
make classtype table update work when special schemas are used
...
patch from https://trac.openstreetmap.org/ticket/5037
2013-11-23 13:31:29 +01:00
Sarah Hoffmann
b544a8c590
fix indentation
2013-11-23 13:14:42 +01:00
Sarah Hoffmann
e9222ba4c6
explain results for Geocode::lookup()
2013-11-23 12:43:47 +01:00
Kurt Roeckx
45c1e7582f
Connect to the correct postgresql port from the settings.
2013-11-13 22:24:10 +01:00