3  * increase required version for PostgreSQL(9.3), PostGIS(2.2) and PHP(7.0)
 
   4  * better error reporting for out-of-memory errors
 
   5  * exclude postcode ranges separated by colon from centre point calculation
 
   6  * update osm2pgsql, better handling of imports without flatnode file
 
   7  * switch to more efficient algorithm for word set computation
 
   8  * use only boundries for country and state parts of addresses
 
   9  * improve updates of addresses with housenumbers and interpolations
 
  10  * remove country from place_addressline table and use country_code instead
 
  11  * optimise indexes on search_name partition tables
 
  12  * improve searching of attached streets for large objects like airports
 
  13  * drop support for python 2
 
  14  * new scripts for importing Wikidata for importance
 
  15  * create and drop indexes concurrently to not clash with auto vacuum
 
  16  * various documentation improvements
 
  21  * zoom 17 in reverse now zooms in on minor streets
 
  22  * fix use of postcode relations in address
 
  23  * support for housenumber 0 on interpolations
 
  24  * replace database abstraction DB with PDO and switch to using exceptions
 
  25  * exclude line features at rank 30 from reverse geocoding
 
  26  * remove self-reference and country from place_addressline
 
  27  * make json output more readable (less escaping)
 
  28  * update conversion scripts for postcodes
 
  29  * scripts in utils/ are no longer executable (always use scripts in build dir)
 
  30  * remove Natural Earth country fallback (OSM is complete enough)
 
  31  * make rank assignments configurable
 
  32  * allow accept languages with underscore
 
  33  * new reverse-only import mode (without search index table)
 
  34  * rely on boundaries only for states and countries
 
  35  * update osm2pgsql, now using a configurable style
 
  36  * provide multiple import styles
 
  37  * improve search when house number and postcodes are dropped
 
  38  * overhaul of setup code
 
  39  * add support for PHPUnit 6
 
  40  * update test database
 
  41  * various documentation improvements
 
  45  * complete rewrite of reverse search algorithm
 
  46  * add new geojson and geocodejson output formats
 
  47  * add simple export script to exprot addresses to CSV
 
  48  * remove is_in terms from address computation
 
  49  * remove unused search_name_country tables
 
  50  * various smaller fixes to query parsing
 
  51  * convert Tokens and token types to class types
 
  52  * correctly handle update when boundary object type is changed
 
  53  * improve debug output for /search endpoint
 
  54  * update to latest osm2pgsql and leaflet.js
 
  55  * overhaul of /details endpoint:
 
  56      * new class parameter when using osmtype/osmid parameters
 
  57      * permalink to instance-independent osmtype/osmid parameter format
 
  58      * new json output format
 
  59  * update CentOS vagrant machine to use SELinux
 
  60  * add vagrant scripts for Ubuntu 18.04
 
  61  * fix build process for BSD
 
  62  * enable running the database on a different host than the setup scripts
 
  63  * allow to configure use of custom PHP binaries (PHP_BIN)
 
  64  * extensive coding style improvements to PHP code
 
  65  * more PHP unit tests for new classes
 
  66  * increase coverage for API tests
 
  67  * add documentation for API
 
  71  * rework postcode handling and introduce location_postcode table
 
  72  * make setup less verbose and print a summary in the end
 
  73  * setup: error out when web site user does not exist
 
  74  * add more API tests to complete code coverage
 
  75  * reinstate key-value amenity search (special term [key=value])
 
  76  * fix detection of coordinates in query
 
  77  * various smaller tweaks to ranking of search interpretations
 
  78  * complete overhaul of PHP frontend code using OOP
 
  79  * add address rank to details page
 
  80  * update Tiger scripts for 2017 data and clean up unused code
 
  81  * various bug fixes and improvements to UI
 
  82  * improve reverse geocoding performance close to coasts
 
  83  * more PHP style cleanup (quoting)
 
  84  * allow unnamed road in reverse geocoding to avoid too far off results
 
  85  * add function to recalculate counts for full-word search term
 
  86  * add function to check if new updates are available
 
  87  * update documentation and switch to mkdocs for generating HTML
 
  91  * fix bug in geometry building algorithm in osm2pgsql
 
  92  * fix typos in build instructions
 
  96  * move to cmake build system
 
  97  * various fixes to HTML output
 
  98  * reverse endpoint now can return geometries
 
  99  * add support for PHP7
 
 100  * move to on-the-fly computation of interpolations
 
 101  * improve handling of linked places (updating)
 
 102  * improve test framework:
 
 103     * replace lettuce with behave
 
 104     * use smaller database for API tests
 
 105  * drop support for postgres < 9.1, postgis < 2.0 and PHP < 5.4
 
 106  * make external data use optional (useful for imports without US)
 
 107  * detect postgres and postgis versions automatically
 
 108  * clean up query logging and remove unused tables
 
 109  * move installation documentation into this repo
 
 110  * add self-documenting vagrant scripts
 
 111  * remove --create-website, recommend to use website directory in build
 
 112  * add accessor functions for URL parameters and improve erro checking
 
 113  * remove IP blocking and rate-limiting code
 
 114  * enable CI via travis
 
 115  * reformatting for more consistent coding style
 
 116  * make country search term creation part of setup
 
 117  * update country names and country grid
 
 118  * handle roads that cross boundaries better
 
 119  * keep full information on address tags
 
 120  * update to refactored osm2pgsql which use libosmium based types
 
 121  * switch from osmosis to pyosmium for updates
 
 122  * be more strict when matching against special search terms
 
 123  * handle postcode entries with mutliple values correctly
 
 127  * reverse geocoding includes looking up housenumbers from Tiger data
 
 128  * added parameter to return simplified geometries
 
 129  * new lookup call for getting address information for OSM objects
 
 130  * new namedetails and extratags parameters that expose the name and extratags
 
 131    fields of the placex table
 
 137  * drop support for postgres 8.4
 
 138  * rewrite address interpolation
 
 139  * switch to C++ version of osm2pgsql and rewrite tag filtering
 
 140  * support for bridge:name and tunnel:name, man_made, junction
 
 141  * drop way-node index (reduces database size by about 15%)
 
 142  * add support for configuring tablespaces and webserver user
 
 143  * better evaluation of search queries in right-to-left notation
 
 144  * improve house number search for streets with many duplicate entries
 
 145  * code cleanup (remove unused functions and tables)
 
 149  * further improve ordering of results
 
 150  * support for more lat/lon formats in search-as-reverse
 
 151  * fix handling of GB postcodes
 
 152  * new functional test suite
 
 153  * support for waterway relations
 
 154  * inherit postcodes from street to poi
 
 155  * fix housenumber normalisation to find non-latin house numbers
 
 156  * take viewbox into account for ordering of results
 
 157  * pois may now inherit address tags from surrounding buildings
 
 158  * improve what objects may participate in an address
 
 159  * clean up handled class/type combinations to current OSM usage
 
 164  * correct database rights for www-data
 
 165  * add timestamps for update output
 
 166  * load postgis via extension for postgis >= 2.0
 
 167  * remove non-admin boundaries from addresses
 
 168  * further improve ordering of results with same importance
 
 169  * merge addr:postcode tags into object addresses
 
 170  * include rank and importance in reverse geocode output
 
 171  * replace ST_Line_Interpolate_Point with ST_LineInterpolatePoint
 
 173  * update osm2pgsql to latest version
 
 174  * properly detect changes of admin_level
 
 175  * remove landuses when name is removed
 
 180  * update to openlayers 2.12 (now custom built)
 
 181  * update fallback OSM boundaries
 
 182  * add support for postgresql 9.2/9.3 and postgis 2.x
 
 183  * add structured queries
 
 184  * add options for polygon output in various formats
 
 185    (geojson, svg, kml, postgis text)
 
 186  * maintenance functions for deleting objects and updating regions
 
 187    (plcae_force_update/place_force_delete)
 
 188  * web view for polygons that need deleting
 
 189  * rate limiting using memcache
 
 190  * improve layout of details page
 
 191  * add support for boundary:postal_code
 
 193  * improve parenting of POIs
 
 194  * support for extract daily diffs from Geofabrik
 
 195  * support for addresses without a street
 
 196    (addr:place and conscription number house numbers)
 
 197  * improve layout of word and search_name_* tables
 
 198  * support for US ZIP+4 codes
 
 199  * refactoring of front-end PHP code
 
 200  * lots of smaller bug fixes
 
 204  * delete outdated entries from location_area_country
 
 205  * remove remaining uses of INTEGER, to allow node ids larger than 2^31