@@ -27,29 +27,30 @@ public WkbConversionsTests()
27
27
{
28
28
new Point ( new Position ( 52.379790828551016 , 5.3173828125 ) ) ,
29
29
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 ) )
31
31
} ) ;
32
32
lineString = new LineString ( new List < IPosition >
33
33
{
34
34
new Position ( 52.379790828551016 , 5.3173828125 ) ,
35
35
new Position ( 52.36721467920585 , 5.456085205078125 ) ,
36
- new Position ( 52.303440474272755 , 5.386047363281249 , 4.23 )
36
+ new Position ( 52.303440474272755 , 5.386047363281249 )
37
37
} ) ;
38
38
multiLineString = new MultiLineString ( new List < LineString >
39
39
{
40
40
new LineString ( new List < IPosition >
41
41
{
42
42
new Position ( 52.379790828551016 , 5.3173828125 ) ,
43
43
new Position ( 52.36721467920585 , 5.456085205078125 ) ,
44
- new Position ( 52.303440474272755 , 5.386047363281249 , 4.23 )
44
+ new Position ( 52.303440474272755 , 5.386047363281249 )
45
45
} ) ,
46
46
new LineString ( new List < IPosition >
47
47
{
48
48
new Position ( 52.379790828551016 , 5.3273828125 ) ,
49
49
new Position ( 52.36721467920585 , 5.486085205078125 ) ,
50
- new Position ( 52.303440474272755 , 5.426047363281249 , 4.23 )
50
+ new Position ( 52.303440474272755 , 5.426047363281249 )
51
51
} )
52
52
} ) ;
53
+
53
54
/*
54
55
* POLYGON (
55
56
* new Position(5.6718750056992775 43.179268827576763),
@@ -125,7 +126,7 @@ public WkbConversionsTests()
125
126
new LineString ( new List < Position >
126
127
{
127
128
new Position ( 52.379790828551016 , 5.3173828125 ) ,
128
- new Position ( 52.303440474272755 , 5.386047363281249 , 4.23 ) ,
129
+ new Position ( 52.303440474272755 , 5.386047363281249 ) ,
129
130
new Position ( 52.36721467920585 , 5.456085205078125 ) ,
130
131
new Position ( 52.379790828551016 , 5.3173828125 )
131
132
} )
0 commit comments