a.binder 9 년 전
부모
커밋
63727fe11d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      SE/dev/php-cli/biale_plamy_class_findWay.php

+ 1 - 1
SE/dev/php-cli/biale_plamy_class_findWay.php

@@ -101,7 +101,7 @@ foreach($edge_joins_path as $ID_Way=>$Joins_arr) {
 		
 		{
 	
-			$res = $test->findWay(42366, 42376);
+			$res = $test->findWay($pkt_A, $pkt_B);
 			$lineStringObj = $test->joins2lineString($res);
 			$path = $lineStringObj->asText();