mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 00:49:55 +03:00
prepare for 3.3.0 release
This commit is contained in:
parent
62da8a34f3
commit
ec86a972a2
@ -19,7 +19,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
|||||||
project(nominatim)
|
project(nominatim)
|
||||||
|
|
||||||
set(NOMINATIM_VERSION_MAJOR 3)
|
set(NOMINATIM_VERSION_MAJOR 3)
|
||||||
set(NOMINATIM_VERSION_MINOR 2)
|
set(NOMINATIM_VERSION_MINOR 3)
|
||||||
set(NOMINATIM_VERSION_PATCH 0)
|
set(NOMINATIM_VERSION_PATCH 0)
|
||||||
|
|
||||||
set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}.${NOMINATIM_VERSION_PATCH}")
|
set(NOMINATIM_VERSION "${NOMINATIM_VERSION_MAJOR}.${NOMINATIM_VERSION_MINOR}.${NOMINATIM_VERSION_PATCH}")
|
||||||
|
24
ChangeLog
24
ChangeLog
@ -1,3 +1,27 @@
|
|||||||
|
3.3.0
|
||||||
|
|
||||||
|
* zoom 17 in reverse now zooms in on minor streets
|
||||||
|
* fix use of postcode relations in address
|
||||||
|
* support for housenumber 0 on interpolations
|
||||||
|
* replace database abstraction DB with PDO and switch to using exceptions
|
||||||
|
* exclude line features at rank 30 from reverse geocoding
|
||||||
|
* remove self-reference and country from place_addressline
|
||||||
|
* make json output more readable (less escaping)
|
||||||
|
* update conversion scripts for postcodes
|
||||||
|
* scripts in utils/ are no longer executable (always use scripts in build dir)
|
||||||
|
* remove Natural Earth country fallback (OSM is complete enough)
|
||||||
|
* make rank assignments configurable
|
||||||
|
* allow accept languages with underscore
|
||||||
|
* new reverse-only import mode (without search index table)
|
||||||
|
* rely on boundaries only for states and countries
|
||||||
|
* update osm2pgsql, now using a configurable style
|
||||||
|
* provide multiple import styles
|
||||||
|
* improve search when house number and postcodes are dropped
|
||||||
|
* overhaul of setup code
|
||||||
|
* add support for PHPUnit 6
|
||||||
|
* update test database
|
||||||
|
* various documentation improvements
|
||||||
|
|
||||||
3.2.0
|
3.2.0
|
||||||
|
|
||||||
* complete rewrite of reverse search algorithm
|
* complete rewrite of reverse search algorithm
|
||||||
|
@ -7,7 +7,7 @@ SQL statements should be executed from the postgres commandline. Execute
|
|||||||
`psql nominatim` to enter command line mode.
|
`psql nominatim` to enter command line mode.
|
||||||
|
|
||||||
|
|
||||||
## 3.2.0 -> master
|
## 3.2.0 -> 3.3.0
|
||||||
|
|
||||||
### New database connection string (DSN) format
|
### New database connection string (DSN) format
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user