]> git.openstreetmap.org Git - nominatim.git/log
nominatim.git
4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sat, 19 Oct 2019 16:12:59 +0000 (18:12 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agofix rank of postcode results
Sarah Hoffmann [Sat, 19 Oct 2019 15:57:57 +0000 (17:57 +0200)]
fix rank of postcode results

Fixes #1487.

4 years agoMerge pull request #1524 from MatthiasLohr/bugfix/uninitialized-string-offset
Sarah Hoffmann [Tue, 15 Oct 2019 07:51:20 +0000 (09:51 +0200)]
Merge pull request #1524 from MatthiasLohr/bugfix/uninitialized-string-offset

Fix for #1523: Fix PHP warning

4 years agoFixed PHP warning from #1523
Matthias Lohr [Tue, 15 Oct 2019 06:46:19 +0000 (08:46 +0200)]
Fixed PHP warning from #1523

Signed-off-by: Matthias Lohr <mail@mlohr.com>
4 years agoMerge pull request #1484 from mtmail/ignore-errors-on-setup-drop
Sarah Hoffmann [Mon, 14 Oct 2019 22:37:33 +0000 (00:37 +0200)]
Merge pull request #1484 from mtmail/ignore-errors-on-setup-drop

on --drop warn on non-existing tables, dont croak

4 years agoMerge pull request #1519 from mtmail/doc-viewbox-parameters2
Sarah Hoffmann [Mon, 14 Oct 2019 22:34:30 +0000 (00:34 +0200)]
Merge pull request #1519 from mtmail/doc-viewbox-parameters2

documentation: add note what x,y mean for viewbox parameter

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 14 Oct 2019 21:50:37 +0000 (23:50 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agoadd place=city_block/quarter to address hierarchy
Sarah Hoffmann [Mon, 14 Oct 2019 21:49:06 +0000 (23:49 +0200)]
add place=city_block/quarter to address hierarchy

Fixes #1516.

4 years agodocumentation: add note what x,y mean for viewbox parameter
marc tobias [Tue, 8 Oct 2019 06:22:51 +0000 (19:22 +1300)]
documentation: add note what x,y mean for viewbox parameter

4 years agoGsoc2019 contributions for adding Wikidata to Nominatim (#1475)
TC Haddad [Sun, 6 Oct 2019 07:56:39 +0000 (00:56 -0700)]
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.

4 years agoMerge pull request #1511 from cbpetersen/patch-1
Sarah Hoffmann [Tue, 1 Oct 2019 11:52:24 +0000 (13:52 +0200)]
Merge pull request #1511 from cbpetersen/patch-1

Remove duplicate format query param

4 years agoRemove duplicate format query param
Christoffer Bo Petersen [Tue, 1 Oct 2019 10:37:53 +0000 (12:37 +0200)]
Remove duplicate format query param

4 years agoSetupClass: on --drop check if table exists first
marc tobias [Sun, 1 Sep 2019 23:03:28 +0000 (01:03 +0200)]
SetupClass: on --drop check if table exists first

4 years agoMerge pull request #1474 from mtmail/tiger-data-2019
Sarah Hoffmann [Tue, 3 Sep 2019 20:54:22 +0000 (22:54 +0200)]
Merge pull request #1474 from mtmail/tiger-data-2019

US TIGER 2019 data got released

4 years agoMerge pull request #1478 from tbertels/patch-1
Sarah Hoffmann [Mon, 2 Sep 2019 15:50:51 +0000 (17:50 +0200)]
Merge pull request #1478 from tbertels/patch-1

Remove administrative arrondissements from Belgian addresses

4 years agoRemove administrative arrondissements from Belgian addresses
Thomas Bertels [Tue, 27 Aug 2019 12:15:18 +0000 (14:15 +0200)]
Remove administrative arrondissements from Belgian addresses

"administrative7" -> [14, 0]

4 years agoMerge pull request #1477 from dpasqualin/fix-python-shebang
Sarah Hoffmann [Mon, 26 Aug 2019 20:40:43 +0000 (22:40 +0200)]
Merge pull request #1477 from dpasqualin/fix-python-shebang

Fix python shebang following PEP 394 recommendation

4 years agoFix python shebang following PEP 394 recommendation
Diego Pasqualin [Mon, 26 Aug 2019 12:54:19 +0000 (14:54 +0200)]
Fix python shebang following PEP 394 recommendation

4 years agoUS TIGER 2019 data got released
marc tobias [Fri, 23 Aug 2019 12:59:03 +0000 (14:59 +0200)]
US TIGER 2019 data got released

4 years agofix spelling on US-Tiger documentation page (#1459)
TC Haddad [Sun, 11 Aug 2019 23:40:13 +0000 (16:40 -0700)]
fix spelling on US-Tiger documentation page (#1459)

4 years agoMerge pull request #1444 from lonvia/require-python-3
Sarah Hoffmann [Wed, 7 Aug 2019 20:38:43 +0000 (22:38 +0200)]
Merge pull request #1444 from lonvia/require-python-3

Require python 3

4 years agoMerge pull request #1453 from mtmail/add-boundingbox-to-lookup-results
Sarah Hoffmann [Tue, 6 Aug 2019 18:40:06 +0000 (20:40 +0200)]
Merge pull request #1453 from mtmail/add-boundingbox-to-lookup-results

lookup endpoint returns boundingbox

4 years agolookup endpoint returns boundingbox
marc tobias [Mon, 5 Aug 2019 21:32:46 +0000 (23:32 +0200)]
lookup endpoint returns boundingbox

4 years agoMerge pull request #1445 from mtmail/hierarchy-endpoint-broke
Sarah Hoffmann [Sun, 28 Jul 2019 21:11:02 +0000 (23:11 +0200)]
Merge pull request #1445 from mtmail/hierarchy-endpoint-broke

/hierarchy.php was missing namespace calling AddressDetails

4 years ago/hierarchy.php was missing namespace calling AddressDetails
marc tobias [Sun, 28 Jul 2019 20:05:51 +0000 (22:05 +0200)]
/hierarchy.php was missing namespace calling AddressDetails

4 years agoadapt TIGER conversion script for python 3
Sarah Hoffmann [Sun, 28 Jul 2019 18:51:06 +0000 (20:51 +0200)]
adapt TIGER conversion script for python 3

4 years agorequire python 3 for all tools used in updates
Sarah Hoffmann [Sun, 28 Jul 2019 18:36:35 +0000 (20:36 +0200)]
require python 3 for all tools used in updates

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 28 Jul 2019 13:18:39 +0000 (15:18 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agoMerge pull request #1443 from lonvia/reorganize-search-name-partition-tables
Sarah Hoffmann [Sun, 28 Jul 2019 13:18:12 +0000 (15:18 +0200)]
Merge pull request #1443 from lonvia/reorganize-search-name-partition-tables

Reorganize search name partition tables

4 years agoMerge pull request #1433 from mtmail/us-postcode-import-optional
Sarah Hoffmann [Sun, 28 Jul 2019 12:50:13 +0000 (14:50 +0200)]
Merge pull request #1433 from mtmail/us-postcode-import-optional

make US postcode data to an optional download

4 years agoadd cmake mode for building documentation only
Sarah Hoffmann [Sun, 28 Jul 2019 12:27:14 +0000 (14:27 +0200)]
add cmake mode for building documentation only

4 years agostreamline indexes of search_name partition tables
Sarah Hoffmann [Sun, 28 Jul 2019 11:29:35 +0000 (13:29 +0200)]
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%.

4 years agouse bbox of geometry when searching for attached streets
Sarah Hoffmann [Sun, 28 Jul 2019 11:28:27 +0000 (13:28 +0200)]
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.

4 years agomake US postcode data to an optional download
marc tobias [Sun, 21 Jul 2019 23:11:06 +0000 (01:11 +0200)]
make US postcode data to an optional download

4 years agoMerge pull request #1432 from mtmail/two-outputformats-for-lookup-endpoint
Sarah Hoffmann [Mon, 22 Jul 2019 21:31:56 +0000 (23:31 +0200)]
Merge pull request #1432 from mtmail/two-outputformats-for-lookup-endpoint

lookup endpoint supports jsonv2 and geocodejson output now

4 years agoMerge pull request #1430 from mtmail/exclude-negative-tiger-housenumber-ranges
Sarah Hoffmann [Mon, 22 Jul 2019 21:30:06 +0000 (23:30 +0200)]
Merge pull request #1430 from mtmail/exclude-negative-tiger-housenumber-ranges

during TIGER import skip records with negative house number range

4 years agoMerge pull request #1427 from mtmail/documentation-how-to-build-documentation
Sarah Hoffmann [Mon, 22 Jul 2019 19:24:32 +0000 (21:24 +0200)]
Merge pull request #1427 from mtmail/documentation-how-to-build-documentation

New readme file on how to build the documentation

4 years agolookup endpoint supports jsonv2 and geocodejson output now
marc tobias [Sun, 21 Jul 2019 21:20:48 +0000 (23:20 +0200)]
lookup endpoint supports jsonv2 and geocodejson output now

4 years agoduring TIGER import skip records with negative house number range
marc tobias [Sun, 21 Jul 2019 19:41:12 +0000 (21:41 +0200)]
during TIGER import skip records with negative house number range

4 years agoNew readme file on how to build the documentation
marc tobias [Fri, 19 Jul 2019 17:27:23 +0000 (19:27 +0200)]
New readme file on how to build the documentation

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Tue, 16 Jul 2019 20:31:58 +0000 (22:31 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agoMerge pull request #1422 from lonvia/remove-country-from-addressline
Sarah Hoffmann [Tue, 16 Jul 2019 20:29:17 +0000 (22:29 +0200)]
Merge pull request #1422 from lonvia/remove-country-from-addressline

Remove country from addressline

4 years agoMerge pull request #1421 from asantoz/patch-1
Sarah Hoffmann [Thu, 11 Jul 2019 08:09:33 +0000 (10:09 +0200)]
Merge pull request #1421 from asantoz/patch-1

Minor change on lookup endpoint doc

4 years agoadd migration hints for country table
Sarah Hoffmann [Wed, 10 Jul 2019 20:51:15 +0000 (22:51 +0200)]
add migration hints for country table

4 years agoremove country from place_addressline
Sarah Hoffmann [Tue, 9 Jul 2019 18:47:25 +0000 (20:47 +0200)]
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.

4 years agoMinor change on lookup endpoint doc
André Santos [Wed, 10 Jul 2019 18:26:38 +0000 (19:26 +0100)]
Minor change on lookup endpoint doc

Fix documentation about lookup endpoint on output formats available on filter `format`

4 years agoMerge pull request #1419 from asantoz/minor-fix-doc
Sarah Hoffmann [Mon, 8 Jul 2019 20:23:10 +0000 (22:23 +0200)]
Merge pull request #1419 from asantoz/minor-fix-doc

Minor issue on api docs

4 years agoMinor issue on api docs
André Santos [Mon, 8 Jul 2019 19:08:43 +0000 (20:08 +0100)]
Minor issue on api docs

Fix a minor issue on API docs in details endpoint example :pray:

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Wed, 3 Jul 2019 21:18:35 +0000 (23:18 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agorecreate interpolations when one of their support nodes changes
Sarah Hoffmann [Wed, 3 Jul 2019 21:15:54 +0000 (23:15 +0200)]
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.

4 years agoReset housenumber on every place update
Sarah Hoffmann [Wed, 3 Jul 2019 18:56:35 +0000 (20:56 +0200)]
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.

4 years agoremove visibility modifier from constants again
Sarah Hoffmann [Tue, 2 Jul 2019 21:24:49 +0000 (23:24 +0200)]
remove visibility modifier from constants again

Only supported on PHP >= 7.1.

4 years agoMerge pull request #1415 from nslxndr/fix-db-log
Sarah Hoffmann [Tue, 2 Jul 2019 18:47:42 +0000 (20:47 +0200)]
Merge pull request #1415 from nslxndr/fix-db-log

Fix DB log

4 years agoFix SQL concatenation for new query log
Sandor Nagy [Wed, 26 Jun 2019 22:27:53 +0000 (00:27 +0200)]
Fix SQL concatenation for new query log

4 years agolib/log.php broke after switch to PDO DB abstraction
Sandor Nagy [Wed, 26 Jun 2019 22:26:36 +0000 (00:26 +0200)]
lib/log.php broke after switch to PDO DB abstraction

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 1 Jul 2019 20:34:17 +0000 (22:34 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agoMerge pull request #1414 from lonvia/remove-more-places-from-address
Sarah Hoffmann [Mon, 1 Jul 2019 20:33:20 +0000 (22:33 +0200)]
Merge pull request #1414 from lonvia/remove-more-places-from-address

Remove more places from address ranking

4 years agoadapt tests to new place address ranks
Sarah Hoffmann [Sun, 30 Jun 2019 21:09:43 +0000 (23:09 +0200)]
adapt tests to new place address ranks

4 years agoRemove county places and Regierungsbezirke vom German addresses
Sarah Hoffmann [Wed, 19 Jun 2019 21:19:52 +0000 (23:19 +0200)]
Remove county places and Regierungsbezirke vom German addresses

4 years agogenerally remove all country and state places from address
Sarah Hoffmann [Wed, 19 Jun 2019 21:16:43 +0000 (23:16 +0200)]
generally remove all country and state places from address

Gets rid of the hard-coded expection for place nodes and sets
the address rank generally via the address level config instead.
That means only administrative boundaries are now used at that
level in addresses.

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 30 Jun 2019 08:48:58 +0000 (10:48 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agoMerge pull request #1412 from lonvia/rewrite-wordset-computation
Sarah Hoffmann [Sun, 30 Jun 2019 08:48:09 +0000 (10:48 +0200)]
Merge pull request #1412 from lonvia/rewrite-wordset-computation

Rework word set computation

4 years agoRework word set computation
Sarah Hoffmann [Sat, 29 Jun 2019 16:22:31 +0000 (18:22 +0200)]
Rework word set computation

Switch from an recursive algorithm for computing the word sets
to an iterative one that benefits from caching intermediate
results. This considerably reduces the amount of memory needed,
so that the depth restriction can be dropped. To ensure that
the number of word sets remains manageable, only sets up to
a certain length are accepted and only a certain number of
total word sets. If word sets need to be dropped, we drop
the ones with more words per word set first.

To further reduce the number of potential word sets, the valid
tokens are looked up first and then only word sets containing
valid tokens are computed.

Fixes #1403, #1404 and #654.

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 16 Jun 2019 19:06:31 +0000 (21:06 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agoincrease weight for country tokens
Sarah Hoffmann [Mon, 10 Jun 2019 21:35:37 +0000 (23:35 +0200)]
increase weight for country tokens

See if it solves issues with country codes vs. US state codes.

4 years agoremove historic:neighbourhood from address ranks
Sarah Hoffmann [Mon, 10 Jun 2019 18:12:27 +0000 (20:12 +0200)]
remove historic:neighbourhood from address ranks

Should not be reverse searchable.

Fixes #1379.

4 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Mon, 10 Jun 2019 17:05:18 +0000 (19:05 +0200)]
Merge remote-tracking branch 'upstream/master'

4 years agouse real centroid when looking for near roads
Sarah Hoffmann [Mon, 10 Jun 2019 16:23:12 +0000 (18:23 +0200)]
use real centroid when looking for near roads

The point-on-surface may be at the corner in large objects, so
that roads are too far away.

Fixes #1389.

4 years agoupdate osm2pgsql (downgrading unnamed places)
Sarah Hoffmann [Mon, 10 Jun 2019 16:22:11 +0000 (18:22 +0200)]
update osm2pgsql (downgrading unnamed places)

Also adds tests for updating unnamed places.

4 years agoupdate osm2pgsql (import special tags)
Sarah Hoffmann [Sun, 9 Jun 2019 11:58:05 +0000 (13:58 +0200)]
update osm2pgsql (import special tags)

4 years agoMerge pull request #1381 from mtmail/faq-entry-about-managed-database-services
Sarah Hoffmann [Sun, 9 Jun 2019 09:04:47 +0000 (11:04 +0200)]
Merge pull request #1381 from mtmail/faq-entry-about-managed-database-services

FAQ entry about managed database services

4 years agoMerge pull request #1394 from mtmail/update-postcodes-without-colon
Sarah Hoffmann [Sun, 9 Jun 2019 09:03:10 +0000 (11:03 +0200)]
Merge pull request #1394 from mtmail/update-postcodes-without-colon

exclude postcode ranges separated by colon from centre point calculation

4 years agoMerge pull request #1388 from mtmail/register-shutdown-function
Sarah Hoffmann [Sun, 9 Jun 2019 08:20:19 +0000 (10:20 +0200)]
Merge pull request #1388 from mtmail/register-shutdown-function

register shutdown function to handle out-of-memory errors

4 years agoUbuntu18-nginx install instructions - fix php-fpm socket path (#1398)
rlytleatrel8edto [Sun, 2 Jun 2019 15:04:02 +0000 (11:04 -0400)]
Ubuntu18-nginx install instructions - fix php-fpm socket path (#1398)

Ubuntu18-nginx install instructions - fix php-fpm socket path

4 years agoexclude postcode ranges separated by colon from centre point calculation
marc tobias [Sat, 25 May 2019 18:43:38 +0000 (20:43 +0200)]
exclude postcode ranges separated by colon from centre point calculation

4 years agoMerge pull request #1387 from joto/master
Sarah Hoffmann [Thu, 23 May 2019 21:54:29 +0000 (23:54 +0200)]
Merge pull request #1387 from joto/master

Fix some minor issues in docs.

4 years agoRevert layout changes in list.
Jochen Topf [Wed, 22 May 2019 07:25:05 +0000 (09:25 +0200)]
Revert layout changes in list.

4 years agoregister shutdown function to handle out-of-memory errors
marc tobias [Tue, 21 May 2019 16:37:46 +0000 (18:37 +0200)]
register shutdown function to handle out-of-memory errors

4 years agoFix some minor issues in docs.
Jochen Topf [Tue, 21 May 2019 11:55:16 +0000 (13:55 +0200)]
Fix some minor issues in docs.

4 years agoFAQ entry about managed database services
marc tobias [Tue, 14 May 2019 17:45:56 +0000 (19:45 +0200)]
FAQ entry about managed database services

5 years agoMerge pull request #1372 from lonvia/raise-postgres-version
Sarah Hoffmann [Thu, 2 May 2019 20:56:08 +0000 (22:56 +0200)]
Merge pull request #1372 from lonvia/raise-postgres-version

increase minimum versions for PostgreSQL, Postgis and PHP

5 years agoincrease minimum versions for PostgreSQL, Postgis and PHP
Sarah Hoffmann [Thu, 2 May 2019 19:48:40 +0000 (21:48 +0200)]
increase minimum versions for PostgreSQL, Postgis and PHP

Remove checks and hacks for older versions.

5 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Thu, 2 May 2019 19:33:36 +0000 (21:33 +0200)]
Merge remote-tracking branch 'upstream/master'

5 years agoprepare for 3.3.0 release v3.3.0
Sarah Hoffmann [Wed, 1 May 2019 07:15:09 +0000 (09:15 +0200)]
prepare for 3.3.0 release

5 years agoadd documentation for new reverse zoom 17
Sarah Hoffmann [Tue, 30 Apr 2019 21:27:04 +0000 (23:27 +0200)]
add documentation for new reverse zoom 17

5 years agoConvert importance to float value
Sarah Hoffmann [Tue, 30 Apr 2019 21:21:53 +0000 (23:21 +0200)]
Convert importance to float value

Fixes #1369.

5 years agofix indent in docs
Sarah Hoffmann [Mon, 29 Apr 2019 21:13:37 +0000 (23:13 +0200)]
fix indent in docs

5 years agoMerge branch 'markdown-syntax-fix-gb-postcodes' of https://github.com/mtmail/Nominati...
Sarah Hoffmann [Mon, 29 Apr 2019 21:12:37 +0000 (23:12 +0200)]
Merge branch 'markdown-syntax-fix-gb-postcodes' of https://github.com/mtmail/Nominatim into mtmail-markdown-syntax-fix-gb-postcodes

5 years agoReadme for GB postcodes had markdown syntax error
marc tobias [Sun, 28 Apr 2019 21:18:36 +0000 (23:18 +0200)]
Readme for GB postcodes had markdown syntax error

5 years agoIgnore no-fatal errors during dump file restore
Sarah Hoffmann [Sun, 28 Apr 2019 20:44:42 +0000 (22:44 +0200)]
Ignore no-fatal errors during dump file restore

The owner should never be restored, the table should be owned
by the caller instead. Non-existing indexes and similar only
started to throw a warning with Postgresql 9.4 and later, so
ignore them explicitly there.

5 years agoMerge pull request #1321 from mtmail/interpolating-0-housenumbers
Sarah Hoffmann [Fri, 19 Apr 2019 16:29:43 +0000 (18:29 +0200)]
Merge pull request #1321 from mtmail/interpolating-0-housenumbers

Support housenumber=0 in interpolations

5 years agoMerge pull request #1359 from mtmail/fix-export-script
Sarah Hoffmann [Wed, 17 Apr 2019 21:04:51 +0000 (23:04 +0200)]
Merge pull request #1359 from mtmail/fix-export-script

utils/export.php broke after switch to PDO DB abstraction

5 years agoutils/export.php broke after switch to PDO DB abstraction
marc tobias [Wed, 17 Apr 2019 16:51:22 +0000 (18:51 +0200)]
utils/export.php broke after switch to PDO DB abstraction

5 years agoMerge pull request #1358 from mtmail/travis-php-7dot1
Sarah Hoffmann [Wed, 17 Apr 2019 20:05:28 +0000 (22:05 +0200)]
Merge pull request #1358 from mtmail/travis-php-7dot1

travis-CI: use PHP 7.1

5 years agotravis-CI: use PHP 7.1
marc tobias [Wed, 17 Apr 2019 12:03:35 +0000 (14:03 +0200)]
travis-CI: use PHP 7.1

5 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Tue, 16 Apr 2019 21:15:17 +0000 (23:15 +0200)]
Merge remote-tracking branch 'upstream/master'

5 years agoexclude all objects without address rank from reverse
Sarah Hoffmann [Tue, 16 Apr 2019 21:13:27 +0000 (23:13 +0200)]
exclude all objects without address rank from reverse

This was forgotten when looking for a housenumber for
a street point.

Fixes #1319.

5 years agoadd reverse zoom level that includes minor streets
Sarah Hoffmann [Mon, 15 Apr 2019 20:43:07 +0000 (22:43 +0200)]
add reverse zoom level that includes minor streets

Zoom 17 now also resolves service roads and similar.

Fixes #1350.

5 years agoMerge remote-tracking branch 'upstream/master'
Sarah Hoffmann [Sun, 14 Apr 2019 10:07:06 +0000 (12:07 +0200)]
Merge remote-tracking branch 'upstream/master'

5 years agoisaddress field may be missing in details view
Sarah Hoffmann [Sun, 14 Apr 2019 10:03:37 +0000 (12:03 +0200)]
isaddress field may be missing in details view