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