mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
only address features can be linked with placex
This commit is contained in:
@@ -2,6 +2,20 @@
|
||||
Feature: Linking of places
|
||||
Tests for correctly determining linked places
|
||||
|
||||
Scenario: Only address-describing places can be linked
|
||||
Given the scene way-area-with-center
|
||||
And the place areas
|
||||
| osm_type | osm_id | class | type | name | geometry
|
||||
| R | 13 | landuse | forest | Garbo | :area
|
||||
And the place nodes
|
||||
| osm_id | class | type | name | geometry
|
||||
| 256 | natural | peak | Garbo | :inner-C
|
||||
When importing
|
||||
Then table placex contains
|
||||
| object | linked_place_id
|
||||
| R13 | None
|
||||
| N256 | None
|
||||
|
||||
Scenario: Waterways are linked when in waterway relations
|
||||
Given the scene split-road
|
||||
And the place ways
|
||||
|
||||
Reference in New Issue
Block a user