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