Brian Quinion
bfe5119742
Update details.php to show linked places
2012-04-01 02:38:40 +01:00
Brian Quinion
041b3edf89
Adds code to merge place polygon and points using:
...
label relation member
admin_center, admin_centre relation member (with same name)
exact name, search_rank and location match
Adding this requires a new column and index:
SELECT AddGeometryColumn('placex', 'centroid', 4326, 'GEOMETRY', 2);
CREATE INDEX idx_placex_linked_place_id ON placex USING BTREE (linked_place_id);
2012-04-01 01:40:50 +01:00
Brian Quinion
80cf5df1cd
Merge branch 'master' of github.com:twain47/Nominatim
2012-03-26 23:57:24 +01:00
Brian Quinion
b99a043c78
Use GB postcode table as definitive source. resort by pressence of search word in output address and other misc very minor changes not commited from MQ servers
2012-03-22 00:34:56 +00:00
Sarah Hoffmann
b1e10bce0d
use X/Y max/min functions instead of box making
...
There is a strange bug in postgis where for some coordinates
it does not make a proper box around a point.
2012-03-18 18:18:33 +01:00
Sarah Hoffmann
4d7e0d97b2
return a 500 on database error
2012-03-18 17:58:19 +01:00
Sarah Hoffmann
fa3fe7d056
restrict detection of lat/lon pairs
...
Only interpret numbers as geo coordinates if they are in the
actual range for latitude and longitude.
2012-03-04 14:50:26 +01:00
Sarah Hoffmann
fec4c3c301
create proper token array for unknown housenumbers
2012-03-04 14:40:13 +01:00
Sarah Hoffmann
d7e91469b7
add script to list broken polygons
2012-03-04 10:54:07 +01:00
Sarah Hoffmann
6f9d3a9d80
return a marginally better error message when query string is not in UTF-8,
...
force UTF-8 in search formular
2012-02-12 12:01:24 +00:00
Sarah Hoffmann
e081983bcd
enable exact search of GB postcodes in aux postcode data,
...
partial search still disabled due to performance problems
2012-02-11 09:19:42 +00:00
Sarah Hoffmann
7239687e5b
avoid warnings when geometry of object cannot be determined
2012-02-06 23:14:21 +00:00
Brian Quinion
5e2b901106
fix miss-parsed regex with - sign in lat,lon query
2011-08-02 19:39:32 +00:00
Brian Quinion
c115a53df7
over tokenising 'la'
2011-06-07 12:31:46 +00:00
Brian Quinion
e65f1c0c1a
de-deplicate terms
2011-05-23 17:51:02 +00:00
Brian Quinion
616c7e2b40
allow for offset paramater in amenity searches
2011-05-23 16:36:36 +00:00
Brian Quinion
4dfbf2517b
woops
2011-05-23 16:23:50 +00:00
Brian Quinion
c6982e7700
handle 'order state level queries better
2011-05-23 16:22:25 +00:00
Brian Quinion
535c3d60d1
handle 'order state level queries better
2011-05-23 16:12:54 +00:00
Brian Quinion
c8756ce921
handle 'in/near' for state and country level features differently
2011-05-23 14:30:43 +00:00
Brian Quinion
4c4798959e
hack to handle state abreviations that overlap with 'the' in various non-english languages
2011-05-17 16:22:21 +00:00
Brian Quinion
6ff987322b
country searches not filtered by countrycodes param, fixes #3756
2011-05-11 10:30:58 +00:00
Brian Quinion
6f946360c4
remove debuing information
2011-05-04 16:27:18 +00:00
Brian Quinion
c988be1ddf
handle pure lat,lon search by passing to reverse geocoding and returning first match as a search result
2011-05-03 17:34:51 +00:00
Brian Quinion
63bc75b3dd
enforce limit as maximum number of results
2011-05-03 14:22:22 +00:00
Brian Quinion
f561a3d1c7
Do not apply limit where we have a sub-search
2011-04-28 14:55:25 +00:00
Brian Quinion
2eccb0e69d
return actual centroid lat,lon of reverse geocoding result
2011-04-07 15:57:57 +00:00
Brian Quinion
942ed125d4
consider possibility that values with number in near start of search might be a house number (even if we have never seen them before). Also add better label for building:yes
2011-04-05 14:51:32 +00:00
Brian Quinion
5202e86022
fallback housenumber for items containing a number - not just number only
2011-04-02 15:07:48 +00:00
Brian Quinion
6466194710
limit fallback to pure number housenumbers
2011-03-28 11:37:17 +00:00
Brian Quinion
bf0710dd64
order final data set by importance, ignore search query score (importance seems to be better)
2011-03-25 11:55:13 +00:00
Brian Quinion
6e56919962
option to get list of search keywords
2011-03-25 11:53:17 +00:00
Brian Quinion
1951fddeab
add option to filter by countrycodes=gb,fr list
2011-03-23 12:50:25 +00:00
Brian Quinion
b0ed31b6d4
configure tile set
2011-03-23 12:16:57 +00:00
Brian Quinion
2767821cb0
output importance on details.php page
2011-03-20 23:34:36 +00:00
Brian Quinion
2148d81474
calculate search position based to 'importance' rather than address rank
2011-03-18 09:52:16 +00:00
Brian Quinion
95d50f35d0
deduplicate search term graph slightly earlier
2011-03-07 16:16:05 +00:00
Brian Quinion
9c41353340
better error checking for middle of the sea
2011-02-22 20:01:26 +00:00
Brian Quinion
4255f5a0d0
filter by feature rank, current options: country, state, city
2011-02-08 14:45:17 +00:00
Brian Quinion
52d6f55ea6
fix search by just country code. Re-order some search results (admin boundaries always ended up at the top)
2011-02-08 14:21:39 +00:00
Brian Quinion
10620c71bb
lots of little bug fixes and missing files
2011-02-02 12:01:26 +00:00
Brian Quinion
550578b359
final result ordering, remove GB postcode hacks
2011-01-24 11:24:47 +00:00
Brian Quinion
31273a42bd
aux properties, memory leaks, tweaks to search order
2011-01-21 10:40:44 +00:00
Brian Quinion
2be00f37c1
finally fix adminitrative spelling error, disable fast_update on indexes by default (performance), fixes for incremental updates on new codebase
2011-01-05 14:07:26 +00:00
Brian Quinion
631e8d09ab
postcode/zipcode improvements, finish work on handling extratags
2010-12-07 13:41:02 +00:00
Brian Quinion
7df80bbc6f
tigger data import
2010-11-15 16:34:27 +00:00
Brian Quinion
dcc3501357
images and javascript
2010-11-01 16:07:13 +00:00
Brian Quinion
e96b1f3242
images and javascript
2010-11-01 15:46:28 +00:00
Brian Quinion
cb40aa41d5
more partitioning work, os open data postcodes, country list fixes
2010-11-01 15:09:10 +00:00
Brian Quinion
57583f09e3
hstore names / refactoring
2010-10-27 14:05:42 +00:00