Sarah Hoffmann
15c5c8db24
add place=city_block/quarter to address hierarchy
...
Fixes #1516 .
2019-10-14 23:49:06 +02:00
marc tobias
423efd54e4
documentation: add note what x,y mean for viewbox parameter
2019-10-08 19:22:51 +13:00
TC Haddad
5e45e0b3d7
Gsoc2019 contributions for adding Wikidata to Nominatim ( #1475 )
...
Complete rewrite of wikipedia processing scripts, addition of processing wikidata, new data source, new documentation by @tchaddad during Google Summer of Code 2019 project.
2019-10-06 15:56:39 +08:00
Sarah Hoffmann
a60e7f2376
Merge pull request #1511 from cbpetersen/patch-1
...
Remove duplicate format query param
2019-10-01 13:52:24 +02:00
Christoffer Bo Petersen
ac7f0f7581
Remove duplicate format query param
2019-10-01 12:37:53 +02:00
marc tobias
9c872345d6
special phrases: use printf, line length below 120char
2019-09-19 01:12:42 +02:00
marc tobias
bd312fa747
special phrases: sometimes quotes are not escaped
2019-09-19 00:20:30 +02:00
marc tobias
573fba55af
SetupClass: on --drop check if table exists first
2019-09-04 13:12:11 +02:00
Sarah Hoffmann
39787f7d62
Merge pull request #1474 from mtmail/tiger-data-2019
...
US TIGER 2019 data got released
2019-09-03 22:54:22 +02:00
Sarah Hoffmann
f4c067d527
Merge pull request #1478 from tbertels/patch-1
...
Remove administrative arrondissements from Belgian addresses
2019-09-02 17:50:51 +02:00
Thomas Bertels
8d3595c3e2
Remove administrative arrondissements from Belgian addresses
...
"administrative7" -> [14, 0]
2019-08-27 14:15:18 +02:00
Sarah Hoffmann
b81a57f1e4
Merge pull request #1477 from dpasqualin/fix-python-shebang
...
Fix python shebang following PEP 394 recommendation
2019-08-26 22:40:43 +02:00
Diego Pasqualin
a624f8b599
Fix python shebang following PEP 394 recommendation
2019-08-26 14:54:19 +02:00
marc tobias
74f49a9d89
US TIGER 2019 data got released
2019-08-23 14:59:03 +02:00
TC Haddad
b7b89b30ea
fix spelling on US-Tiger documentation page ( #1459 )
2019-08-12 01:40:13 +02:00
Sarah Hoffmann
fb012504b2
Merge pull request #1444 from lonvia/require-python-3
...
Require python 3
2019-08-07 22:38:43 +02:00
Sarah Hoffmann
7ed9ecf350
Merge pull request #1453 from mtmail/add-boundingbox-to-lookup-results
...
lookup endpoint returns boundingbox
2019-08-06 20:40:06 +02:00
marc tobias
3af1520461
lookup endpoint returns boundingbox
2019-08-05 23:32:46 +02:00
Sarah Hoffmann
a7edda32ba
Merge pull request #1445 from mtmail/hierarchy-endpoint-broke
...
/hierarchy.php was missing namespace calling AddressDetails
2019-07-28 23:11:02 +02:00
marc tobias
7b09e320a8
/hierarchy.php was missing namespace calling AddressDetails
2019-07-28 22:05:51 +02:00
Sarah Hoffmann
46e077c40b
adapt TIGER conversion script for python 3
2019-07-28 20:56:02 +02:00
Sarah Hoffmann
7753ba6019
require python 3 for all tools used in updates
2019-07-28 20:36:35 +02:00
Sarah Hoffmann
511204c158
Merge pull request #1443 from lonvia/reorganize-search-name-partition-tables
...
Reorganize search name partition tables
2019-07-28 15:18:12 +02:00
Sarah Hoffmann
65daef70c1
Merge pull request #1433 from mtmail/us-postcode-import-optional
...
make US postcode data to an optional download
2019-07-28 14:50:13 +02:00
Sarah Hoffmann
7ab373e86d
add cmake mode for building documentation only
2019-07-28 14:27:14 +02:00
Sarah Hoffmann
79b81d39d8
streamline indexes of search_name partition tables
...
Remove index on name_vector. We always do near search where the
geometry index is sufficient. Also split centroid index in low
and high rank indexes. Reduces index size by about 25%.
2019-07-28 13:29:35 +02:00
Sarah Hoffmann
2bbe5017d4
use bbox of geometry when searching for attached streets
...
As we are doing a distance search, this improves results for
large places like airports.
Fixes #1442 .
2019-07-28 13:28:27 +02:00
marc tobias
765a932561
make US postcode data to an optional download
2019-07-24 01:13:57 +02:00
Sarah Hoffmann
4a2c9431ee
Merge pull request #1432 from mtmail/two-outputformats-for-lookup-endpoint
...
lookup endpoint supports jsonv2 and geocodejson output now
2019-07-22 23:31:56 +02:00
Sarah Hoffmann
de15d10f86
Merge pull request #1430 from mtmail/exclude-negative-tiger-housenumber-ranges
...
during TIGER import skip records with negative house number range
2019-07-22 23:30:06 +02:00
Sarah Hoffmann
55d414bd72
Merge pull request #1427 from mtmail/documentation-how-to-build-documentation
...
New readme file on how to build the documentation
2019-07-22 21:24:32 +02:00
marc tobias
1560685020
lookup endpoint supports jsonv2 and geocodejson output now
2019-07-21 23:20:48 +02:00
marc tobias
0e44659033
during TIGER import skip records with negative house number range
2019-07-21 21:41:12 +02:00
marc tobias
3b39cfb1cf
New readme file on how to build the documentation
2019-07-21 21:31:14 +02:00
Sarah Hoffmann
15bca71b0d
Merge pull request #1422 from lonvia/remove-country-from-addressline
...
Remove country from addressline
2019-07-16 22:29:17 +02:00
Sarah Hoffmann
3c12455c5b
Merge pull request #1421 from asantoz/patch-1
...
Minor change on lookup endpoint doc
2019-07-11 10:09:33 +02:00
Sarah Hoffmann
927b4c928e
add migration hints for country table
2019-07-10 22:54:32 +02:00
Sarah Hoffmann
be47cd2549
remove country from place_addressline
...
The country information can be determined sufficiently from
the country code. We only loose the specific OSM object
behind the address.
Also streamlines the location_area_country table.
2019-07-10 21:29:47 +02:00
André Santos
a4a17f93f5
Minor change on lookup endpoint doc
...
Fix documentation about lookup endpoint on output formats available on filter `format`
2019-07-10 19:26:38 +01:00
Sarah Hoffmann
745e52b798
Merge pull request #1419 from asantoz/minor-fix-doc
...
Minor issue on api docs
2019-07-08 22:23:10 +02:00
André Santos
bbc2da2a4b
Minor issue on api docs
...
Fix a minor issue on API docs in details endpoint example 🙏
2019-07-08 20:08:43 +01:00
Sarah Hoffmann
4c1793b4e3
recreate interpolations when one of their support nodes changes
...
A simple update is not enough because the interpolation splits
might change as well as the housenumbers.
Fixes #1360 .
2019-07-03 23:15:54 +02:00
Sarah Hoffmann
d1ca73f813
Reset housenumber on every place update
...
As it is a computed field, it needs to be computed from scratch
to take into account any surrounding changes.
Fixes #1395 .
2019-07-03 20:56:35 +02:00
Sarah Hoffmann
cdc7d0fe0e
remove visibility modifier from constants again
...
Only supported on PHP >= 7.1.
2019-07-02 23:24:49 +02:00
Sarah Hoffmann
a27a271034
Merge pull request #1415 from nslxndr/fix-db-log
...
Fix DB log
2019-07-02 20:47:42 +02:00
Sandor Nagy
6c097d24b1
Fix SQL concatenation for new query log
2019-07-02 01:19:59 +02:00
Sandor Nagy
0115b655bd
lib/log.php broke after switch to PDO DB abstraction
2019-07-02 01:19:55 +02:00
Sarah Hoffmann
e8f1463cc2
Merge pull request #1414 from lonvia/remove-more-places-from-address
...
Remove more places from address ranking
2019-07-01 22:33:20 +02:00
Sarah Hoffmann
e164d53fcc
adapt tests to new place address ranks
2019-06-30 23:09:43 +02:00
Sarah Hoffmann
b8f7b3cc8d
Remove county places and Regierungsbezirke vom German addresses
2019-06-30 22:27:44 +02:00