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