@@ -27,29 +27,30 @@ public WkbConversionsTests()
2727 {
2828 new Point ( new Position ( 52.379790828551016 , 5.3173828125 ) ) ,
2929 new Point ( new Position ( 52.36721467920585 , 5.456085205078125 ) ) ,
30- new Point ( new Position ( 52.303440474272755 , 5.386047363281249 , 4.23 ) )
30+ new Point ( new Position ( 52.303440474272755 , 5.386047363281249 ) )
3131 } ) ;
3232 lineString = new LineString ( new List < IPosition >
3333 {
3434 new Position ( 52.379790828551016 , 5.3173828125 ) ,
3535 new Position ( 52.36721467920585 , 5.456085205078125 ) ,
36- new Position ( 52.303440474272755 , 5.386047363281249 , 4.23 )
36+ new Position ( 52.303440474272755 , 5.386047363281249 )
3737 } ) ;
3838 multiLineString = new MultiLineString ( new List < LineString >
3939 {
4040 new LineString ( new List < IPosition >
4141 {
4242 new Position ( 52.379790828551016 , 5.3173828125 ) ,
4343 new Position ( 52.36721467920585 , 5.456085205078125 ) ,
44- new Position ( 52.303440474272755 , 5.386047363281249 , 4.23 )
44+ new Position ( 52.303440474272755 , 5.386047363281249 )
4545 } ) ,
4646 new LineString ( new List < IPosition >
4747 {
4848 new Position ( 52.379790828551016 , 5.3273828125 ) ,
4949 new Position ( 52.36721467920585 , 5.486085205078125 ) ,
50- new Position ( 52.303440474272755 , 5.426047363281249 , 4.23 )
50+ new Position ( 52.303440474272755 , 5.426047363281249 )
5151 } )
5252 } ) ;
53+
5354 /*
5455 * POLYGON (
5556 * new Position(5.6718750056992775 43.179268827576763),
@@ -125,7 +126,7 @@ public WkbConversionsTests()
125126 new LineString ( new List < Position >
126127 {
127128 new Position ( 52.379790828551016 , 5.3173828125 ) ,
128- new Position ( 52.303440474272755 , 5.386047363281249 , 4.23 ) ,
129+ new Position ( 52.303440474272755 , 5.386047363281249 ) ,
129130 new Position ( 52.36721467920585 , 5.456085205078125 ) ,
130131 new Position ( 52.379790828551016 , 5.3173828125 )
131132 } )
0 commit comments