]> git.openstreetmap.org Git - nominatim.git/blob - ChangeLog
during reverse geocode lookup we also check the (optional) Tiger data for house numbers
[nominatim.git] / ChangeLog
1  * reverse geocoding looking includes looking up Tiger data
2
3
4 2.4
5
6  * drop support for postgres 8.4
7  * rewrite address interpolation
8  * switch to C++ version of osm2pgsql and rewrite tag filtering
9  * support for bridge:name and tunnel:name, man_made, junction
10  * drop way-node index (reduces database size by about 15%)
11  * add support for configuring tablespaces and webserver user
12  * better evaluation of search queries in right-to-left notation
13  * improve house number search for streets with many duplicate entries
14  * code cleanup (remove unused functions and tables)
15
16 2.3
17
18  * further improve ordering of results
19  * support for more lat/lon formats in search-as-reverse
20  * fix handling of GB postcodes
21  * new functional test suite
22  * support for waterway relations
23  * inherit postcodes from street to poi
24  * fix housenumber normalisation to find non-latin house numbers
25  * take viewbox into account for ordering of results
26  * pois may now inherit address tags from surrounding buildings
27  * improve what objects may participate in an address
28  * clean up handled class/type combinations to current OSM usage
29  * lots of bug fixes
30
31 2.2
32
33  * correct database rights for www-data
34  * add timestamps for update output
35  * load postgis via extension for postgis >= 2.0
36  * remove non-admin boundaries from addresses
37  * further improve ordering of results with same importance
38  * merge addr:postcode tags into object addresses
39  * include rank and importance in reverse geocode output
40  * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint
41   (for postgis >= 2.1)
42  * update osm2pgsql to latest version
43  * properly detect changes of admin_level
44  * remove landuses when name is removed
45  * smaller fixes
46
47 2.1
48
49  * update to openlayers 2.12 (now custom built)
50  * update fallback OSM boundaries
51  * add support for postgresql 9.2/9.3 and postgis 2.x
52  * add structured queries
53  * add options for polygon output in various formats
54    (geojson, svg, kml, postgis text)
55  * maintenance functions for deleting objects and updating regions
56    (plcae_force_update/place_force_delete)
57  * web view for polygons that need deleting
58  * rate limiting using memcache
59  * improve layout of details page
60  * add support for boundary:postal_code
61  * full CORS support
62  * improve parenting of POIs
63  * support for extract daily diffs from Geofabrik
64  * support for addresses without a street
65    (addr:place and conscription number house numbers)
66  * improve layout of word and search_name_* tables
67  * support for US ZIP+4 codes
68  * refactoring of front-end PHP code
69  * lots of smaller bug fixes
70
71 2.0.1
72
73  * delete outdated entries from location_area_country
74  * remove remaining uses of INTEGER, to allow node ids larger than 2^31