+ | 25 | 27 | 0.000016 0,0.00002 0,0.000033 0 |
+
+ Scenario: Ways without node entries are ignored
+ Given the places
+ | osm | class | type | housenr | geometry |
+ | W1 | place | houses | even | 1 1, 1 1.001 |
+ When importing
+ Then W1 expands to no interpolation
+
+ Scenario: Ways with nodes without housenumbers are ignored
+ Given the grid
+ | 1 | | 2 |
+ Given the places
+ | osm | class | type |
+ | N1 | place | house |
+ | N2 | place | house |
+ Given the places
+ | osm | class | type | housenr | geometry |
+ | W1 | place | houses | even | 1,2 |
+ When importing
+ Then W1 expands to no interpolation
+
+ Scenario: Two point interpolation starting at 0
+ Given the grid with origin 1,1
+ | 1 | 10 | | | 11 | 2 |
+ Given the places
+ | osm | class | type | housenr |
+ | N1 | place | house | 0 |
+ | N2 | place | house | 10 |
+ And the places
+ | osm | class | type | addr+interpolation | geometry |
+ | W1 | place | houses | even | 1,2 |
+ And the ways
+ | id | nodes |
+ | 1 | 1,2 |
+ When importing
+ Then W1 expands to interpolation
+ | start | end | geometry |
+ | 2 | 8 | 10,11 |
+ When sending jsonv2 reverse coordinates 1,1
+ Then results contain
+ | ID | osm_type | osm_id | type | display_name |
+ | 0 | node | 1 | house | 0 |