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
Sarah Hoffmann
bb18cc861c
avoid adding NULL tokens for frequent full names
2013-10-30 21:11:43 +01:00
Sarah Hoffmann
17e2e95b53
properly quote quotes in type field
2013-10-21 18:28:10 +02:00
Sarah Hoffmann
3470abad07
don't send blocked IPs to OSM's trac by default
2013-10-18 19:24:11 +02:00
Sarah Hoffmann
71429b91b4
take non-admin boundaries out of address computation
...
fixes #90
2013-10-15 21:10:46 +02:00
Sarah Hoffmann
8675a2607a
use postgis as an extension for versions >= 2.0
2013-10-10 23:13:58 +02:00
Sarah Hoffmann
f054836e05
Merge branch 'diffupdates' of https://github.com/IrlJidel/Nominatim
2013-10-03 22:22:50 +02:00
Sarah Hoffmann
7854075c5c
hasn't been svn for a while
2013-10-02 19:03:13 +02:00
IrlJidel
dbd7f8fdae
dont include polling time for batch duration for non-minutely updates, log name of each update step
2013-10-02 10:53:21 +01:00
IrlJidel
1c86275bad
output date of steps during import-osmosis
2013-09-30 13:44:50 +01:00
IrlJidel
84d1e521aa
show import_osmosis_log insert statements, print completed log after import_status inserts
2013-09-30 13:25:30 +01:00
IrlJidel
7471b09ed3
set start time for indexing step
2013-09-30 13:20:24 +01:00
Sarah Hoffmann
b80c1cc774
revoke most of www-data's write rights
2013-09-29 17:22:49 +02:00
Philippe
1c7afef1f2
added FIPS codes for 60xxx, 66xxx, 69xxx, 72xxx and 78xxx
2013-09-27 17:59:42 -04:00
Sarah Hoffmann
2df74352f8
new development release 2.2
2013-09-26 21:19:29 +02:00
Sarah Hoffmann
bf182ba2dc
make import-osmosis(-all) fail with error code!=0
2013-09-25 23:05:47 +02:00
Sarah Hoffmann
528de055d1
make html validator happy
2013-09-25 22:57:45 +02:00
Sarah Hoffmann
02f02c4ca4
update osm2pgsql (failing updates)
2013-09-23 20:51:44 +02:00
Sarah Hoffmann
ef834a9139
update authors and change log for pending release
2013-09-23 20:50:13 +02:00
Sarah Hoffmann
e3aa2ea787
restrict max admin_level when patching in tag changes into placex
2013-09-19 23:42:15 +02:00
Sarah Hoffmann
8332fedfd6
make sleep interval dependent on date of last batch
2013-09-19 22:56:55 +02:00