+ 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
+