2 Feature: Import of simple objects
6 Scenario: Import place node
8 | osm | class | type | name | geometry |
9 | N1 | place | village | 'name' : 'Foo' | 10.0 -10.0 |
11 | osm | class | type | housenumber |
12 | N2 | place | village | |
14 Then table placex contains
15 | object | class | type | name | centroid |
16 | N1 | place | village | 'name' : 'Foo' | 10.0,-10.0 +- 1m |
17 When sending query "Foo"
19 | ID | osm_type | osm_id |