File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
wrappers/csharp/LibPLATEAU.NET/CSharpPLATEAU.Test/Dataset Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,8 +165,8 @@ private static void TestCenterPoint(DatasetSource source)
165165 // テスト用のデータは、基準点からおおむね南に50km, 西に5km の地点にあります。
166166 // ここでいう基準点とは、下のWebサイトにおける 9番の地点です。
167167 // https://www.gsi.go.jp/sokuchikijun/jpc.html
168- Assert . IsTrue ( Math . Abs ( center . Z - /*(-51000)*/ ( - 369082 /*国土基本図の図郭を実装するまでの一時的な値*/ ) ) < 2000 , "南に51km " ) ; // Local と Server で値がちょっと違うので2kmの誤差猶予を持たせます。
169- Assert . IsTrue ( Math . Abs ( center . X - /*(-9000))*/ ( - 5132542 ) /*国土基本図の図郭を実装するまでの一時的な値*/ ) < 5000 , "西に9km " ) ;
168+ Assert . IsTrue ( Math . Abs ( center . Z - 18000 ) < 2000 , "北に18km " ) ; // Local と Server で値がちょっと違うので2kmの誤差猶予を持たせます。
169+ Assert . IsTrue ( Math . Abs ( center . X - ( - 37000 ) ) < 5000 , "西に37km " ) ;
170170 }
171171
172172
You can’t perform that action at this time.
0 commit comments