Given the places
| osm | class | type | housenr | geometry |
| N1 | place | house | 0 | 1 1 |
- | N2 | place | house | 8 | 1 1.001 |
+ | N2 | place | house | 10 | 1 1.001 |
And the places
| osm | class | type | addr+interpolation | geometry |
| W1 | place | houses | even | 1 1, 1 1.001 |
When importing
Then W1 expands to interpolation
| start | end | geometry |
- | 2 | 6 | 1 0002, 1 1.0008 |
+ | 2 | 8 | 1 1.0002, 1 1.0008 |
When sending jsonv2 reverse coordinates 1,1
Then results contain
| ID | osm_type | osm_id | type | display_name |
- | 0 | way | 1 | house | 0 |
+ | 0 | node | 1 | house | 0 |