Brian Quinion
|
7a4d550c7a
|
more debug in reverse geocoding
|
2013-02-07 18:41:17 +00:00 |
|
Brian Quinion
|
9177a7f56c
|
merge in the postcode and is_in terms into the address vector for search
|
2013-02-07 18:41:17 +00:00 |
|
Sarah Hoffmann
|
364855c8a5
|
split query as utf8 string to avoid splitting on non-ascii characters
|
2013-01-31 20:52:04 +01:00 |
|
Sarah Hoffmann
|
13fff85415
|
stack importance instead of multiplying it for order
|
2013-01-31 20:11:40 +01:00 |
|
Sarah Hoffmann
|
f172d7b01e
|
order results by importance of address parts
|
2013-01-31 20:10:58 +01:00 |
|
Brian Quinion
|
adcafde481
|
now data isn't so lagy show the 'real' import date
|
2013-01-31 15:36:51 +00:00 |
|
Brian Quinion
|
3852096c80
|
avoid dropping tokens completely just because they are expensive. Use ' ' token in preference to just dropping
|
2013-01-31 14:17:41 +00:00 |
|
Brian Quinion
|
4bc40d2c0b
|
for structured queries assume 2 char country param values are a iso country code
|
2013-01-30 13:40:04 +00:00 |
|
Brian Quinion
|
fb76671ab9
|
expose 'importance' value of place in xml/json/jsonv2 output
|
2013-01-30 13:40:04 +00:00 |
|
Brian Quinion
|
68e4fddbc6
|
Change round how CONST_Max_Word_Frequency is applied. Was causing some valid combinations to be skipped (e.g. Casal De São Tomé). Change structured queries so the first search term can't end up in the address term
|
2013-01-30 13:40:04 +00:00 |
|
Sarah Hoffmann
|
db2cfd3503
|
remove OL touch controls
They interfere with Shift-Zoom.
|
2013-01-26 21:03:28 +01:00 |
|
Brian Quinion
|
f9a7f03239
|
A bunch more places that should be using calculated_country_code not country_code
|
2013-01-24 16:17:37 +00:00 |
|
Brian Quinion
|
a2f1dd1c31
|
clean up some of the debug output
|
2013-01-24 16:06:56 +00:00 |
|
Brian Quinion
|
dd44ee625b
|
Delete all records for a linked place so that they are no longer attached to new places
|
2013-01-24 12:58:16 +00:00 |
|
Brian Quinion
|
fca2d00617
|
Basic status page for monitoring nominatim is working
|
2013-01-24 12:42:42 +00:00 |
|
Sarah Hoffmann
|
1d836f6c5c
|
update to OpenLayers 2.12
|
2013-01-22 21:06:29 +01:00 |
|
Sarah Hoffmann
|
3dba772852
|
delete outdated entries from location_area_country
|
2013-01-22 08:01:30 +01:00 |
|
Sarah Hoffmann
|
87b250e739
|
split partition.sql into table and function parts
Makes it easier to patch partition functions on an already existing
database.
|
2013-01-19 17:23:21 +01:00 |
|
Brian Quinion
|
550523df1b
|
For structured queries remove type list for building / street level features
|
2013-01-19 01:47:24 +00:00 |
|
Sarah Hoffmann
|
3d8d52632b
|
respect exclude_place_ids in poi searches
|
2013-01-18 22:27:18 +01:00 |
|
Sarah Hoffmann
|
b567185966
|
allow country name at beginning for reverse order
|
2013-01-18 20:56:46 +01:00 |
|
Brian Quinion
|
4059ee03f6
|
Merge branch 'master' of github.com:twain47/Nominatim
|
2013-01-14 22:31:20 +00:00 |
|
Brian Quinion
|
7a47abe947
|
little bit more space to make the design work in chrome
|
2013-01-14 22:29:54 +00:00 |
|
Sarah Hoffmann
|
20a852b554
|
support custom psql port in setup.php
patch by b3nn0 (see http://trac.openstreetmap.org/ticket/4736)
|
2013-01-14 22:48:52 +01:00 |
|
appelflap
|
a54c5e3003
|
use Postgis Version variable
|
2013-01-06 19:48:30 +01:00 |
|
Brian Quinion
|
7d250895a5
|
include zip codes for addresses linked to the street in the address search terms
|
2012-12-20 17:49:37 +00:00 |
|
Brian Quinion
|
d1a224bad4
|
performance: for low frequency name terms disable use of postgresql address index. Theshold is probably about 1000 but optimal value will probably depend on hardware.
|
2012-12-20 17:47:57 +00:00 |
|
Brian Quinion
|
ae7f676b73
|
wrong variable name in json output
|
2012-12-20 01:28:10 +00:00 |
|
Brian Quinion
|
4a3121b52f
|
release in postgis version string is optional
|
2012-12-18 17:39:01 +00:00 |
|
Brian Quinion
|
a293328f11
|
make sure rank 28 to 30 places are assigned a centroid value
|
2012-12-18 13:37:48 +00:00 |
|
Brian Quinion
|
96d3cb61c8
|
add constant to define postgis version. Verify definted version constants are correct during database creation.
|
2012-12-18 13:09:50 +00:00 |
|
Brian Quinion
|
4057b21e1f
|
use the new centroid property of placex in queries rather than calculating using st_centroid(geometry)
|
2012-12-18 12:50:34 +00:00 |
|
Sarah Hoffmann
|
c2d5303192
|
increase search radius for named roads
alleviates symptoms of trac ticket #4719
|
2012-12-17 22:14:11 +01:00 |
|
Brian Quinion
|
d1f266509a
|
Include the centre point on the details page
|
2012-12-17 15:28:37 +00:00 |
|
Brian Quinion
|
490190b873
|
only add Access-Control-Allow-Headers if needed
|
2012-12-17 15:00:49 +00:00 |
|
Brian Quinion
|
0dd10c3fff
|
Change access control to implement more of CORS. Change so OPTIONS requests don't do an actual search/reverse request
|
2012-12-17 00:25:06 +00:00 |
|
Sarah Hoffmann
|
89af917105
|
properly close connections to postgres
|
2012-12-16 16:23:50 +01:00 |
|
Sarah Hoffmann
|
0eecadb091
|
invalidate rank >27 places around roads
Ensures that addresses are correctly reparented if a road is inserted
after the address itself was inserted.
|
2012-12-16 11:56:29 +01:00 |
|
Sarah Hoffmann
|
e9535b3607
|
check return of DB creation command
|
2012-12-15 11:31:25 +01:00 |
|
Brian Quinion
|
b86d5c6a42
|
Merge branch 'master' of github.com:twain47/Nominatim
|
2012-12-14 20:48:33 +00:00 |
|
Brian Quinion
|
1965f423dc
|
add support for boundary:postal_code, handle fallback address elements more elegantly
|
2012-12-14 20:48:27 +00:00 |
|
Sarah Hoffmann
|
d45011cc32
|
add street to the address of rank >27 objects
fixes trac ticket #4711
|
2012-12-13 20:31:52 +01:00 |
|
Sarah Hoffmann
|
fa1f23edfb
|
more isset checks for PHP variables
|
2012-12-12 18:49:21 +01:00 |
|
Brian Quinion
|
ad89c1f0ca
|
better fallback for address component names (avoid labeling mutliple values 'boundary') and handle situation where a place doesn't have a valid name tag for fallback.
|
2012-12-12 02:09:18 +00:00 |
|
Brian Quinion
|
c98e59be03
|
included calculated importance on details. Change importance calc to prefer places with a wikipedia tag now that the code is better tested
|
2012-12-12 01:44:39 +00:00 |
|
Brian Quinion
|
01ea772255
|
restrict to one sleep per bucket. A second sleep while already sleeping results in a block.
|
2012-12-10 01:36:33 +00:00 |
|
Brian Quinion
|
661338ff25
|
Use Etc/UTC timezone for updates for reliability
|
2012-12-08 21:42:12 +00:00 |
|
Brian Quinion
|
af8a44c4fe
|
move memcache bucket functions to their own file
|
2012-12-08 21:41:09 +00:00 |
|
Brian Quinion
|
0dafda7327
|
if doing structured query limit the types of osm place returned
|
2012-12-08 21:40:20 +00:00 |
|
Brian Quinion
|
274f381052
|
prune list of blocked items if too large, different costs for different page types
|
2012-12-08 21:39:24 +00:00 |
|