Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nokonoko1203 committed Jan 28, 2025
1 parent 2ab9b22 commit 3263347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pcd-transformer/src/projection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ fn transform_from_jgd2011(
) -> Point {
let output_epsg = EPSG_WGS84_GEOGRAPHIC_3D;

// TODO: 6697のまま(ジオイド高を足さない)の処理に対応する
match output_epsg {
EPSG_WGS84_GEOGRAPHIC_3D => {
let x = point.x;
Expand Down

0 comments on commit 3263347

Please sign in to comment.