2 Feature: Import of objects with broken geometries by osm2pgsql
 
   5     Scenario: Import way with double nodes
 
  13           | 1  | 'highway' : 'primary' | 100 101 101 102
 
  15         Then table place contains
 
  16           | object | class   | type    | geometry
 
  17           | W1     | highway | primary | (0 0, 0 0.1, 0.1 0.2)
 
  19     Scenario: Import of ballon areas
 
  29           | 1  | 'highway' : 'unclassified' | 1 2 3 4 1 5
 
  30           | 2  | 'highway' : 'unclassified' | 1 2 3 4 1
 
  31           | 3  | 'highway' : 'unclassified' | 1 2 3 4 3
 
  33         Then table place contains
 
  34           | object | geometrytype