3  * fix bug in geometry building algorithm in osm2pgsql
 
   4  * fix typos in build instructions
 
   8  * move to cmake build system
 
   9  * various fixes to HTML output
 
  10  * reverse endpoint now can return geometries
 
  11  * add support for PHP7
 
  12  * move to on-the-fly computation of interpolations
 
  13  * improve handling of linked places (updating)
 
  14  * improve test framework:
 
  15     * replace lettuce with behave
 
  16     * use smaller database for API tests
 
  17  * drop support for postgres < 9.1, postgis < 2.0 and PHP < 5.4
 
  18  * make external data use optional (useful for imports without US)
 
  19  * detect postgres and postgis versions automatically
 
  20  * clean up query logging and remove unused tables
 
  21  * move installation documentation into this repo
 
  22  * add self-documenting vagrant scripts
 
  23  * remove --create-website, recommend to use website directory in build
 
  24  * add accessor functions for URL parameters and improve erro checking
 
  25  * remove IP blocking and rate-limiting code
 
  26  * enable CI via travis
 
  27  * reformatting for more consistent coding style
 
  28  * make country search term creation part of setup
 
  29  * update country names and country grid
 
  30  * handle roads that cross boundaries better
 
  31  * keep full information on address tags
 
  32  * update to refactored osm2pgsql which use libosmium based types
 
  33  * switch from osmosis to pyosmium for updates
 
  34  * be more strict when matching against special search terms
 
  35  * handle postcode entries with mutliple values correctly
 
  39  * reverse geocoding includes looking up housenumbers from Tiger data
 
  40  * added parameter to return simplified geometries
 
  41  * new lookup call for getting address information for OSM objects
 
  42  * new namedetails and extratags parameters that expose the name and extratags
 
  43    fields of the placex table
 
  49  * drop support for postgres 8.4
 
  50  * rewrite address interpolation
 
  51  * switch to C++ version of osm2pgsql and rewrite tag filtering
 
  52  * support for bridge:name and tunnel:name, man_made, junction
 
  53  * drop way-node index (reduces database size by about 15%)
 
  54  * add support for configuring tablespaces and webserver user
 
  55  * better evaluation of search queries in right-to-left notation
 
  56  * improve house number search for streets with many duplicate entries
 
  57  * code cleanup (remove unused functions and tables)
 
  61  * further improve ordering of results
 
  62  * support for more lat/lon formats in search-as-reverse
 
  63  * fix handling of GB postcodes
 
  64  * new functional test suite
 
  65  * support for waterway relations
 
  66  * inherit postcodes from street to poi
 
  67  * fix housenumber normalisation to find non-latin house numbers
 
  68  * take viewbox into account for ordering of results
 
  69  * pois may now inherit address tags from surrounding buildings
 
  70  * improve what objects may participate in an address
 
  71  * clean up handled class/type combinations to current OSM usage
 
  76  * correct database rights for www-data
 
  77  * add timestamps for update output
 
  78  * load postgis via extension for postgis >= 2.0
 
  79  * remove non-admin boundaries from addresses
 
  80  * further improve ordering of results with same importance
 
  81  * merge addr:postcode tags into object addresses
 
  82  * include rank and importance in reverse geocode output
 
  83  * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint
 
  85  * update osm2pgsql to latest version
 
  86  * properly detect changes of admin_level
 
  87  * remove landuses when name is removed
 
  92  * update to openlayers 2.12 (now custom built)
 
  93  * update fallback OSM boundaries
 
  94  * add support for postgresql 9.2/9.3 and postgis 2.x
 
  95  * add structured queries
 
  96  * add options for polygon output in various formats
 
  97    (geojson, svg, kml, postgis text)
 
  98  * maintenance functions for deleting objects and updating regions
 
  99    (plcae_force_update/place_force_delete)
 
 100  * web view for polygons that need deleting
 
 101  * rate limiting using memcache
 
 102  * improve layout of details page
 
 103  * add support for boundary:postal_code
 
 105  * improve parenting of POIs
 
 106  * support for extract daily diffs from Geofabrik
 
 107  * support for addresses without a street
 
 108    (addr:place and conscription number house numbers)
 
 109  * improve layout of word and search_name_* tables
 
 110  * support for US ZIP+4 codes
 
 111  * refactoring of front-end PHP code
 
 112  * lots of smaller bug fixes
 
 116  * delete outdated entries from location_area_country
 
 117  * remove remaining uses of INTEGER, to allow node ids larger than 2^31